div.tab_menu{
	float: left;
	width: 100%;
/*	height: 40px;*/
/*	border-bottom: 1px solid #151515; */
	font-size: 12px;
}
div.tab_menu_it{
	float: left;
	color: #fff;
	margin: 14px 0px 0px 30px;
	cursor: pointer;
}
div.tab_menu_it_on{
	float: left;
	color: #4481a7;
	cursor: pointer;
	margin: 14px 0px 0px 15px;
}
div.tab_map{
	float: left;
	width:424px;
	height: 280px;
	margin: 10px 0px 0px 10px;
}
#tab_photos_id{
	float: left;
	width:425px;
	height:auto;
	margin: 10px 0px 0px 10px;
}
div.tab_photo{
	float: left;
	width: 100%;
	height: 300px;
	
}
div.tab_photo img{
	width: 100%;
	height: 100%;
	
}
#tab_photos_more{
	float: left;
	text-align: right;
	width: 100%;
	height: 23px;
	z-index: 1;
	margin: -23px 0px 0px 0px;
	background-color: #1d2312;
}
#tab_photos_more img{
	text-decoration: none;
	border: none;
	z-index: 0;
}
div.list_tab_content{
	float: left;
	background-color: #262626;
	width: 445px;
	padding-bottom: 11px;
}
#tab_map_id{
	display: none;
}
#maps_menu{
	float: left;
	display: none;
}
