*{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
}


#container{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0 0 0;
	position: relative;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 540px;
	height: 300px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
	width:540px;
	height:300px;
}

#thumbs{
	width: 100px;
	height: 300px;
	overflow: hidden;
}

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(../images/arrow.png);
	position: relative;
	top: 257px;
	left: 595px;
}

#next:hover{
	background: url(../images/arrowmo.png);
}

.clear{
	clear: both;
}