

#gallery img{display:block;}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 880px;
	height: 280px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
}

#thumbs{
	width: 100px;
	height: 280px;
	overflow: hidden;
}

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(../img/arrow.png);
	position: relative;
	top: 238px;
	left: 470px;
}

#next:hover{
	background: url(../img/arrowmo.png);
}

.clear{
	clear: both;
}