/* Small Thumbnails on ProductInfo page */
.SmallThumbnail
{	float:left; 
	border:1px solid #ccc; 
	margin-bottom: 1px; 
	margin-right: 1px;
	margin-top:3px;
}
.ThumbnailContainer /* div for SmallThumbnail's */
{
	text-align:center!important;
}
.SmallThumbnail td
{
	vertical-align: middle!important;
	text-align:center!important;
	margin:0;
}
.MainImage 
{
	padding:0!important;
}
.MainImage img
{
	margin:0!important;
}
/* Flash on ZoomImageFlash */
#svBody
{
	position:absolute;
	top:0;
	left:0;
	padding:0;
}
/* LightBox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 90;
	text-align: center;
	line-height: 0;
	}


#outerImageContainer{
	position:relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer /*think twice before edit. Optimized for IE6,IE7, FF */
{
	position:relative;
	top:10px;
	left:0px;
	}
#ifFlash
{
	padding: 0px;
	top:0px;
	left:0px;
}
.ImageZoom, #imgZoom
{
	position:absolute;
	top:0;
	left:0;
	height:510px;
	width: 440px;
	text-align:center;
	margin:0!important;
	border:none;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align:middle;
	line-height: 0;
	z-index:100;
	}


/* Container for Navigation Buttons */
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	background: url(images/bg.gif) repeat-x;
	}
#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{  text-align: left; display:none; }/* Img # of # */	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}	
/* Navigation buttons */		
#imageData #bottomNavClose{float: right;}	
#nextLink, #prevLink { left: 0; float: left; }
#lightbox a img{ border: none; padding-top:3px; padding-bottom:3px; }
	
	/* dark background */	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=70)!important;
        opacity: 0.7!important;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	