
.photoslider {
	margin-left: 130px;
	height: 650px;
}


.photoslider_nav {
	position: relative;
	border: solid #d2cab4 1px;
	overflow: hidden;
	height: 90px;
	width: 760px;
	margin: auto;
	background:url(../img/bg_note.jpg) ;
}

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

.photoslider_thumb {
	position: relative;
	border: solid #d2cab4 1px;
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	background: #fff;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height:530px;
	padding-bottom: 5px;
	width:760px;
}

.photoslider_main img {
	position: relative;
	border: solid #000 10px;
	display: block;
	margin: auto;
}
* html body .photoslider_main img {
	border: solid #000 5px;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	display: none;						/*/////////////////////////////////////////////*/
}

.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;
}


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