/* Verbesserung Usability */
#mainNavigation a:hover {
/*
	background: url(lib/img/navarrow.gif) no-repeat right 2px;
*/
}

/* navigation 3. Ebene */
#mainNavigation ul li ul li ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainNavigation ul li ul li ul li {
	font: 10px/12px Verdana, sans-serif !important;
	padding-top: 2px !important;
}

#mainNavigation ul li ul li ul li a {
	padding-left: 6px;
	border-left: 2px solid #fff;
}

#mainNavigation ul li ul li ul li a:hover {
	border-left-color: #f60;
}

/* @group Image Slider */

#slider {
	/* You MUST specify the width and height */
	width:496px;
	height:300px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	overflow:hidden;
	height:100%;
}

#gallery {
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;	
	z-index:0;
}

#gallery li {
	position: absolute;
	top: 0;
	left: 0;
}

#gallery li img {
	margin: 0;
	padding: 0;
}

#mask-excerpt {
	/* Set the position */
	position:absolute;	
	bottom:0;
	left:0;
	z-index:1000;
	height: 62px;
	
	/* width should be lesser than #slider width */
	width:496px;
	overflow:hidden;	
	
}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;  
	-khtml-opacity: 0.8;
	opacity: 0.8;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the style */
	width:496px;
	background-color:#00693b;
	overflow:hidden;
	font-family:arial;
	font-size:12px;
	line-height: 14px;
	color:#fff;	
}

#excerpt li {
	height: 75px;
	padding:10px 100px 10px 10px;
}

.clear {
	clear:both;	
}

#buttons {
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:1001
}

#buttons a {
	width: 14px;
	height: 14px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(lib/img/slidericons.png) no-repeat 0 -14px;
}

#buttons a:hover {
	text-decoration: none !important;
}

a#btn-prev {
	background-position: 0 -14px;
}

a#btn-pause {
	background-position: -14px -14px;
}

a#btn-next {
	background-position: -28px -14px;
}

a:hover#btn-prev {
	background-position: 0 0;
}

a:hover#btn-pause, a#btn-pause.paused {
	background-position: -14px 0;
}

a:hover#btn-next {
	background-position: -28px 0;
}


/* @end */

