.photoslider {

}

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

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

.photoslider_thumb {
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	padding: 3px;
	margin: 5px;
	cursor: pointer;
	background-color:#EEEEEE;
	border:#999999 solid 1px;
}

.photoslider_thumb:hover {
	background-color:#ff9999;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
}

.photoslider_main img {
	position: relative;
	border:#999999 solid 1px;
	display: block;
	margin: auto;
	width:400px;
	height:400px;
	background-color:#EEEEEE;
	padding:5px;
}

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

.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;
	float: left;
	/*
		border: solid #fff 1px;
	*/
}

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

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

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

/*’Ç‰Á
-------------------------------------------------------------------------------------*/
.photoslider_thumb  img{
	width: 50px;
	height: 50px;
}

#album{
	color:#FFFFFF;
	font-size:14px;
}
