#galerie_film {
	position:relative;
	width:550px;
	height:150px;
	top: 0px;
	left:30px;
	z-index:1;
}
#galerie_item {
	position:relative;
	width:550px;
	height:800px;
	top: 0px;
	left: 30px;
	z-index:1;
}
A {
	color: white;
	text-decoration: none;
}
A:hover {
	color: white;
	text-decoration: underline;
}
A:active {
	color: #CCCCCC;
	text-decoration: underline;
}
/* Gallery filmstrip animatie stijlen */

#motioncontainer {
	width: 550px;
	height: 150px;	/*margin:0 auto;  Uncomment to center on page */
}
#motioncontainer a img {
	border: 1px solid #000000;
}
#motioncontainer a:hover img {
	border: 1px solid green;
}
#motioncontainer a:active img {
	border: 1px solid #000000;
}
#motioncontainer a:visited img {
	border: 1px solid #000000;
}
#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute;
	/* Stop Editing Gallery Styles */ left: -300px;
	visibility: hidden;
}
#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}

/* Einde Gallery filmstrip animatie stijlen */
