.videocontainer{
	position: absolute;
	left: 200px;
	top: 125px;
	height: 477px;
	width: 811px;
overflow: auto


}
.thumbgallerycontainerfotos{
	position: absolute;
	left: 105px;
	top: 125px;
	height: 453px;
	width: 336px;
}
.imggallerycontainerfotos{
	position: absolute;
	left: 452px;
	top: 125px;
	height: 453px;
	width: 499px;
}
.thumbgallerycontainerpresse{
	position: absolute;
	left: 70px;
	top: 125px;
	height: 453px;
	width: 377px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.imggallerycontainerpresse{
	position: absolute;
	left: 452px;
	top: 125px;
	height: 453px;
	width: 499px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
border: 0
margin: 0 5px 5px 0;
}

.thumbnail: hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px;
}

.thumbnail span{
	position: absolute;
	left: -1000px;
	border: 0px;
	text-decoration: none;
	visibility: hidden;
}

.thumbnail span img{
	border-width: 0;
	padding: 0px;
	margin: 0px;

}
