
#container{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	position: relative;
	
}

img{
	display: block;
	border-radius: 0px 0px 0px 0px;
	 opacity: 1;
}

#gallery, #thumbs2{
	float: right;
}
.rtl #gallery, #thumbs2{
	float: left;
}
#gallery{
	width: 480px;
	height: 300px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
		border-radius: 0px 0px 0px 0px;

}

#thumbs{
	width: 100px;
	height: 300px;
	overflow: hidden;
}

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(img/arrow.png);
	position: relative;
	top: 0px;
	left: 0px;
	margin-top:-45px;
}

#next:hover{
	background: url(img/arrowmo.png);
}

.clear{
	clear: both;
}