/* @override http://localhost:8888/fc/muziekmonumenten/scripts/style_fotogalerie.css */

#fotogalerieWrapper {
	position: absolute;
	top:  0px;
	left: 0px;
	overflow: hidden;
	display:  none;
}
#fotogalerie {
	z-index: 99;
	overflow: hidden;
	background-color: #6c6c6c;
	background-image: url('../images/graphics/fotogalerie/imgFlower.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.btn,
.img {
	background-repeat: no-repeat;
	display: block;
	position: absolute;
}
.picture {
	box-shadow: 2px 2px 8px #000;
	-moz-box-shadow: 2px 2px 8px #000; 
	-webkit-box-shadow: 2px 2px 8px #000; 
}
.pictureImage {
    filter:        progid:DXImageTransform.Microsoft.DropShadow(color=#2c2c2c, offx=1, offy=1)        progid:DXImageTransform.Microsoft.DropShadow(color=#323232, offx=1, offy=1)
progid:DXImageTransform.Microsoft.DropShadow(color=#393939, offx=1, offy=1);

}


.btnPlay {
	background-image: url('../images/graphics/fotogalerie/btnPlay.gif');
	width: 70px;
	height: 70px;
}
.btnPauze {
	background-image: url('../images/graphics/fotogalerie/btnPauze.gif');
	width: 70px;
	height: 70px;
}
.btnPrev {
	background-image: url('../images/graphics/fotogalerie/btnPrev.png');
	width: 70px;
	height: 70px;
}
.btnPrevDisabled {
	background-image: url('../images/graphics/fotogalerie/btnPrevDisabled.png');
	cursor: default;
	width: 70px;
	height: 70px;
}
.btnNext {
	background-image: url('../images/graphics/fotogalerie/btnNext.png');
	width: 70px;
	height: 70px;
}
.btnNextDisabled {
	background-image: url('../images/graphics/fotogalerie/btnNextDisabled.png');
	cursor: default;
	width: 70px;
	height: 70px;
}
.btnLogo {
	background-image: url('../images/graphics/fotogalerie/btnLogo.png');
	width: 315px;
	height: 30px;
}
.btnCopyright {
	background-image: url('../images/graphics/fotogalerie/copyrightFotografie.png');
	width: 226px;
	height: 22px;
}
.btnCopyright:hover {
	background-image: url('../images/graphics/fotogalerie/copyrightFotografieOver.png');
}
.btnHome {
	background-image: url('../images/graphics/fotogalerie/btnHome.png');
	width: 129px;
	height: 20px;
}
