div.scroller
{
 /* modify width and height of scrolling section if necessary	*/
 width: 218px;
 height: 230px;
 overflow: hidden;
 border:0px solid #cccccc;
 COLOR: #00c;
}
div.scroller div.section
{
 /* modify width and height of each section as needed (should match the size of the scroller window)	*/
 width:205px;
 height:190px;
 overflow:hidden;
 float:left;
 text-align:center;
 padding-top: 15px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 0px;
}

div.scroller div.content
{
 width: 10000px;
}

div#section2
{
 /*background:#EFF0FF;
 color:#ffffff;*/
}

