.photoslider {

}

.photoslider_nav {
	position: relative;
	/*border: 1px solid fuchsia;*/
	overflow: hidden;
	height: 117px;
	max-width: 640px;
	margin: auto;
}

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

.photoslider_thumb {
	position: relative;
	border: 1px solid #CCC;
	border-radius: 5px;
	width: 100px;
	height: 78px;
	overflow: hidden;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}
.photoslider_thumb img {border-radius:5px; width:100%;}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	/*height: 420px;*/
	padding-bottom: 5px;
	max-width:640px;
	margin: auto;
}

.photoslider_main img {
	position: relative;
	border: 5px inset #93117E;
	border-radius: 10px;
	display: block;
	width:100%;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 32px;
	width: 90px;
}

.photoslider_play, .photoslider_stop {
	width: 24px;
	height: 24px;
	margin: auto;
	 margin-right: 10px;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	/*border: solid #fff 1px;*/
	float: left;
}

.photoslider_play {
	background: url('play.png') no-repeat;
}

.photoslider_stop {
	background: url('pause.png') no-repeat;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}