﻿        #gallery { width: 945px; position: relative; background: url('/_assets/img/global/slider-bg.gif') 0 -4px repeat-x; }
        .viewer { width:945px; height:360px; margin: 0; padding:0; overflow:hidden; position:absolute; top: 25px; }
        
        .content-conveyor { width:945px; height:360px; position:relative; }
        
        .item { width:320px; height: 360px; margin: 0; padding: 0; float:left; }
        .item .inside { width: 305px; height: 100%; margin-right: 15px;}
	
/*        
        .lastitem { width:305px; height: 344px; margin: 0; padding-right: 0; float: left; }
        .lastitem .inside { width: 303px; height: 100%; margin: 0; padding: 1px; }
        .item .inside img { width: 305px; height: 177px; }
*/        
        
        #slider { width: 865px; height: 10px; padding: 1px; position: relative; }
        .ui-slider-handle { position: absolute; cursor: pointer; height: 10px; width: 80px; top: 0; z-index: 100; }
        .ui-state-default { background-color: #fff; }
        .ui-state-hover,
        .ui-state-active { background-color: #c91415; }
        
        #left { position: absolute; top: -1px; left: -18px; display: block; width: 10px; height: 10px; background: url('/_assets/img/global/arrow-left.gif') 0 0 no-repeat; text-indent: -9999px; }
        #right { position: absolute; top: -1px; right: -18px; display: block; width: 10px; height: 10px; background: url('/_assets/img/global/arrow-right.gif') 0 0 no-repeat; text-indent: -9999px; }
