.photoslider {
  position: relative;
}

.photoslider_nav {
	position: absolute;
	border: solid #8b7a68 1px;
	overflow: hidden;
    left: 490px;
    width: 85px;
    height: 616px;
}

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

.photoslider_thumb {
	position: relative;
	border: solid #8b7a68 1px;
	width: 50px;
	height: 67px;
	/*float: left;*/
    display: block;
	padding: 5px;
	margin: 10px;
	cursor: pointer;
    left: 0px;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: absolute;
	width: 470px;
	padding-bottom: 5px;
}

.photoslider_main img {
	position: relative;
	border: solid #8b7a68 6px;
	display: block;
}

.photoslider_caption {
	position: absolute;
	font-weight: bold;
	text-align: center;
    background-color: #fff;
    top: 6px;
    left: 6px;
    width: 430px;
    height: 50px;

	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

    font-family: Tahoma;
    font-size: 12px;
padding: 10px;
}

.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: solid #fff 1px;
	float: left;
}

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

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

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