.photoslider {

}

.photoslider_nav {
	position: relative;
	border: solid #fff 1px;
	overflow: hidden;
	height: 100px;
	width: 720px;
	margin: auto;
}

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

.photoslider_thumb {
	position: relative;
	border: solid #fff 1px;
	width: 80px;
	height: 60px;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

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

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

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

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

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


.photoslider_previous {
	background: url('http://www.naturfoto-aletsch.ch/images/play_pause_next_prev.gif') no-repeat 0px 0px;
}


.photoslider_play {
	background: url('http://www.naturfoto-aletsch.ch/images/play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('http://www.naturfoto-aletsch.ch/images/play_pause.gif') no-repeat -25px 0px;
}


.photoslider_next {
	background: url('http://www.naturfoto-aletsch.ch/images/play_pause_next_prev.gif') no-repeat -75px 0px;
}


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