/*** PHOTO ROTATOR ***/

div#photo_rotator div.image_container {
	/*border: #000000 1px solid;*/
	width: 405px;
	height: 304px;
	overflow: hidden;
	margin: 0px;
	background-color: #000000;
}
div#photo_rotator div.image_container img {
	/*width: 320px;*/
	height: 100%;
	width: 420px;
	cursor: pointer;
}
div#photo_rotator div.image_container div {
	padding: 2px;
}
div#photo_rotator div.image_container div.title_overlay {
	position: relative;
	top: -35px;
	background-color: #1c1a55;
	width: 400px;
	height: 35px;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}
div#photo_rotator div.image_container div.overlay_text {
	width: 400px;
	height: 35px;
	position: relative;
	top: -75px;
	overflow: hidden;
	font: bold 8pt Verdana,Sans-Serif;
	color: #ffffff;
}
div#photo_rotator div.image_container div.overlay_text span {
	font-weight: normal;
}
div#photo_rotator div.image_container div.overlay_text span a,
div#photo_rotator div.image_container div.overlay_text span a:visited,
div#photo_rotator div.image_container div.overlay_text span a:hover {
	color: #ffffff;
}


div#photo_rotator div.thumb_container {
	background-color: #333333;
	
	height: 51px;
	
}
div#photo_rotator div.thumb_container div {
	text-align: center;
	float: left;
	height: 51px;
	/*overflow: hidden;*/
}
div#photo_rotator div.thumb_container div img {
	width: 40px;
	height: 40px;
	margin: 4px;
	border: #666666 1px solid;
	cursor: pointer;
}
div#photo_rotator div.thumb_container div.current {
	background-color: #909090;
}
div#photo_rotator div.thumb_container div.current img {
	cursor: default;
}
div#photo_rotator div.thumb_container div.current img.current_arrow {
	border: 0px none;
	width: auto;
	height: auto;
	position: relative;
	top: -60px;
	left: 1px;
}

div#photo_rotator div.thumb_container div.arrow_top,
div#photo_rotator div.thumb_container div.arrow_bottom {
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #333333;
	cursor: pointer;
}
div#photo_rotator div.thumb_container div.arrow_top {
	margin-left: 5px;
}
div#photo_rotator div.thumb_container div.arrow_top img,
div#photo_rotator div.thumb_container div.arrow_bottom img {
	width: auto;
	height: auto;
	border: 0px none;
	position: relative;
	top: 8px;
}
