.photoslider {
width:520px;
height:480px;
	margin:0;
	padding:0;
	float:left;
position:relative;
}

.photoslider_nav {
	position: absolute;
	overflow: hidden;
	height: 90px;
	width: 720px;
}

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

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

.photoslider_clear {
	clear: both;
}

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

.photoslider_main {
width:520px;
height:350px;
	margin:0;
	padding:0;
background-image:url(http://www.kotomomo.com/images/pagetop/photobg.gif);
	display: block;
}

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

.photoslider_control {
	display: none;
position:absolute;
top:310px;
left:0;
	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('http://www.kotomomo.com/works/perspective/images/play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('http://www.kotomomo.com/works/perspective/images/play_pause.gif') no-repeat -25px 0px;
}

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