﻿div.backDiv 
{
	position: relative;
	text-align: right;
}

a.back:link
{
	
	position: absolute;
	right: 5px;
	top: -45px;
	display: block;
	font-size: 100%;
	text-decoration: none;
}

div#product 
{
	margin-top: 5px;

}


div#product h2:first-child
{
	padding-top: 0;
}

div.productColumnSpacer 
{
	width:20px;
}




div#product div#thumbnailGallery
{
}

div#product div#thumbnailGallery div#mainPhotoDiv 
{
	width: 364px;
	height: 400px;
	background-color: #fff;
	border: 1px solid #ABACB1;
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;	
}

div#product div#thumbnailGallery div#mainPhotoDiv:hover 
{
	background-color: #f5f5f5;
}

div#product div#thumbnailGallery div#mainPhotoDiv img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}		


div#product div#thumbnailGallery div#otherPhotosDiv 
{
	width: 368px;
}

div#product div#thumbnailGallery div#otherPhotosDiv div.thumbnailDiv
{
	margin-top: 13px;
	display: inline-block;
	width: 114px;
	height: 124px;
	padding: 0 0;
	background-color: #fff;
	border: 1px solid #ABACB1;
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 5px;
	vertical-align: middle;	
	overflow: hidden;
}

div#product div#thumbnailGallery div#otherPhotosDiv div.thumbnailDiv:hover 
{
	background-color: #f5f5f5;
}


div#product div#thumbnailGallery div#otherPhotosDiv div.thumbnailDiv a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 114px;
	height: 124px;
}



div#product div#thumbnailGallery div#otherPhotosDiv div.thumbnailDiv:nth-child(3n+1)
{
	margin-left: 0;
	margin-right: 2px;
}

div#product div#thumbnailGallery div#otherPhotosDiv div.thumbnailDiv:nth-child(3n+2)
{
	margin-left: 2px;
	margin-right: 2px;
}

div#product div#thumbnailGallery div#otherPhotosDiv div.thumbnailDiv:nth-child(3n+3)
{
	margin-left: 2px;
	margin-right: 0px;
}


div#product div#thumbnailGallery div#otherPhotosDiv div.thumbnailDiv
{
	/*IE7 and IE6 hack*/
	zoom: 1; 
	*display: inline !important; 
	_height: 30px;
}


div#product div#thumbnailGallery div#otherPhotosDiv div.thumbnailDiv img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}		

