/* ----------------------- Bilder Galerie ---------------------------------*/
#dc-gallery
{
	width:310px;
	z-index:0;
}
.minipic
{
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	margin:0px 2px 2px 0;
	background-color:white;
}

.minipic img {
	cursor: pointer;
}

#big-picture
{
	height:460px;
	margin-bottom:2px;
	overflow:hidden;
}
.big
{
	margin-bottom:2px;
	cursor:pointer;
}

#dc-preview-picture {
	border: 5px solid gray;
}
