/* ******************* content scroller ****************** */
	
	DIV#scroll_outer {
		height:385px;
		width:954px;
		position:relative;
		z-index:2;
		overflow-x:hidden;
		overflow-y:auto;
	}
	
	
	div#scroll_inner {
		width:954px;
		height: 385px;	

	}
			
    div#scroll_inner .feature {
		height:385px;
		width:954px;

	}
	
    div#scroll_inner .link{
	    font-size:75%;
	   	position:relative;
		z-index:2;
		top:-275px;
		margin:0 0 0 17px;
		background:url(../../../../laf/bg_read_more.gif) 0px 2px no-repeat;
		padding: 0 0 0 15px;
		color:#383F44;
		display:block;
	}
		
	DIV#scroll_inner ul{
	   font-size:75%;
	   	position:relative;
		z-index:2;
		top:-255px;
		left:-25px;
	}
	
	DIV#scroll_inner ul li{
	   border:1px solid #383F44;
		float:left;
		text-align:center;
		margin-left:3px;
		list-style:none !important;
		
	}

	DIV#scroll_inner  ul li a{
		color:#fff!important;
		background: #999999;
		width:14px;
		height:14px;
		display:block;
		text-decoration:none;
		font-size:90%;
	}
	DIV#scroll_inner  ul li a:hover {
		background:#383F44;
	}
	DIV#scroll_inner  ul li a.active {
		background:#383F44;
	}