.photoslider {
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: left;
}

.photoslider_nav {
	position: relative;
	border: 1px solid #96AC95;
	overflow: hidden;
	height: 80px;
	width: 322px;
	margin: 0;
	background: #7F997E;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	background-color: #6B826B;
	border-top: 1px solid #869B86;
	border-right: 2px solid #566C55;
	border-bottom: 2px solid #566C55;
	border-left: 1px solid #869B86;
	width: 30px;
	height: 30px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	/*opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	*/
}


.photoslider_thumb:hover {
	background-color: #96AC95;
	border-top: 1px solid #749173;
	border-right: 2px solid #749173;
	border-bottom: 2px solid #749173;
	border-left: 1px solid #749173;
	/*opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	*/
}

.photoslider_clear {
	clear: both;
}

.photoslider_main {
	height: 290px;
	width: 322px;
	border: 1px solid #96AC95;
	border-bottom-width: 0px;
}

.photoslider_main div {
	position: relative;
	width: 312px;
	height: 280px;
	padding: 0px;
	border: 5px solid #7F997E;
	display: block;
	margin: auto;
}

.photoslider_main div embed {
   border: 0px;
   padding:0;
   margin:0;
   background: #6B816C;
}

