#indexContainer{
	width:100%;
	margin:0px 0px 0px 0px;
}

#indexNavigation {
	/*overflow:hidden;*/
	background-color:transparent;
	clear:left;
	float:left;
	width:15px;
	height:14px;
}

#indexNavigation ul{
	margin:0px 0px 0px 0px;
	
}

#indexNavigation li{
	list-style-type: none;
}

#indexNavigation a{
	border:none;
	cursor:pointer;
	color:transparent;
	
}

#indexContainer_maps{
	overflow:hidden;
	background-color:transparent;
	width:663px;
	height:302px;
	clear:left;
	margin-right:318px;
}

#indexContainer_maps ul{
	width:200%;

}

#indexContainer_maps li {
	clear:right;
	float:left;
	width:50%;
	list-style-type: none;
}

.next, .prev{
	cursor:pointer;
}

#carousel_maps{
	overflow: hidden;
	background-color:transparent;
	width:663px;
	height:290px;
	clear:right;
	float:left;
}

#carousel_maps ul {
	list-style: none;
	width:1340px;
	margin: 0;
	padding: 0;
	position:relative;
	float:left;
}
#carousel_maps li {
	display:inline;
	float:left;
}

.textholder {
	text-align:left;
	font-size:small;
	padding:6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}


.NewsandEvents{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	height:25px;
	text-align:right;
	
	}

