@charset "UTF-8";
/* CSS Document */
		
			
	.list_carousel {
	margin: 0 0 0px 0px;
	width: 1024px;
	float:left;
	}

	.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	clear:both;
	z-index:1;

	}

	.list_carousel li {
	font-size: 20px;
	text-align: center;
	border: 0px solid #999;
	width: 1024px;
	height: 434px;
	padding: 0;
	margin: 0px;
	display: block;
	float: left;
	z-index:1;
	}
			
	.list_carousel.responsive {
	width: auto;
	margin-left: 0;
		z-index:1;

	}
	
	.clearfix {
	float: none;
	clear: both;
	}

	a.prev {
	width:37px;
	height:75px;
	background: url(sprite.png) -0px 0px no-repeat transparent;
	float: left;
	margin-left: 0px;
	cursor:pointer;
	margin-left:10px;
	}
	
	a.next {
	width:37px;
	height:75px;
	background: url(sprite.png) -38px 0px no-repeat transparent;
	float: right;
	margin-right: 0px;
	cursor:pointer;
	margin-right:10px;
	}
			
	a.next.disabled {
	display:none;
	cursor:default;
	background-position: 0 -100px !important;  
	}
		
			
	a.prev.disabled {
	display:none;
	cursor:default;
	background-position: -50px -100px !important;  
	}

			
	.pager {
	text-align: center;
	}
	
	.pager a {
	background: url(../img_global/nav.png) no-repeat transparent;
	width: 17px;
	height: 17px;
	margin: 0 5px 0 0;
	display: inline-block;
	}
	
	.pager a.selected {
	background: url(../img_global/nav_a.png) no-repeat transparent;
	cursor: default;
	}
			
	.pager a span {
	display: none;
	}
	
	.timer {
	background-color: #ccc;
	height: 3px;
	width: 0px;
	}
	
	#pagination {
	}
			
	#pagination div {
	width: 20px;
	height:20px;
	float:left;
	display:block;
	cursor: pointer;
	
	}
			
	.controls3, .controls4 {
    opacity: 0.35; 
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */
    filter:alpha(opacity=35); /* IE4-7 */
	}

	.controls3:hover, .controls4:hover {
    opacity: 0.75; 
    -ms-filter: "alpha(opacity=20)"; /* IE 8 */
    filter:alpha(opacity=75); /* IE4-7 */
	}


	#links_below  {
	float:left;
	width:600px;
	}
	
								
	#links_below a  {
	float:left;
	width:5opx;
	height:20px;
	margin-right:10px;
	color:#D2E31A;
	text-decoration:none;
	display:block;
	background-color:#000;
	padding:2px;
	padding-left:15px;
	padding-right:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
	
	#links_below a:hover  {
	color:#FFF;
	}
	
	#rund {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}


	#bauchbinde {
    opacity: 0.75; 
    -ms-filter: "alpha(opacity=20)"; /* IE 8 */
    filter:alpha(opacity=75); /* IE4-7 */
	}

