.photoslider {

}
/* top: 100px;*/
/* absolute: top 100px;*/
/*	position: relative;*/

.photoslider_nav {
	position: relative;
	border: solid black 0px;
	overflow: hidden;
/*	height: 90px;*/
	height: 90px;
	width: 720px;
	margin: auto;
/* auto;*/
}

.photoslider_thumbBar {
	position: absolute;
/*	
	width: 50px;
	height: 50px;
*/
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}
/* absolute: top 100px;     relative;*/
.photoslider_thumb {
	position: relative;
	border: solid black 3px;
	width: 50px;
	height: 50px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
/*	height: 420px;  main img と相対関係*/
	height: 600px;
	padding-bottom: 5px;
}

.photoslider_main img {
	position: relative;
	border: solid #000 0px;
	display: block;
	margin: auto;
	width: 400px;
	height: 600px;
}

.photoslider_caption {
	position: relative;
	/*font-weight: bold;*/
	text-align: center;
}

.photoslider_control {
	display: none;
/*追加0px
	border: solid black 0px;*/
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

.photoslider_play, .photoslider_stop {
	width: 18px;
/*	height: 19px;*/
	height: 18px;
	margin: auto;
/*	padding: 3px;*/
	padding: 0px;
	cursor: pointer;
	text-align: center;
/*	border: solid #fff 0px;
	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;
}