

.photoslider {

}

.photoslider_nav {
	position: relative;
	border: solid white 2px;
	overflow: hidden;
	height: 100px;
	width: 600px;
	margin: auto;
}

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

.photoslider_thumb {
	position: relative;
	background-color: white;	
	border: solid black 1px;
      width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: 420px;
	padding-bottom: 5px;
}

.photoslider_main img {
	position: relative;
	border: solid #FFF 2px;
	display: block;
	margin: auto;
}

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

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

.photoslider_play, .photoslider_stop {

	width: 25px;
	height: 19px;
	margin: auto;
	padding-bottom: 1px;
	cursor: pointer;
	text-align: center;
	float: left;
}

.photoslider_play {
	background: url('/test10/play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('/test10/play_pause.gif') no-repeat -22px 0px;
}

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