/* For slide show used on Chalet pages */

#chaletSSBox {
	float: left;
	display: inline;
	width: 414px;
	height: 322px;
	border: 1px rgb(60%,60%,60%) solid;
	margin: 0;
}
#chaletSS_display {
	width: 414px;
	height: 322px;
	margin: 0;
	border: 1px rgb(30%,30%,30%) solid;
}
#chaletSS_thumbBox {
	float: left;
	display: inline;
	width: 414px;
	min-height: 32px;
	border: 1px rgb(60%,60%,60%) solid;
	margin: 0;
	background-color: rgb(90%,90%,90%);
}
#chaletSS_thumbBox .thumb {
	float: left;
	display: inline;
	width: 60px;
	height: 40px;
	border: 1px rgb(60%,60%,60%) solid;
	margin: 3px 0 3px 6px;
}
#chaletSS_thumbBox .thumb a {
	display: block;
	width: 60px;
	height: 40px;
}

#chaletSS_howto {
	text-align: center;
	color: rgb(60%,60%,60%);
	margin: 6px 0 0 0;
	font-style: italic;
}
#playPauseBox {
	margin: 30px auto 15px auto;
	float: left;
	display: inline;
	width: 414px;
	text-align: center
}
#playPauseBox #playPause {
	margin: 0 auto;
	width: 49px;
	height: 15px;
}
#playPauseBox #playPause a {
	display: block;
	height: 100%;
	width: 100%;
	background: url(/images/playpause.gif) left top no-repeat;
}

