.photoslider {
	text-align: center;
}

.photoslider_nav {
	position: relative;
	overflow: hidden;
	height: 90px;
	width: 550px;
	margin: auto;
}

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

.photoslider_thumb {
	position: relative;
	border: #000 4px solid;
	width: 66px;
	height: 50px;
	float: left;
	padding: 0px;
	margin: -1px;
	cursor: pointer;
	margin-top: 20px;
}

.photoslider_thumb img {
	width: 66px;
	height: 50px;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	/* height: 320px; -- uncomment if a fixed height is needed */
	padding-bottom: 5px;
}

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

.photoslider_caption {
	font-weight: bold;
	text-align: center;
	padding: 1em;
	margin: 0 7px 0 6px;
	min-height: 1em;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 55px;
}

.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('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 #999 2px;
}

.photoslider_caption p{
	margin: 0;
}