
#container{
	width: 1000px;
	height:350px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0 0 0;
	position: relative;
	border:1px solid #666666;
}


#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 100%;
	height: 330px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
	width: 100%;
	height:330px;
	/*border:1px solid #06f;*/
}

/*#thumbs{
	width: 100px;
	height: 300px;
	overflow: hidden;
}*/

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(../img/arrow.png);
	position: relative;
	top: 257px;
	left: 855px;
}

#next:hover{
	background: url(../img/arrowmo.png);
}

.clear{
	clear: both;
}