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

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

.sub_hdr {
	width:260px;
	font:16px/20px bold Helvetica, Arial, sans-serif;
	font-weight:900;
	text-shadow: 1px 1px 1px #000;
	color:#fff !important ;
}

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

.rt_arrow {
	float: left;
}

.sub_list {
	list-style:none;
	margin-left:0px;
}

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

.sub_list a:hover {
	color:#fff;
}

.sub_col {
	float:left;
	padding-right:0px;
	width:128px;
	display:inline;
}

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

/* root element for scrollable items. It is absolutely positioned with large width. */
#thumbs {       
	position:absolute;
	width:20000em;  
	clear:both;
	margin:0px;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;       
}

/* 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:"bitstream vera sans";
	font-size:13px;
	color:#fff;
	margin:0px;  
}

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