.photoslider {

}

html, body {background-color: #000000;}

.photoslider_nav {
	position: absolute;
	overflow: hidden;
	height: 525px;
	width: 94px;
	top: 172px;
	left: 3px;
	margin: auto;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: solid #5e5e5e 1px;
	width: 75px;
	height: 65px;
	clear: both;
	margin: 8px;
	cursor: pointer;
	background-color:#000000;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: absolute;
	top: 180px;
	height: 525px;
	padding-bottom: 5px;
	background-color:#000000;	
}

.photoslider_main img {
	position: absolute;
	display: block;
	margin: 0px;
	border: solid #5e5e5e 1px;
	background-color:#000000;
	width: 850px;
	height: 515px;
	left: 108px;
}