.photoslider {

}

.photoslider_nav {
	position: relative;
	border: solid #323232 1px;
	overflow: hidden;
	height: 90px;
	margin: auto;
}

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

.photoslider_thumb {
	position: relative;
	border: solid #323232 1px;
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}
.photoslider_thumb img{width:50px; height:50px;}

.photoslider_clear {
	clear: both;
}

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

.photoslider_main img {
	position: relative;
	border: solid #323232 1px;
	padding:5px;
	display: block;
	margin: auto;
	background-image: url(photoslider_files/1.jpg);
}

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




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

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


