/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#myslider1 {
 height: 283px;
 width: 998px;
}

#myslider2 {
 height: 283px;
 width: 498px;
}

#myslider3 {
 height: 283px;
 width: 498px;
}

.bx-pager {
 position: absolute;
 top: 270px;
 left: 6px;
 border: none;
 width: 200px;
 height: 12px;
 background: none;
}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 5px;
	width: 100%;
	z-index: 99998;
	border: none;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(https://www.konsolenkost.de/images/beta/images/layout/slider/layout/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	border: none;
}

/* PAGER */

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	border: none;
	float: left;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	/*background: url(https://www.konsolenkost.de/images/beta/images/layout/slider/layout/point.png) no-repeat;*/
	background: url(https://www.konsolenkost.de/images/live_v6/point.png) no-repeat;
	border: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	/*background: url(https://www.konsolenkost.de/images/beta/images/layout/slider/layout/activePoint.png) no-repeat;*/
	background: url(https://www.konsolenkost.de/images/live_v6/activePoint.png) no-repeat;
	
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    width: 19px;
	height: 140px;
	left: 0px;
	/*background: url(https://www.konsolenkost.de/images/beta/images/layout/slider/layout/arrowLeft.png) no-repeat;*/
	background: url(https://www.konsolenkost.de/images/live_v6/arrowLeft.png) no-repeat;
	border: none;
}

.bx-wrapper .bx-next {
	width: 19px;
	height: 140px;
	left: 979px;
	/*background: url(https://www.konsolenkost.de/images/beta/images/layout/slider/layout/arrowRight.png) no-repeat;*/
	background: url(https://www.konsolenkost.de/images/live_v6/arrowRight.png) no-repeat;
	border: none;
}

.bx-wrapper .bx-prev:hover {
 /*background: url(https://www.konsolenkost.de/images/beta/images/layout/slider/layout/arrowLeft_hover.png) no-repeat;*/
 background: url(https://www.konsolenkost.de/images/live_v6/arrowLeft_hover.png) no-repeat;
}

.bx-wrapper .bx-next:hover {
 /*background: url(https://www.konsolenkost.de/images/beta/images/layout/slider/layout/arrowRight_hover.png) no-repeat;*/
 background: url(https://www.konsolenkost.de/images/live_v6/arrowRight_hover.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 70px;
	margin-top: 0px;
	outline: 0;
	width: 25px;
	height: 140px;
	text-indent: -9999px;
	z-index: 9998;
	border: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0px;
	/*background: url(https://www.konsolenkost.de/images/beta/images/layout/slider/layout/caption_small.png);*/
	background: url(https://www.konsolenkost.de/images/live_v6/slider_verlauf.png);
	width: 100%;
	max-width:998px;
	height: 16px;
}

.bx-wrapper .bx-caption span {
    display:none;
    float: right;
	color: #10347d;
	font-family: verdana;
	display: block;
	font-size: 16px;
	padding-top: 4px;
	padding-right: 44px;
	z-index: 9999;
	
}

.bx-wrapper .bx-caption a {
 display:none;
 text-decoration: none;
 color: #FFFFFF;
 z-index: 9999;
}