#containerSlider{
	width: 700px;
	margin-left: 25px;
	margin-right: auto;
	position: relative;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: right;
	float: left;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 600px;
	height: 300px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
}

#thumbs{
	width: 100px;
	height: 300px;
	overflow: hidden;
}

#next{
	display: inline;
	width: 47px;
	height: 43px;
	background: url(img/arrow.png);
	position: absolute;
	top: 283px;
	left: 636px;
}

#next:hover{
	background: url(img/arrowmo.png);
}

.clear{
	clear: both;
}

