#slider {
	margin-top: 20px;
	height: 280px;
}
.thumb {
	float: left;
}
.thumb_img {
	display: block;
	height: 143px;
	width: 225px;
}


#content {
	float: left;
	width: 245px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #D9D8D7;
	font-size: 13px;
}
.left  {
	display: block;
	background-image: url(../images/arrowleft.png);
	width: 39px;
	float: left;
	height: 60px;
	margin-top: 50px;
	margin-right: 16px;
	margin-left: 4px;
}
.right  {
	display: block;
	background-image: url(../images/arrowright.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 39px;
	float: left;
	margin-top: 50px;
}
.clear {
	clear: both;
}

.info p {
	font-family: Arial, Helvetica, sans-serif;
	color: #d3d0ce;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 3px;
}
.info a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #81ac29;
	font-weight: bold;
}
.info {
	/*background-image: url(../images/infobg.jpg);
	background-repeat: no-repeat;*/
	height: 103px;
	width: 196px;
	text-align: center;
	margin-left: 13px;
	margin-top: 12px;
	padding-top: 5px;
}
.elements {
	width: 239px;
	height: 280px;
	float: left;
	position: absolute;	top: 0px; left: 0px;
	z-index: 3;
	opacity: 1;
	display: block;
}
