		.sliderGallery {
            background: white;
            overflow: auto;
            position: relative;
            height: 321px;
            width: 730px;
            margin: 0 auto;
			background-color:#f7f7f7;
			margin-bottom:20px;
			visibility:hidden;
        }
        
        .sliderGallery div.slider_products_list {
            position: absolute;
			width:auto;
			height:301px;
            white-space: nowrap;
            padding: 0;
            margin: 0;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
        }
        
        .sliderGallery div.slider_products_list div.slider_product {
            width:240px;
			height:301px;
			margin-right:5px;
			text-align:center;
			display: block;
			float:left;
			position:relative;
        }
        
        .sliderContainer {
            width: 100%;
            height: 20px;
            bottom: 0px;
            margin: auto;
            padding: 0;
            position: absolute;
            background-image:url(../images/slider_bg_47.gif);
			background-repeat:repeat-x; 
        }
        
        .slider {
            width: 626px;
            height: 20px;
            margin: 0;
            position: relative;
            left: 52px;
        }
        
        .ui-slider-handle {
            position: absolute;
            cursor:url(../images/move.png), pointer;
            height: 5px;
            width: 82px;
            top: 8px;
            margin: 0;
			margin-left:-41px;
			background-color:#2a2a2a;
            z-index: 100;
        }
        
		.sliderContainer span.btn-left { 
			float: left; 
			width: 11px;
			height: 20px;
			cursor: pointer;
			background-image:url(../images/sprite_result.png);
			background-position: 0px -887px;
			background-repeat:no-repeat;
		}
		
		.sliderContainer span.btn-right { 
			float: right; 
			width: 11px;
			height: 20px; 
			cursor: pointer;
			background-image:url(../images/sprite_result.png);
			background-position: 0px -917px;
			background-repeat:no-repeat;
		}
		
		.sliderContainer span.start { 
			float: left; 
			width: 81px;
			height: 20px;
		}
		
		.sliderContainer span.end { 
			float: right; 
			width: 81px;
			height: 20px;
		}