div.gallery-overview
div.child-gallerys {
	margin-top: 40px;
}

div.gallery-overview
div.child-gallerys
div.gallery {
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
}
div.gallery-overview
div.child-gallerys
div.gallery:hover {
	border-left-style: solid;
	border-width: 2px;
	border-color: #f23da3;
}

div.gallery-overview
div.child-gallerys
div.gallery a {
	font-size: 12px;
	text-decoration: none;
	font-family: "Arial",serif;
	
}

div.gallery-overview
div.child-gallerys
div.gallery
div.gallery-flyer a {
	color: #50ffec;
}

div.gallery-overview
div.child-gallerys
div.gallery
div.gallery-photomanipulation a {
	color: #50ff8a;
}

div.gallery-overview
div.child-gallerys
div.gallery
div.gallery-signatures a {
	color: #92ff50;
}

div.gallery-overview
div.child-gallerys
div.gallery
div.gallery-wallpaper a {
	color: #dcff50;
}

div.gallery-overview
div.child-gallerys
div.gallery
div.gallery-websites a {
	color: #ffd450;
}
div.gallery-overview {
	height: 260px;
	overflow: hidden
}

div.pictures {
	width: 436px;
	
}

div.pictures
div.picture {
	float: left;
	width: 109px;
	height: 130px;
	text-align: center;
}
	

div.pictures
div.picture img {
	border: 2px solid #333333;
}

div.pictures
div.picture img:hover {
	border: 2px solid #fe7238;
}
