/* CSS Document */

#container ul.thumb-hover {
	float: right;
	list-style: none;
	margin: 0;
	padding: 10px 2px 10px 10px;
	z-index: 10;
}

#container ul.thumb-hover li {
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 90px;
	height: 135px;
}

#container ul.thumb-hover li img {
	width: 90px;
	height: 135px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 0;
	background: #f0f0f0;
	position: absolute;
	left: 0;
	top: 0;
}