div.scroller {
        /* modify width and height of scrolling section if necessary        */
        width: 752px;
        /*height: 450px;*/
        overflow: hidden;
        border:0px solid #cccccc;
        background:transparent;
        }
        div.scroller div.section {
                /* modify width and height of each section as needed (should match the size of the scroller window)        */
                width:752px;
                /*height:450px;*/
                overflow:hidden;
                float:left;
                padding:0;
                background:transparent;
                }
        div.scroller div.content {
                width: 300000px;
                }

div.controls
{
        width:211px;
        background:transparent;
        color:#8BC2E2;
        font-size:14px;
        margin-top:15px;
/*
        margin-top:15px;
        color:grey;
        font-size:14px;
        text-align:left;
*/
}

div.controls a, div.controls a:visited, div.controls a:link, div.controls a:active
{
        color:#642F65;
        font-size:12px;
        background:transparent;
}
div.controls hr
{
        margin-bottom:15px;
        border:none;
        border-bottom:2px dotted #8BC2E2;
        width:170px;
        margin:0;
}
