ul.tabs { 
	list-style: none; 
	margin-left: 567px;
	margin-top: 200px;
	padding: 0px;
	height: 88px;
}

ul.tabs li { 
/*	float: left;	 */
	padding: 0px;
	margin: 0px;
	list-style-image: none; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url() no-repeat 0px 0px;
	display: block;
	height: 44px;  
	width: 33px;
	padding: 0px;
	margin: 0px;	
	position: relative;
	text-decoration: none;
}
ul.tabs a.pic {
	background-image: url('/media/179094/ico_Photo.jpg');
}
ul.tabs a.map {
	background-image: url('/media/179087/ico_Map.jpg');
}

ul.tabs a:active {
	outline: none;		
}
ul.tabs a:hover {
	background-position: 0px -44px;	
}
ul.tabs a.current, 
ul.tabs a.current:hover, 
ul.tabs li.current a {
	background-position: 0px 0px;		
	cursor: default; 
}

div.panes div.pane {
	display: none;
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

