.photoslider {
	margin-top: 20px;
}

.photoslider_nav {
	position: relative;
	overflow: hidden;
	height: 100px;
	width: 300px;
	margin: auto;
}

.photoslider_thumbBar {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: 1px dotted #767676;
	float: left;
	margin: 5px;
	cursor: pointer;
	height: 67px;
	width: 100px;
}

.photoslider_clear {
	clear: both;
}

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

.photoslider_main img {
	border: 1px dotted #767676;
	display: block;
	margin: auto;
}

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

.photoslider_control {
	display: none;
	float: right;
	font-weight: bold;
	padding-right: 10px;
	margin: auto;
	height: 10px;
	width: 32px;
}

.photoslider_play, .photoslider_stop {
	width: 10px;
	height: 10px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	float: left;
}

.photoslider_play {
	background: url('../img/play.gif') no-repeat;
}

.photoslider_stop {
	background: url('../img/pause.gif') no-repeat;
}
