#previewPane{
	border:0px solid #CCCCCC;
	margin-bottom:10px;	
	text-align:center;
	padding-top:10px;
	position:relative;
	height: 300px;
}
#previewPane img{
	line-height:400px;
	cursor: pointer;
	vertical-align: -60%;
}
#galleryContainer{
	position:relative;
	overflow:hidden;
	width: 525px;
	height: 90px;
	margin-left:35px;
}
#arrow_left, #arrow_right{
	position: absolute;
	height: 77px;
	top: 1px;
	height: 100%;
	width: 25px;
	z-index: 10;
	cursor: pointer;
	text-align: center;
	filter: Alpha(opacity=100);
}
#arrow_left{
	left: 0px;
}
#arrow_right{
	right: 6px;
}
.arrowimg{
	position: relative;
	top: 34px;
}
#theThumbnails{
	position: absolute;
	height: 73px;
	width: 10000px;
}
#theThumbnails img{
	padding:3px;
	cursor:pointer;
	border: 2px solid #F3F2F2;
}

#theThumbnails img:hover {
	
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}

#theThumbnails .imageScreenshot{
	display: block;
	float: left;
	height: 72px;
	padding-right: 10px;
	width: 100px;
	text-align: center;
}

#visibleArea{
	height: 73px;
	width: 440px;
	left: 43px;
	position: relative;
	overflow: hidden;
	top: 10px;
}
