.photoslider {

}

.photoslider_nav {
	position: relative;
	border: 1px solid #ccc;
	overflow: hidden;
	height: 60px;
	width: 320px;
	margin: auto;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: solid #ccc 1px;
	width: 50px;
	height: 37px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: 240px;
	padding-bottom: 10px;
}

.photoslider_main img {
	position: relative;
	border: solid #eee 5px;
	display: block;
	margin: auto;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
}

