.photoslider {
display:block;
width: 500px;
padding: 0;
margin: 0px auto;
text-align:center;
}

.photoslider_nav {
	position: relative;
	border: solid #959595 1px;
	overflow: hidden;
	height: 90px;
	width: 100%;
	margin: 0px;
}

* html .photoslider_nav {
margin: 0px;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;

}

.photoslider_thumb {
	position: relative;
	border: solid #958085 1px;
	width: 50px;
	height: 50px;
	float: left;
	padding: 2px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	text-align: center;
	position: relative;
	height: 310px;
	width: 100%;
}

.photoslider_main img {
	position: relative;
	border: solid #8B747A 5px;
	/*display: block;*/
	margin: auto;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	margin: auto;
	height: 30px;
	width: 300px;
}

.photoslider_play, .photoslider_stop {
	width: 22px;
	height: 19px;
	margin: 0 auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	float: left;
}

.photoslider_play {
	background: url('../img/photoslider/play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('../img/photoslider/play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}