#scrollSlider{
    width: 100%;
    margin: 0 auto;
}
#scrollSlider .scroll-slider-wrapper, #scrollSlider .thumbnails, #scrollSlider .scroll-bar{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    height: 410px;
    max-height: 410px;
	margin: 20px 0px;
}
#scrollSlider .scroll-slider-wrapper{
    width: 76%;
	float: right;
}
#scrollSlider .slide{
    width: 600px;
    height: 600px;
    text-align: left;
}
#scrollSlider .thumbnails{
	float: left;
    width: 70px;
    height: 370px;
    margin-top: 20px;
}
#scrollSlider .thumbnails .thumb-image-wrapper{
    margin: 5px;
    overflow: hidden;
    height: 66px;
}
#scrollSlider .thumbnails .thumb-image-wrapper img{height: 100%;}
#scrollSlider .thumbnails .thumb{
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    margin: 12px 0 10px 0;
	
}
#scrollSlider .thumb .thumb-shadow{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #131313;
    opacity: 0;
}
#scrollSlider .thumb .thumb-shadow span{
    width: 32px;
    height: 32px;
    /*background: url("../img/zoom.png") no-repeat 0 0;*/
    position: absolute;
    bottom: 10px;
    left: 40%;
}
#scrollSlider .thumb .thumb-shadow:hover{
    opacity: 0.5;
}
#scrollSlider .scroll-bar{
	float: right;
    width: 6px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    margin: 0 20px;
    padding: 10px 0;
    position: relative;
	display: none;
}
#scrollSlider .scroll-bar .scroll-button{
    width: 8px;
    height: 70px;
    background-color: #003399;
    margin: 0 auto;
}
#scrollSlider .slides img{
    display: inline-block;
	width:403px;
	height: auto;
    max-width: 410px;
    max-height: 333px;
    vertical-align: top;
	margin-top: 20px
}
#scrollSlider .img-middle-helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

@media (max-width: 600px){
	#scrollSlider .scroll-slider-wrapper{
		width: 100% !important;
	}
	#scrollSlider .slides img{
		width: 100% !important;
		 max-height: 300px;
	}
	#scrollSlider .thumbnails{
		width: 100% !important;
		height: 100px !important;
		margin: 2px 0px;
	}
	#scrollSlider .thumbnails .thumb{
		width: 76px;
		float: left;
		margin: 12px 8px 10px 0;
	}
	#scrollSlider .slide {
		width: 100%;
	}
	#scrollSlider .scroll-slider-wrapper{
		max-height: 320px;
	}
}