
/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	position:relative;
	float:left;
	margin-top:8px;
	height:30px;
	text-align:left;
	margin-left:-5px;
}


/* items inside navigator */
div.navi a {
	width:17px;
	height:17px;
	float:left;
	margin:3px;
	background:url(../images/news_nav.jpg) no-repeat;     
	cursor:pointer;
	color:#b2afa7;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
}

/* mouseover state */
div.navi a:hover {
	background:url(../images/news_nav_hover.jpg) no-repeat;
	color:#76bd52;     
}

/* active state (current page state) */
div.navi a.active {
	background:url(../images/news_nav_hover.jpg) no-repeat;     
} 	

div.read_more{
position:relative;
display:inline;
float:right;
height:28px;
width:120px;
margin-right:0px;
}

/*####################### */

/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	width: 391px;	 
	height:242px;
	overflow:hidden;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:0px solid #222;
	cursor:pointer;
}

#thumbs .linkage {
	display:inline;
	float:left;
	width:391px;
	height:242px;
}
/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#444;	
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#066;
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:0px;	
	font-size:13px;
	color:#fff;	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
#img_news {
	position:relative;
	display:inline;
	float:left;
	margin:10px;
	border:1px solid #cfcbb6;
	padding:1px;
	width:391px;
	height:242px;
}
#headline_text {
	position:absolute;
	margin-left:0px;
	bottom:0;
	height:65px;
	padding:5px 16px 10px;
	color:#FFF;
	background-color:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	border:1px solid #FC0;
}
h1.headline_h1 {
	margin:0px;
	padding:0px;
	font-size:16px;
	letter-spacing:-0.35px;
	text-transform:capitalize;
}
#headline_text p {
	margin:0px;
	padding:0px;
	line-height:15px;
	font-size:11px;
}
a.fullstory {
	color:#76bd52;
	text-decoration:none;
	font-weight:bold;
}
a.fullstory:hover {
	text-decoration:underline;
}