.photoslider {
	display:block;
	}

.photoslider_nav {
	position: relative;
	overflow: hidden;
	height: 75px;
	width: 500px;
	margin: 0 auto 0 auto;
	background-color: #f4f4f4;
	border-bottom: 2px solid #F0F0F0;
	padding: 0px;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: solid #004674 1px;
	width: 50px;
	height: 40px;
	float: left;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: 375px;
	padding-bottom: 0px;
}

.photoslider_main img {
	position: relative;
	border: solid #000 0px;
	display: block;
	margin: auto;
	padding: 0px;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	margin: auto;
	height: 20px;
	width: 80px;
	border: solid #f4f4f4 0px;
}

.photoslider_play, .photoslider_stop {
	width: 20px;
	height: 20px;
	margin: 5px;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #f4f4f4 0px;
	float: left;
}

.photoslider_play {
	background: url('../images/play.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('../images/pause.gif') no-repeat 0px 0px;
}

.slideshow_disabled {
	border-bottom: solid #FFFFFF 2px;
}
