* 



#content-slider {
	width: 555px;
	overflow: hidden;
	height: 270px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content-slider-inside {
	list-style: none;
	height: 230px;

	overflow-y: hidden;
}

	#content-slider-inside li {
	width: 550px;
	height: 230px;
	font-size: 11.25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: 16px;
	}
	
#slidenav {
	list-style: none;
	margin: 8px 0 0 0;
	float: right;
}

#slidenav li {
	float: left;
	width: 34px;
	height: 21px;
	text-align: center;
	margin: 0;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	background-image: url(images/slidernavborder.png);
	background-repeat: no-repeat;
}

#slidenav li a, #slidenav li a:link, #navigation li a:visited {
	text-decoration: none;
	display: block;
	height: 21px;
	color: #fff;
}

#nslidenav li a.selected, #nslidenav li a.selected:link, #slidenav li a.selected:visited {
	background: #666;
	color: #fff;
}

#slidenav li a:hover, #slidenav li a:focus, #nslidenav li a:active {
	color: #fff;
	background-image: url(images/slidernavblue.png);
	background-repeat: no-repeat;
}
