/*----------------------------
	Green filter bar
-----------------------------*/


#filter {
	background: #EEE;
	display: block;
	height: 39px;
	position: relative;
	margin:25px -7px ;
}

#filter:before, #filter:after {
	height: 43px;
	position: absolute;
	top: 0;
	width: 78px;
	content: '';
}

#filter:before {
}

#filter:after {
	background-position: 0 0;
}

#filter a{
	color: #000;
	display: inline-block;
	height: 39px;
	line-height: 37px;
	padding: 0 25px;
}

#filter a:hover{
	text-decoration:none;
}

#filter a.active{
	background: #F00307;
	color: #FFF;
}


/*----------------------------
	Content area
-----------------------------*/


#container_galery{
	margin:25px -7px ;
}





