div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
    width:858px; height:290px;
    overflow: hidden;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:858px; height:290px;
	overflow:hidden;
	float:left;
	background-color:#ffffff;
	}
div.scroller div.content {
	width: 858px;
	}
.section .l_pnl{float:left; width:438px;}
.section .r_pnl{float:right; width:395px; padding:0px 0px 0px 25px; text-align:right;}
.section .l_pnl .featured{font-family:Georgia; font-size:11px; color:#bababa; text-transform:uppercase;display:block;}
.section .l_pnl h2{font-family:Georgia; font-size:24px; color:#009ee0; font-weight:normal; margin:0px; padding:40px 0px 0px 0px;display:block;}
.section .l_pnl h3{font-family:Georgia; font-size:12px; color:#5d5d5d; font-style:italic; font-weight:normal; margin:0px; padding:0px 0px 20px 0px;display:block;}
.section .l_pnl .text{font-family:Georgia; font-size:11px; color:#5d5d5d;}

.btn_more{width:158px; float:left;}

.controls{float:right;width:700px;margin-top: 6px;text-align: right;}
.controls a{display: inline-block;font-family:Georgia;font-size:11px;color: #5d5d5d;background-color:#d7d7d7;padding:1px 2px;margin-right: 3px;text-decoration: none;}
.controls a.selected{background-color: #009ee0;color: #ffffff;}
.controls a:hover{background-color: #009ee0;color: #ffffff;}