/* root element for tabs  */
ul.tabs {
	height:264px;
	position: absolute;
	top:81px;
	right: 0px;
	margin: 0px !important;
	padding: 0px !important;
	width: 180px !important;
	list-style: url(none) none inside !important;
	border-left: 1px solid #FFFFFF;
}

/* single tab */
ul.tabs li {
	padding:0px !important;
	margin:0px !important;
	height: 66px;
	width: 180px;
	list-style: url(none) none inside !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	height: 66px;
	width: 180px;
	text-decoration:none;
	color:#333;
	text-indent: -9999px;
	padding:0px !important;
	margin:0px !important;
	background: url(tabs.png) no-repeat;
	display: block;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -66px;
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -133px;
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a#t1 			{ background-position: 0px 0px; }
ul.tabs a#t1:hover 	{ background-position: 0px -66px; }
ul.tabs a#t1.current  { background-position: 0px -133px !important; }

/* width 1 */
ul.tabs a#t2 			{ background-position: -180px 0px; }
ul.tabs a#t2:hover 	{ background-position: -180px -66px; }
ul.tabs a#t2.current  { background-position: -180px -133px !important; }

/* width 2 */
ul.tabs a#t3 			{ background-position: -360px -0px; }
ul.tabs a#t3:hover 	{ background-position: -360px -66px; }
ul.tabs a#t3.current  { background-position: -360px -133px !important; }


/* width 3 */
ul.tabs a#t4 			{ background-position: -540px -0px; }
ul.tabs a#t4:hover 	{ background-position: -540px -66px; }
ul.tabs a#t4.current { background-position: -540px -133px !important; }


/* initially all panes are hidden */ 
div.panes {
	position: absolute;
	top: 81px;
		
}
/* tab pane styling */
div.panes div.pane {
	display:#FFFFFF;
	font-size:14px;
	height:264px;
	width: 798px;
	margin: 0px;
	padding: 0px;
	z-index:4 !important;
	position: absolute;
}

/* tooltip styling. uses a background image (a black box with an arrow) */
#header div.panes div.pane div.tooltip {
	background:#333  no-repeat scroll 0 0;
	font-size:10px;
	height:70px;
	padding:10px;
	width:260px;
	display:none;
	color:#fff;
	position: absolute;
	z-index:5 !important;
	overflow:hidden;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:14px;
	color:#ccc;
}
#mapa {
	background:url(/img/petrovac_mapa.jpg) no-repeat !important;
	height: 264px;
	width: 799px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#mapa a {
	text-indent:-9999px;
	display: block;
	height: 10px;
	width: 10px;
}
#mapa a.sadrzaj {background:url(/styles/sadrzaj_lok.png) no-repeat center center;}
#mapa a.smjestaj {background:url(/styles/smjestaj_lok.png) no-repeat center center;}
#mapa a.destinacije {background:url(/styles/destinacije_lok.png) no-repeat center center;}