

#container{
	width: 773px;
	margin-left: auto;
	margin-right: auto;
	padding:0 0 0 0;
	position: relative;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 700px;
	height: 200px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
	
}

#thumbs{
	width: 73px;
	height: 200px;
	overflow: hidden;
}

#next{
	display: block;
	width: 24px;
	height: 21px;
	background: url(../images/arrow.png);
	position: relative;
	top: 179px;
	left: 750px;
}

#next:hover{
	background: url(../images/arrowmo.png);
}

.clear{
	clear: both;
}
