@import "jquery.ad-gallery.css";

#Galerie
{
}

#Galerie #CateWrapper
{
	margin-top: 25px;
	width: 700px;
}

#Galerie .Category
{
	position: relative;
	float: left;
	width: 200px;
	height: 170px;
	background-color: #9bc2d5;
	border: solid 2px #222;
	margin-left: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
#Galerie .Category a.clicker
{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#Galerie .Category .CatTitle
{
	margin-top: 10px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

#Galerie .Category .CatImg
{
	margin-left: 8px;
	margin-top: 10px;
	text-align: center;
	width: 180px;
	height: 110px;
	border: solid 2px #343434;
	margin-bottom: 20px;
	vertical-align: middle;
}

#Galerie .Category .CatImg img
{
	vertical-align: middle;
}

#Galerie #Gal_Nothing
{
	margin-top: 25px;
}

