#gallery-container{
	width: 100%;
	clear: both;
}

#gallery-container .picture{
	float: left;
	padding: 0 0 0 0;
	margin: 5px;
	horizontal-align: center;
	text-align: center;
	position: relative;
}

#gallery-container .picture-add{
	float: left;
	padding: 0 0 0 0;
	margin: 5px;
	horizontal-align: center;
	text-align: center;
	background: red;
}

#gallery-container .picture img{

	border: 1px solid #b7d5ea;
}

#gallery-container .category{
	clear: both;
	width: 100%;	
	min-height: 160px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#gallery-container h3{
    margin-top: 0px;
}

#gallery-container .category .left-cat{
	float: left;
	clear: left;
	width: 220px;
	horizontal-align: center;
	text-align: center;
}

#gallery-container .category .left img{
	border: 1px solid #b7d5ea;
}

#gallery-container .category .cat-right{
	float: right;
	clear: right;
	width: 315px;
	padding: 0px;
	margin: 0;
	background: none;

	overflow: hidden;
}

#gallery-container .category .right a:link,
#gallery-container .category .right a:visited,
#gallery-container .category .right a:focus,
#gallery-container .category .right a:active
{
	font-family: Verdana;
	color: #535353;
	font-size: 14px;
	text-decoration: none;
}

#gallery-container .category .right h3{
	padding: 0;
	margin: 0;
}

#gallery-container span.title{
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;	
}

#gallery-container .category .right a.title{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 30px 0;	
}

#gallery-container a.return:link,
#gallery-container a.return:visited,
#gallery-container a.return:focus,
#gallery-container a.return:active
#gallery-container a.return{
	display: block;
	text-align: right;	
	text-decoration: none;
	color: #fff;
	font-size: 10pt;
}

#gallery-container a.return:hover{
	color: #636363;
}



#gallery-container #gallery-title{
	margin: 0 10px 20px 0;
}

#gallery-container #gallery-title h3{
	margin: 0px;
	padding: 0px;
}

#gallery-container #gallery-title h3 a:link,
#gallery-container #gallery-title h3 a:visited,
#gallery-container #gallery-title h3 a:focus,
#gallery-container #gallery-title h3 a:active
{
	text-decoration: none;
	color: #535353;
	
}