.photoslider {
		background-color:#f1f9fc;
		border:#88cae2 solid 1px;
}

.photoslider_nav {
	position: relative;
	border: solid black 0px;
	overflow: hidden;
	height: 40px;
	width: 533px;
	margin: auto;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	border: solid black 0px;
}

.photoslider_thumb {
	position: relative;
	padding:4px;
	padding-top:0px;
	border: solid black 0px;
	float: left;
	cursor: pointer;
	margin:auto;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	padding-bottom: 4px;
}

.photoslider_main img {
	position: relative;
	border: solid #fff 0px;
	display: block;
	margin: auto;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
	height:0px;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	margin: auto;
	width: 52px;
}

.photoslider_play, .photoslider_stop {
	width: 18px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 1px;
	float: left;
}

.photoslider_play {
	background: url('../img/play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('../img/play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}