div.scroller
{
 /* modify width and height of scrolling section if necessary	*/
 width: 290px;
 /*height: 350px;*/
 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:280px;
 /*height:350px;*/
 overflow:hidden;
 float:left;
 text-align:center;
 padding-top: 15px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 0px;
 color:black;
}

div.scroller div.content
{
 width: 10000px;
}

div#section2
{
 /*background:#EFF0FF;
 color:#ffffff;*/
}

