/**************/
/*            */
/*  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;  
}

/**************/
/*            */
/*    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(/themes/home/images/sm_news_arrow.gif);
}

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

.news_sub {
    color:#333;
	
}






/**************/
/*            */
/*  Flash Main  */
/*            */
/**************/
	/*hide from ie on mac\*/
	#flashcontent {
		position:absolute;
		left:0;
		z-index:0;
		margin:59px auto 0 auto;
		width: 100%;
		height: 100%;
		 background-color:#000;
		background-repeat:no-repeat;
		background-position:top center;
	}
	
	#flash_text{
		position:relative;
		text-shadow: black 0px 0px 5px;
		
	}
	
	#flash_text_header{
		color:#FFF;
		font-size:20px;
		font-weight:bold;
	}
	
	#flash_text_subheader{
		color:#FFF;
		font-size:20px;
	}
	
	#flash_text_link{
		display:block;
	}

#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 {
}
