/* - - - - - - - - - - - - - - - - - - - - -

Created By: Christian Klinger / Klinger-webDESIGN
Website: http://www.klinger-webdesign.de
Date: 2011-04-15

- - - - - - - - - - - - - - - - - - - - - */

body {
	font-size: 80%;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
}

/* SLIDER */

#sliderFrame { 
	overflow: hidden;
	position: relative;
	height: 250px;
	width: 700px;
	border: solid 1px #000;
	background: #ccc;
}

ul#slider {
	width: 5000px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 230px;
	overflow: hidden;
	position: relative;
}

li.sliderItem {
	width: 700px;
	float: left;
}

.sliderImg {
	width: 300px;
	height: 220px;
	overflow: hidden;
	border: solid 5px #fff;
	float: left;
}

.sliderContent {
	width: 350px;
	margin-left: 320px;
	height: 220px;
	position: relative;
}


#paging {
	z-index: 500;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.Pages, .activePage { 
	border: 1px solid #AAA; 
	font-size: 85%; 
	padding: 5px; 
	margin-right: 1px; 
	font-weight: bold; 
	color: #000; 
	background: #fff;
	display: inline-block;
}

.activePage { 
	text-decoration:underline; 
	background:#292929; 
}

.Pages:link, .Pages:visited { 
	cursor:pointer; 
	text-decoration:none; 
}

.Pages:hover, .Pages:active, .activePage:hover, .activePage:active { 
	background:#292929; 
	text-decoration:underline; 
	color: #fff;
} 