/* slider with the scrolling bar 
**************************************************************************/
.sliderCenter{
	background: url(/images/png/galleryBg.png) no-repeat center top;
	padding:23px 0 0;
	width:100%;
	height:252px;
	hei\ght:229px;
	position:relative;
	z-index:100;
 	}   
.sliderGallery {
	width:980px;
	margin:0px auto;
	}
.galleryPad{
	position: relative;
	margin-left:20px;
	width:960px;
	overflow:hidden;
	height:229px;
	}
	.sliderGallery ul {
        position: absolute;
        list-style: none;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
        height:169px;
        margin: 0;
        }
        
        .sliderGallery ul li {
            display: block;
            float:left;
            width:192px;
            w\idth:169px;
            height:169px;
            padding-right:23px;
            }
        .slider {
            width: 745px;
            float:right;
            height: 11px;
            margin-top: 196px;
            margin-right:23px;
            position: relative;
            background: url(/images/png/slidebar.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            height: 11px;
            top: 0;
            background: url(/images/png/handle.png) repeat-x;
            z-index: 100;
        }
        .explore,
        a.jcarousel-prev,
    	a.jcarousel-next{
        	 background: url(/images/png/explore.png) no-repeat;
        	 position:absolute;
        	 height:19px;
        	 width:74px;
        	 text-indent:-9999em;
        	 top:199px;
        	 left:430px;
        	}
    	a.jcarousel-prev,
    	a.jcarousel-next{
        	top:190px;
        	width:35px;
        	height:35px;
			}        
	
        a.jcarousel-prev{
        	 background: url(/images/png/exploreprev.png) no-repeat;
        	 left:385px;
        	 cursor:default;
        	 background-position:top;
        	 }
       	        
        a.jcarousel-next{
        	 background: url(/images/png/explorenext.png) no-repeat;
        	 left:512px;
        	 cursor:default;
        	 background-position:top;
	         } 
        a.jcarousel-next:hover,
        a.jcarousel-prev:hover{
        	cursor:pointer !important;
        	background: url(/images/png/explorenext.png) no-repeat left -35px;
        	} 	 
        a.jcarousel-prev:hover{
        	background: url(/images/png/exploreprev.png) no-repeat left -35px;
        	}	 
		a.jcarousel-prev-disabled:hover,
		a.jcarousel-next-disabled:hover{
			cursor:default !important;
			background: url(/images/png/exploreprev.png) no-repeat left 0px;
			}         	              
		a.jcarousel-next-disabled:hover{
			background: url(/images/png/explorenext.png) no-repeat left 0px;
			}