@charset "utf-8";
/* CSS Document */
.hoverboxcontainer {
	width: 700px;
	margin:20px;
}
ul.hoverbox {
	list-style: none;
	margin-left: 45px;  
	padding: 2px;
	width: 600px;
}
ul.hoverbox li {
	margin: 0; 
	padding: 8px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 100px;
	height: 80px;
	background: #FFF;
}
ul.hoverbox li img {
	width: 100px; height: 75px; /* Set the small hoverboxnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #FFF;
	position: absolute;
	left: 0; top: 0;
}
ul.hoverbox li img.hover {
	background:url(hoverbox_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
	background: #FFF;
}
#main_view {
	float: left;
	padding: 9px 0;
	margin-left: -10px;
}
