.photoslider {
	width:680px;
	margin:0 auto;
}

.photoslider_nav {
	position: relative;
	border: 1px solid #dddddd;
	overflow: hidden;
	height: 98px;
	width: 680px;
	margin:0 auto;
	background:url(../images/main/showtable_bg.jpg) repeat-x;
}

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

}

.photoslider_thumb {
	position: relative;
	border:1px solid #D1DDDE;
	width: 75px;
	height: 56px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	background:#fafafa;
}

.photoslider_thumb  img{
	width: 75px;
	height:56px;
}

.photoslider_clear {
	clear: both;
}

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

.photoslider_main img {
	position: relative;
	border: 1px solid #E4EAEB;
	display: block;
	margin: auto;
}

.photoslider_main_img{
	width:402px;	
}
.photoslider_caption {
	font-weight: bold;
	text-align: center;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding:10px 0;
	margin: auto;
	height:30px;
	width:52px;
}

.photoslider_play, .photoslider_stop {
	width: 24px;
	height: 20px;
	margin: auto;
	cursor: pointer;
	text-align: center;
	border: solid #fff 1px;
	float: left;
	overflow:hidden;
	padding:0;
}

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

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

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