/* CSS Document */



.zoomthumb {

	/*float: left;*/

	margin: 0; padding: 10px;

	width: 200px;

	/*position: relative;

	display:block;*/

	display:run-in;

}



.zoomthumb img {

	width: 200px; 

	/*height: 150px; /* Set the small thumbnail size */

	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */

	border: 1px solid #ddd;

	padding: 5px;

	background: #f0f0f0;



}



.zoomthumb img:hover {

	background:url(../../plugins/content/zoomhoverthumbs/zoomhoverthumbs_bg.png) no-repeat center center;  /* Image used as background on hover effect*/

	/*border: none; /* Get rid of border on hover */

	z-index:10000;

	/*margin-top:-60%;

	margin-left: -60%; 	

	top: 50%; 

	left: 50%;

	width: 200%; 

	height: 200%;*/

	padding: 20px; 	

}



