#mainbox {
	border:0px solid red;
	background: #F7F7F7;
	overflow:hidden; 
	height:300;
	padding: 0px 0px 0px 0px;
	
}
#mainimageholder {
	border: 0px solid #000000;
	background: #DEDEDE; 
	width:400px; 
	height:300px;
	vertical-align: middle;
}

#mainimage {
	width:400px; 
	height:227px; 
	
}

#thumbbox {
	border: 0px solid #000000;
	position: relative;
	left: -525px;
	top: -227px;
	width: 100px; 
	padding: 0px 0px 0px 0px;
}

#thumbs {
	cursor:pointer;
	margin-bottom:0;
	margin-top:0;
}

#thumbnavup {
	position:absolute;
	font-family:arial;
	border: 0px solid blue;
	cursor:pointer;
	left: 10px;
	top: 10px;
	width: 40px; 
	padding: 0px 0px 0px 0px;
	height:20px;
}

#thumbnavdown {
	position:absolute;
	font-family:arial;
	border: 0px solid blue;
	cursor:pointer;
	left: 10px;
	top: 200px;
	width: 40px; 
	padding: 0px 0px 0px 0px;
	height:20px;
}

#thumbbox img {
	border-width:0px;
	margin-bottom:2px;
}
div#wn2{
	position:absolute; 
	left:50px; top:0px; 
	width:180px; height:250px; 
	clip:rect(0px, 180px, 250px, 0px); 
	overflow:hidden;	
	
	}