.photoslider {
	height : 605px; /*605 ou 660*/
	width : 640px;
}

.photoslider_nav {
	top : 35px;
	position: relative;
	/*border: solid black 1px;*/
	overflow: hidden;
	height: 100px; /*100 ou 150*/
	width: 658px;
	margin: auto;
}

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

.photoslider_thumb {
	position: relative;
	/*border: solid black 1px;*/
	width: 67px;
	height: 40px;
	float: left;
	padding: 5px; /* 5px */
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

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

.photoslider_main img {
	position: relative;
	/*border: solid transparancy 10px;*/
	padding-left : 10px;
	display: block;
	margin: auto;
}

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

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

.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	/*border: solid #fff 0px;*/
	float: left;
}

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

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

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}
