div.scroller { 
    /* modify width and height of scrolling section if necessary    */        
    width: 740px; 
    height: 350px;
    overflow: hidden;
    border:none;
    }
    div.scroller div.section {
        /* modify width and height of each section as needed (should match the size of the scroller window)    */        
        width:740px;
        height:350px;
        overflow:hidden;
        float:top;
        padding:0em;        
        }
    div.scroller div.content {
        width: 0px;
        }

    		.controls {margin:0; padding-left:5px; background:#252525; color:#dadada;}
		
		.left-control-arrow {margin-top:-165px; float:left;margin-left:-11px;}
		.right-control-arrow {margin-top:-165px; float:right;margin-right:-6px;}
		


	