﻿.prd-detail
{
	min-height: 680px;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.prd-detail-checkout
{
	padding: 22px 0px 0px 0px;
	text-align: left;
	min-height: 30px;
	height: auto;
	overflow: hidden;
}
.gallerycontainer
{
    position: relative;
    top: 20px;
    left: 21px;
}

.thumbnail img
{
    border: 1px solid white;
    margin: 0 40px 20px -11px;
}

.thumbnail:hover
{
	border-style: none;
	border-width: 0px;
	background-color: transparent;
}

.thumbnail:hover img
{
	border: 1px solid #FFFFFF;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
/*visibility: hidden;*/
text-decoration: none;
}

.thumbnail span img
{
	/*CSS for enlarged image*/
	border-style: none;
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{
	/*CSS for enlarged image*/
	/*visibility: visible;*/
	top: -487px;
	left: -8px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
