.photoslider {

}

.photoslider_nav {
	position: absolute;
	border: solid black 1px;
	overflow: hidden;
	height: 115px;
	width: 600px;
	margin-left: 157px;
	margin-top:20px;
}

.photoslider_thumbBar {
	position: absolute;
	left: 200px;
	padding-top: 0px;
	padding-bottom: 10px;
	display: block;
	margin: 5px;
}

.photoslider_thumb {
	
	border: solid black 1px;
	width: 111px;
	height: 90px;
	float: left;
	padding: 5px;
	margin:3px;
	cursor: pointer;
	background-color:#000000;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	width: 420px;
	padding-bottom: 5px;
}

.photoslider_main img {
	position: relative;
	border: solid #000 10px;
	display: block;
	margin: auto;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: auto;
	height: 30px;
	width: auto;
	float: right;
}

.photoslider_play, .photoslider_stop {
	position: relative;
	width: 600px;
	height: 20px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 0px;
	float: left;
}

.photoslider_play {
	background: url('../play.png') no-repeat 0px 0px;
	width:50px;
}

.photoslider_stop {
	background: url('../stop.png') no-repeat -3px 0px;
	width:50px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}