img {
    border: 0;
}
div.product_content div.gallery {
	height: 360px;
	width: 660px;
	/*top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -180px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -450px;*/
}
ul.thumb {
	float: right;
	list-style: none;
	margin: 0; padding: 10px;
	width: 250px;
}
ul.thumb li {
	margin: 0;
	padding: 5px;
	float: right; 
	width: 110px;
	height: 110px;
	position: relative;
    background-color: white;
}
ul.thumb li img {
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0;
    top: 0;
	-ms-interpolation-mode: bicubic; 
    max-width: 100px;
    max-height: 100px;
}
ul.thumb li img.hover {
	background: url(/web/img/thumb_bg1.png) no-repeat center center;
	border: none;
    float: left;
}
#main_view {
	padding: 9px 0;
    line-height: 350px;
}

#main_view img {
    max-height: 340px;
    max-width: 280px;
    vertical-align: middle;
}