#root .content .small-product-images
{
	float: left;
	clear: both;
	padding: 0px 0px 10px 0px;
	width: 495px;
}

#root .content .small-product-image-container
{
	float: left;
	padding: 0px 14px 14px 0px;
}

#root .content .small-product-image
{
	float: left;
	width: 147px;
	height: 142px;
	border: solid 2px #3c0443;
}

#root .content .small-product-image:hover
{
	border-color: #ff00fc;
}

#root .content .large-product-image
{
	float: right;
	width: 268px;
	height: 302px;
	border: solid 2px #3c0443;
}

#root .content .large-product-image:hover
{
	border-color: #ff00fc;
}
