/***************** start screen 1 ***************/
#screen {
	width: 460px;
	height:270px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float:left;
}
#sections {
	float:left;
	overflow: hidden; 
	width: 458px;
	height:200px;
	background-color:#fff;
	border:#CCCCCC 1px dotted;
}


#screen .next {
	position: absolute;
	top: 239px;
	left: 429px;
	cursor: pointer
}

#screen .prev {
	position: absolute;
	top: 239px;
	left: 408px;
	cursor: pointer
}
#sections p {
margin:0px;	
padding:0px;	
}

#sections ul {
	width: 3660px;
	margin:0px;	
	padding:0px;
	overflow:hidden;	

}
#sections li {
	float: left; 
	list-style-type:none;
}

#sections h2 {
	margin: 0px; 
	color: #993333
}
/***************** end screen 1 ***************/

/***************** start section styles 1 ***************/
#single_ticker {

}


#section_header, #section_header2 {
	/*background-image:url(../images/interface/clean/ticker_titlebg.gif);
	background-repeat:no-repeat;*/
	background-color:#F1f1f1;
	border-top:2px solid #E4E4E4;
	color:#999;
	padding:7px 5px 5px 0px;
	width:455px;
	text-align:right;
	margin-bottom:1px;
	border-left:0px solid #C6E1EA;
	letter-spacing:1px;
	font-weight:bold;
	font-size:12px;
	font-family:Helvetica, Arial,  sans-serif;
	
}



#section_footer a, #section_footer2 a{
color:#236981;
font-weight:bold;
padding-left:15px;
background-image:url(../images/icons/bullet_grey2.png);
background-repeat:no-repeat;
background-position:left 4px;
}


#section_footer a:hover, #section_footer2 a:hover{
	color:#669900;
	background-image:url(../images/icons/bullet_grey2.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	text-decoration:none;
}


#section_footer{
	background-color:#F1f1f1;
	padding:5px;
	text-align:left;
	margin-top:206px;
	width: 451px;
	height:20px;
	border-bottom:5px solid #E4E4E4;
}

.ie6 #section_footer{
	background-color:#F1f1f1;
	padding:5px;
	margin-top:0px;
	text-align:left;
	width: 451px;
	height:20px;
	border-bottom:5px solid #E4E4E4;
}

#section_footer a, #section_footer2 a,{
color:#666666;
}

.scroller_image {
padding: 0px;
margin:0px;
border-right:#FFFFFF 5px solid;
}

#scroller_image {
float:left;
padding: 0px 5px 10px 0px;
}

#scroller_content_container {
float:left;

}

#scroller_title {
width:240px;
font-family:Arial, Helvetica, sans-serif;
color:#93b223;
font-size:100%;
font-weight:bold;
margin:10px 10px 10px 0px;
}
#scroller_title_wide {
width:440px;
font-family:Arial, Helvetica, sans-serif;
color:#93b223;
font-size:100%;
font-weight:bold;
margin:10px 10px 10px 10px;
}

#scroller_description {
text-align:justify;
width:240px;
margin:10px 10px 10px 0px;
}
#scroller_description_wide {
text-align:justify;
width:440px;
margin:10px 10px 10px 10px;
}
#scroller_more_detail{
border-bottom:#999999 1px dotted;
width:240px;
text-align:right;
}
#scroller_more_detail_wide{
border-bottom:#999999 1px dotted;
width:440px;
margin:0px 0px 0px 10px;
}

#scroller_more_detail a{
color:#93b223;
text-align:right;
margin-top:4px;
}

#scroller_more_detail_wide a{
color:#93b223;
text-align:right;
}

#scroller_more_detail a:hover{
	color:#666666;
}

#scroller_more_detail_wide a:hover{
	color:#666666;
}
/***************** end section styles 1 ***************/

