div.scroller { 
    /* modify width and height of scrolling section if necessary    */        
    width: 920px; 
    height: 234px;
    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:920px;
        height:234px;
        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:-180px; float:left;}
		.right-control-arrow {margin-top:-180px; float:right;}
		
		