.photoslider{
	position: relative;
}

.photoslider_nav {
	position: relative;
	overflow: hidden;
	height: 110px;
	margin:0 15px 30px;
	width: 510px;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: solid #ccc 1px;
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
	margin: 10px 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: 444px;
	padding: 10px;
	background: url(../../results/img/bg_001.jpg);
	margin: 0 0 20px 0;
}

.photoslider_main img {
	position: relative;
	display: block;
	margin: auto;
}

.photoslider_caption {
	position: absolute;
	left: 20px;
	top: 433px;
	width: 500px;
}
.photoslider_caption em{
	color:#3E850F;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
}

.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;
}
