@charset "utf-8";
#productview {
	height: auto;
	width: 700px;
	margin:0 auto;
}

#productview #productimages {
	height: 95px;
	width: 700px;
	top: -1px;
}
#productview #productimages #scroller {
	width: 700px;
	left: 0px;
}
.fadein {
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a .fadein{
	border:none;
}

.clear {
	clear: both;
	margin-bottom: 30px;
}

#leftControl {
	float: left;
	width: 20px;
	text-align: center;
	display: block;
	height: 75px;
	padding-top: 20px;
	}
	#leftClicker{
				height:20px;
			    width:17px;
				padding:10px 10px 45px 0;
				}
			 
#rightControl {
	float: left;
	width: 20px;
	display: block;
	height: 75px;
	padding-top: 20px;
	}
	#rightScroller{
				height:20px;
			    width:17px;
				padding:10px 0 45px 2px;
				}

			 
#outerScroller {
	float: left;
	width: 639px;
	overflow: hidden;
	height: 75px;
	display: block;
	position: relative;
	}
	
#innerScroller {
	width: 5992px;
	height: 75px;
	position: relative;
	text-align: center;
}

#innerScroller img{cursor:pointer;
}

.divProductImageSlider {
						float:left;
						margin:0 3px;
						width:65px;
						height:75px;
						overflow:hidden;
						}
#bigimage{padding:0 20px;}

#scroller{padding:0;
			margin:0;}
