/* CSS Document */
/* positionering van slideshow divs en plaatjes */


/* plaatjes div */

#slideshow
{
	position:relative;
	border-style: solid;
	border-color: #00FF00;
	border-width: 0px;
	overflow: visible;
	height:100%;
	width:100%;
}

/* class voor plaatjes */
.slideshow
{
	position: absolute;
	left: 0%;
	top: 0%;
}

/* instellingen voor eerste plaatje */
#sel_x_h_jpg_slideshow0
{
	opacity:1;
	-moz-opacity:1;				/* mozilla */
	-khtml-opacity:1;		
	filter: alpha(opacity=100);	/* IE */
	z-index: 10;
}

/* instellingen voor de andere plaatjes */
#sel_x_h_jpg_slideshow1, #sel_x_h_jpg_slideshow2, #sel_x_h_jpg_slideshow3, #sel_x_h_jpg_slideshow4, #sel_x_h_jpg_slideshow5, #sel_x_h_jpg_slideshow6
{
	opacity:0;
	-moz-opacity:0;				/* mozilla */
	-khtml-opacity:0;		
	filter: alpha(opacity=0);	/* IE */
	/*visibility: hidden;
	visibility: visible;*/
	z-index: 11;
}