#index #feature #image {
	position:relative;
	width:360px;
	height:360px;
	margin:15px 10px;
	border:1px solid #666666;
}
#index #feature #image img {
	position:absolute;
	left:50%;
}
#product #images #main {
	width:370px;
	height:370px;
	position:relative;
	margin:10px;
	border:1px solid #666666;
}
#product #images #main img {
	position:absolute;
	left:50%;
}
#product #images #thumbnails .image {
	position:relative;
	width:110px;
	height:110px;
	border:1px solid #666666;
}
#product #images #thumbnails .image img {
	position:absolute;
	left:50%;
}
#gallery .gallery .image {
	border:1px solid #666666;
	position:relative;
	width:220px;
	height:220px;
}
#gallery .gallery .image img {
	position:absolute;
	left:50%;
}
