body{
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 12px;
}

p{
	margin: 20px 0 40px 0;
	font-size: 12px;
	text-align: left;
	color: #333;
	font-style: normal;
}




#container{
	width: 630px;
	padding: 0px 0 0 0;
	position: absolute;
	margin-right: 0px;
	float: right;
	right: 0px;
	left: -65px;
	top: 3px;
	height: 391px;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 450px;
	height: 450px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
	left: -15px;
	top: -3px;
	height: 451px;
}

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

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

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

.clear{
	clear: both;
}
.fett {
	font-weight: bold;
}
