#products-display-thumbs-container	{
	
	width:597px;
	overflow:hidden;	
	
}

#products-display-thumbs-container > #products-display	{
	
	width:610px;
	
}

#products-display > .thumb, #products-display > .thumb > .thumb-image {
	
	width:110px;
	height:74px;
	margin:0 12px 12px 0;
	overflow:hidden;
	
}

#products-display > .thumb {

	float:left;
	
}


#products-display > .thumb > .thumb-image {
	
	position:relative;
	
}

#products-display > .thumb > .thumb-image > .thumb-overlay {
	
	width:110px;
	height:74px;
	visibility:hidden;
	opacity: 0;
	
}

#products-display > .thumb > .thumb-image:hover .thumb-overlay{

	visibility:visible;
	opacity: 1;
	
}

#products-display > .thumb > .thumb-image > .thumb-link-overlay {
	
	width:110px;
	height:74px;
	
}

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

	#products-display-thumbs-container	{

		width:486px;
		overflow:hidden;	

	}

	#products-display-thumbs-container > #products-display	{

		width:500px;

	}
	
	#products-display > .thumb,
	#products-display > .thumb > .thumb-image,
	#products-display > .thumb > .thumb-image > .thumb-overlay, 
	#products-display > .thumb > .thumb-image > .thumb-link-overlay {

		width:88px;
		height:59px;

	}
	
}

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

	#products-display-thumbs-container	{

		width:528px;
		overflow:hidden;	

	}

	#products-display-thumbs-container > #products-display	{

		width:540px;

	}
	
	#products-display > .thumb,
	#products-display > .thumb > .thumb-image,
	#products-display > .thumb > .thumb-image > .thumb-overlay, 
	#products-display > .thumb > .thumb-image > .thumb-link-overlay {

		width:96px;
		height:64px;

	}

}

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

	#products-display-thumbs-container	{

		width:476px;
		overflow:hidden;	

	}

	#products-display-thumbs-container > #products-display	{

		width:490px;

	}
	
	#products-display > .thumb,
	#products-display > .thumb > .thumb-image,
	#products-display > .thumb > .thumb-image > .thumb-overlay, 
	#products-display > .thumb > .thumb-image > .thumb-link-overlay {

		width:86px;
		height:57px;

	}

}

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

	#products-display-thumbs-container	{

		width:300px;
		overflow:hidden;	

	}

	#products-display-thumbs-container > #products-display	{

		width:336px;

	}
	
	#products-display > .thumb,
	#products-display > .thumb > .thumb-image,
	#products-display > .thumb > .thumb-image > .thumb-overlay, 
	#products-display > .thumb > .thumb-image > .thumb-link-overlay {

		width:92px;
		height:61px;

	}
	
}


