@charset "UTF-8";

#mainContent .rightCol {
	background: #f5f5f5 url(../images/productOther.gif) repeat-y 460px top;
	border: solid 1px #d2c0c0;
}
/* CSS Document */


.productDescription {
	margin: 0 0 0 1em;
	width: 440px;
	float: left;
	position: relative;
}

.productDescription H1 { border-bottom: 1px solid #d6d6d6; }

.productDescription H2 { 
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	font-weight: normal;
}

.productDetails {
	float: right;
	width: 210px;
	margin: 1em;
}
.productDetails H1#price {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: bold;
}

#imageGallery {
	height: 460px;
	background: #FFF;
	/* position: reltive; */
	width:615px;
	margin:0 auto;
	margin-bottom:10px;
}

#wrapper{
	background-color:#eee;
}

#imageGallery #currentImage {
	height: 350px;
}

#currentImage A {
	display: block;
	text-decoration: none;
	width: 440px;
	height: 250px;
}

#wrapper{
	
}

#imageGallery #enlarge {
	float: right;
	margin: 0.5em 1em 0 0;
	border: 0;
}

#imageGallery #imageThumbnails {
	background: #e0e0e0;
	display: block;
	position: relative;
	width: 615px;
	margin: 10px 0 0 0;
}

#imageThumbnails #scrollLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#imageThumbnails #scrollRight {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#imageThumbnails #thumbnails {
	height: 96px;
	display: block;
	width: 590px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

 #thumbnails #thumbReadjust {
 	width: 50000px;
 }

#thumbnails .aThumbnail {
	float: left;
	width: 120px;
	height: 90px;
	margin: 1px;
	padding: 1px;
	border: 1px solid #FFF;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}

#thumbnails .aThumbnail A {
	text-decoration: none;
	display: block;
	line-height: 90px;
}
