/*------------------------------------------------------------------------
# mod_jo_newslider - JO News Slider for Joomla 1.6, 1.7, 2.5 Module
# -----------------------------------------------------------------------
# author: http://www.joomcore.com
# copyright Copyright (C) 2012 Joomcore.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomcore.com
# Technical Support:  Forum - http://www.joomcore.com/Support
-------------------------------------------------------------------------*/
/* Document CSS */

.title1 {
  font-family: Century Gothic;
  font-style: normal;
  font-weight: bold;
  color: #FFCC33;
  text-decoration: none;
  font-size: 18px;
}
 img{
	border: none;
}
.jo-news-slider{
	float: left;
	width: 105%;
}
.jo-news-slider-i{
	border: 0px solid #ccc;
	overflow: hidden;
	padding: 10px;
    background: url("arrow.jpg") no repeat scroll 100% 50% transparent;
}
#jo-slide-content{
	position: relative;
	overflow: hidden;
    margin-top: 25px;
    width: 275px;
}
#jo-slide-content .news-items{
	background: none;
	position: absolute;
    padding:10px;
}
.jo-images{
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.jo-images img{
	float: left;
    margin: 0 10px 10px 0;
    position: static;
}
.jo-articles .jo-title{
  font-family: Century Gothic;
  font-style: normal;
  font-weight: bold;
  color: #FFCC33;
  text-decoration: none;
  font-size: 14px;
	
}

.jo-articles .jo-title a .span.jo-title{
  text-decoration: none;
}

p.createddate{
	margin: 5px 0;
}
p.createddate span.jo-date{
	font-size: 10px;
	font-style: normal;
}
a.jo-readmore-button{

}
.jo-news-slider  #jo-handles{
	overflow-y: auto;
	overflow-x: hidden;
}
.jo-news-slider .jo-handles-left{
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px solid #ccc;
    padding-top: 30px;
}
}
.jo-news-slider .jo-handles-right{
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #ccc;
}
.jo-news-slider  #jo-handles ul.jo-handles-nav{
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
}
.jo-news-slider #jo-handles ul.jo-handles-nav li{
	padding: 0px 0 0px 0;
	list-style: none;
	line-height: normal;
	margin: 2px 0;
}
.jo-news-slider #jo-handles ul.jo-handles-nav li a{
	display: block;
	padding: 8px 5px;
	color: #7F7F7F;
    font-family: Century Gothic;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;

}
.jo-news-slider #jo-handles ul.jo-handles-nav li a.active{
	background: url("../images/right.png") no-repeat scroll -10px 5px transparent ;
    color: #F56B22;
    font-size: 12px;
    font-weight: normal;
    height:40px;
  background-position: bottom;
  line-height: 100%;
}
.jo-news-slider #jo-handles ul.jo-handles-nav li a:hover{
    background: url("right_arrow.png") no repeat;
   font-size: 12px;
    font-family: Century Gothic;
    color: #F56B22;
}
.jo-news-slider #jo-handles ul.jo-handles-nav li a span{
	
}


