@charset "UTF-8";
ul.thumbzoom{
 list-style-type: none;
}


ul.thumbzoom li{
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: blue;
}


ul.thumbzoom a{
 display: block;
 width: 150px;
 height: 100px;
 overflow: hidden;
 position: relative;
 z-index: 1;
}


ul.thumbzoom a img{
 position: absolute;
 top: 0px;
 left: 0px;
}


ul.thumbzoom a:hover{
 overflow: visible;
 z-index: 2;
}


ul.thumbzoom a:hover img{
 width: 150px;
 height: 100px;
}


.clearfix:after{
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}


.clearfix{
	display: inline-block;
}


/* MacIE?p */
* +html .clearfix{
	height: 1%;
}


* html .clearfix{
	height: 1%;
}


.clearfix{
	display: block;
}








