.photoslider {

}

.photoslider_nav {
	position: relative;
	overflow: hidden;
	height: 110px;
	width: 621px;
	border: 1px solid #efd6d6;
	margin: 0 auto;
	background-color: #fff2f2;
}

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

.photoslider_thumb {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	margin: 5px;
	padding: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	display: block;
	height: 348px;
	padding: 20px 0;
	margin: 0 auto;
	border: 1px solid #efd6d6;
	background-color: #fff2f2;
}

.photoslider_main img {
	position: relative;
	display: block;
	margin: auto;
}

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

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top:20px;
	margin: auto;
	height: 30px;
	width: 63px;
}
.photoslider_play{margin-right:12px !important;}
.photoslider_play, .photoslider_stop {
	width: 22px;
	height: 22px;
	margin: auto;
	cursor: pointer;
	text-align: center;
	float: left;
}

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

.photoslider_stop {
	background: url(../images/gallery/play_pause.png) no-repeat -45px 0px;
}

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