.photoslider {
	margin-top: -52px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: -20px;
	width: 323px;
	float: right;
}

.photoslider_nav {
	position: relative;
	background-color: white;
	overflow: hidden;
	height: 90px;
	width: 323px;
	margin: auto;
	border-right: solid 0px #F6DCA2;
	border-left: solid 0px #F6DCA2;
	border-bottom: solid 0px #F6DCA2;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: 1px solid #919191;
	height: 50px;
	width: 70px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;

	text-align: center;
}

.photoslider_thumb img {
	width: auto;
	height: 50px;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: auto;
	padding: 0;
	background-color: #FEF9EF;
	width: 323px;
	border-right: solid 0px #F6DCA2;
	border-left: solid 0px #F6DCA2;	
	border-top: solid 0px #F6DCA2;
	margin: auto;
	text-align: center;
}
/*#F6DCA2;*/
.photoslider_main img {
	position: relative;
	display: block;
	padding: 0px;
	background-color: White;
	border: 0;
	margin: auto;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: auto;
	position: relative;
	width: 323px;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

.photoslider_play, 
.photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: none;
	float: left;
}

.photoslider_play {
	background: url('/js/photoslider/images/play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('/js/photoslider/images/play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}
