div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 518px;
	height: 460px;
	overflow: hidden;
	border:1px solid #cccccc;
        background-color: #FFFFFF;
}
div.scroller p {
    padding-left: 0px;
    padding-top: -2px;
    font-size: 14px;
    text-align: center;
}
div.scroller div.section {
        /* modify width and height of each section as needed (should match the size of the scroller window)	*/
        width:520px;
        height:460px;
        overflow:hidden;
        float:left;
        padding:0;
}
div.scroller div.content {
        width: 10000px;
}
div.scroller a, a:visited {
        color: #0a65ab;
}
div.scroller a:hover {
        color: #bc3524;
}
div.controls  {
        width: 518px;
        text-align: center;
}
div.controls img:hover {
        border:1px solid #0a65ab;
}
div.controls img {
        width: 40px;
        height: 30px;
        padding: 0px;
        margin: 0px;
        border: 1px solid #666666;
}
