#gallery-thumbs-container{
	
	overflow:hidden;
	width:952px;
	
}

#gallery-thumbs{
	
	margin: 0 0 0 0;
	width:966px;
	
}

#gallery-thumbs > .thumb, 
#gallery-thumbs > .thumb > .thumb-image, 
#gallery-thumbs > .thumb > .thumb-image > .thumb-overlay, 
#gallery-thumbs > .thumb > .thumb-image > .thumb-link-overlay {
	
	width:124px;
	height:83px;	
}

#gallery-thumbs > .thumb {

	margin:0 14px 14px 0;
	overflow:hidden;
	float:left;
	
}

#gallery-thumbs > .thumb > .thumb-image {

	position:relative;
	overflow:hidden;
	
}

#gallery-thumbs > .thumb > .thumb-image > .thumb-overlay {

	visibility:hidden;
	opacity: 0;

}

#gallery-thumbs > .thumb > .thumb-image > .thumb-link-overlay:hover {
	
	cursor:zoom-in;
	
}

@media only screen and (max-width: 1220px){

	#gallery-thumbs-container{

		width:775px;

	}

	#gallery-thumbs{

		width:791px;

	}

	#gallery-thumbs > .thumb, 
	#gallery-thumbs > .thumb > .thumb-image, 
	#gallery-thumbs > .thumb > .thumb-image > .thumb-overlay, 
	#gallery-thumbs > .thumb > .thumb-image > .thumb-link-overlay {

		width:97px;
		height:65px;	
	}

	#gallery-thumbs > .thumb {

		margin:0 16px 16px 0;

	}

}

@media only screen and (max-width: 1020px){

	#gallery-thumbs-container{

		width:528px;

	}

	#gallery-thumbs{

		width:540px;

	}

	#gallery-thumbs > .thumb, 
	#gallery-thumbs > .thumb > .thumb-image, 
	#gallery-thumbs > .thumb > .thumb-image > .thumb-overlay, 
	#gallery-thumbs > .thumb > .thumb-image > .thumb-link-overlay {

		width:96px;
		height:64px;	
	}

	#gallery-thumbs > .thumb {

		margin:0 12px 12px 0;

	}

}

@media only screen and (max-width: 775px){

	#gallery-thumbs-container{

		width:476px;
		margin: 0 auto 0 auto;

	}

	#gallery-thumbs{

		width:500px;

	}

	#gallery-thumbs > .thumb, 
	#gallery-thumbs > .thumb > .thumb-image, 
	#gallery-thumbs > .thumb > .thumb-image > .thumb-overlay, 
	#gallery-thumbs > .thumb > .thumb-image > .thumb-link-overlay {

		width:101px;
		height:67px;	
	}

	#gallery-thumbs > .thumb {

		margin:0 24px 24px 0;

	}
	
}

@media only screen and (max-width: 520px){
	
	#gallery-thumbs-container{

		width:300px;

	}

	#gallery-thumbs{

		width:320px;

	}

	#gallery-thumbs > .thumb, 
	#gallery-thumbs > .thumb > .thumb-image, 
	#gallery-thumbs > .thumb > .thumb-image > .thumb-overlay, 
	#gallery-thumbs > .thumb > .thumb-image > .thumb-link-overlay {

		width:140px;
		height:93px;	
	}

	#gallery-thumbs > .thumb {

		margin:0 20px 20px 0;

	}

}


