/**************/
/*            */
/*  CAROUSEL  */
/*            */
/**************/

#carousel {
	margin:28px auto 0 auto;
	width:950px;
	
	padding-top:0px;
	
	position:relative;
}



.lt_arrow {
	float: left;
	padding-top:77px;
}

.rt_arrow {
	float: left;
}


div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 880px;    
	height:380px;
	margin:0;
	
}


#thumbs li {
    list-style: none;
    display: inline;
    float:left;
}



/* single item */
#thumbs div {
	color:#ccc;
	padding-right:23px;
	display:inline;
}

/* style when mouse is over the item */
#thumbs div.hover {
}

/* style when element is active (clicked) */
#thumbs div.active {
	cursor:default;
	margin:0px;  
}

#thumbs h3, #thumbs p, #thumbs span {           
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#2f2a23;
	margin:0px;  
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
	margin:0px;  
}

/**************/
/*            */
/*    NEWS    */
/*            */
/**************/

.news_items a {
    text-decoration:none;
	color:#ccc;
}

.news_items a:hover {
    text-decoration:none;
	color:#CC0000;
}

.news_items li {
     margin-bottom:0px;
	 list-style-image: url(images/sm_news_arrow.gif);
}

.news_main {
    font-size:15px;
    font-weight:bold;
}

.news_sub {
    color:#333;
	
}

#thumbs li {
	margin-left:20px;
	width:272px;
}
#navButtons {
	float:left;
	margin: 0 auto;
}
#navButtons a{
	background-image: url(/themes/main/js/jquery/jcarousel/images/navigator.png);
	width:8px;
	height:8px;
	margin-left:5px;
	float:left;
}
#navButtons a:hover {
}


#carousel h2 {
	margin:0;
	padding:0;
	padding-bottom:6px;
}