@import url("reset.css");
@import url("weather.css");
@import url("type.css");
@import url("tooltip.css");
@import url("scrollable-horizontal.css");
@import url("cardstack.css");
@import url("browse-events.css");
@import url("ajax-tabs.css");
@import url("datepicker.css");

/* position and dimensions of the navigator */ 
.navi {
	margin-left:328px;
	width:200px;
	height:20px;
	position: absolute;
	left: -85px;
	top: 250px;
} 
 
 
/* items inside navigator */ 
.navi a {
	width:14px;
	height:14px;
	float:left;
	margin:3px;
	display:block;
	font-size:1px;
	background-image: url(../IMAGES/HORZ-SLIDER/navigator.png);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
 
/* mouseover state */ 
.navi a:hover {
	background-position:0 -14px;
} 
 
/* active state (current page state) */ 
.navi a.active {
	background-position:0 -28px;
}
