.photoslider {

}

.photoslider_nav {
	position: relative;
	border: 0px solid #8e0505;
	overflow: hidden;
	height: 94px;
	width: 610px;
	margin: auto;
}

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

.photoslider_thumb {
	position: relative;
	border: solid #261200 1px;
	width: 50px;
	height: 42px;
	background:#c9b6a3;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

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

.photoslider_main img {
	position: relative;
	border: 1px solid #261200;
	padding: 5px;
	display: block;
	margin: auto;
	margin-top: 5px;
	background:#c9b6a3;
}

.photoslider_caption {
	text-align: center;
	color:#c9b6a3;
	font-size:11px;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	margin: auto;
	height: 30px;
	border:0px solid #f00;
	width: 160px;
}

.photoslider_play {
	width: 50px;
	height: 23px;
	margin: auto;
	padding: 0px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 0px;
	float: left;
}
.photoslider_stop {
	width: 50px;
	height: 23px;
	margin: auto;
	padding: 0px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 0px;
}

.photoslider_play {
	background: url('../skin/psplay.gif') 0px 0px;
}

.photoslider_stop {
	background: url('../skin/psstop.gif') 0px 0px;
}

.slideshow_disabled {
	border-bottom: solid #f9be17 1px;
}
