.jcarousel {
    position: relative;
    overflow: hidden;
	/*outline:1px solid black;*/
	clear:both;
	width:864px;
	height:430px;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
	clear:both;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}
.jcarousel-prev
{
/*border:1px solid black;*/
	position: absolute;
	top:14px;
	width:40px;
	height:30px;
    left: 790px;
	z-Index:6001;
	cursor:pointer;
}

.jcarousel-next
{

position: absolute;
    top:14px;
    left: 836px;
	width:40px;
	height:30px;
	z-Index:6001;
	cursor:pointer;
	}
.jcarousel-pagination
{
	position: absolute;
    top:14px;
    left: 46px;
	
	height:30px;
	z-Index:6001;
	
}
.jcarousel-pagination a
{
	padding-right:10px;
	
}

.slider_img{
/*position:relative;
top:-354px;
left:0px;

z-Index:10000;*/
/*outline:1px solid black;*/
width:864px;
height:430px;
}
.slider_img img{
width:864px;
height:430px;
}
.slider_read{
position:relative;
top:-195px;
left:805px;
width:20px;
/*outline:1px solid black;*/
z-Index:10000;
}
.slider_play{
position:relative;
top:-165px;
left:805px;
width:20px;
/*outline:1px solid black;*/
z-Index:10000;
}
.slider_text{
	position:relative;
	top:-120px;
	left:18px;
	width:830px;
	height:102px;
	/*background-color:#008fcf;
	opacity:0.75;*/
	background-color: rgba(1,107,155,.9);
	/*background-image:url('/wp-content/themes/bayernde/images/bg_teaser.png');
	background-repeat:repeat-x;*/
	z-Index:10000;
	color:white;
/*outline:1px solid #008fcf;*/
	/*font-size:16px;*/
	/*line-height:20px;*/
}
.slider_text h4{
	font-family: 'OpenSansBold';
	color:#ffffff;
	font-size:12px;
	padding:0 0 0 18px;
	 color:#ffffff;
	 margin:0px;
	 font-weight:normal;
	 /*font-weight:bold;*/
}
.slider_text h3{
	font-family: 'OpenSansBold';
	color:#ffffff;
	font-size:16px;
	padding:6px 0 0 16px;
	margin:0;
	/*line-height:25px;*/
	/*font-weight:normal;*/
	font-weight:normal;

}
.slider_text h2{
	font-family: 'OpenSansBold';
	color:#ffffff;
	font-size:22px;
	padding:0 0 0 18px;
	 color:#ffffff;
	 margin:0px;
	 font-weight:normal;
	 /*font-weight:bold;*/
}
.slider_text h1{
	font-family: 'OpenSansBold';
	color:#ffffff;
	font-size:36px;
	padding:6px 0 0 16px;
	margin:0;
	/*line-height:25px;*/
	/*font-weight:normal;*/
	font-weight:normal;

}
	/*FOTO-CAROUSEL*/
	/*Bottom slider*/
.fotojcarousel {
    position: relative;
    overflow: hidden;
	/*outline:1px solid black;*/
	clear:both;
	width:575px;
/*margin:auto;
padding-top:24px;*/
/*margin-top:24px;*/
/*vertical-align:middle;*/
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.fotojcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
	clear:both;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.fotojcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
	border-left:1px solid #f1f1f1;
}
.fotojcarousel-prev
{
/*border:1px solid black;*/
	position: absolute;
	top:18px;
	width:40px;
	height:30px;
    left: 18px;
	z-Index:6001;
	cursor:pointer;
}

.fotojcarousel-next
{

position: absolute;
    top:18px;
    left: 546px;
	width:40px;
	height:30px;
	z-Index:6001;
	cursor:pointer;
	}
	
/*.jcarousel-pagination a .active
{
	background-image:url(images/icons/icon_sliderpunkt_blau_200p.png);
  	background-repeat:no-repeat;
	outline:1px solid black;
}*/

/*PRESSE-CAROUSEL*/
	/*Bottom slider*/
.pressejcarousel {
    position: relative;
    overflow: hidden;
	/*outline:1px solid black;*/
	clear:both;
	width:575px;
	
/*margin:auto;
padding-top:24px;*/
/*margin-top:24px;*/
/*vertical-align:middle;*/
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.pressejcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
	clear:both;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.pressejcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
	width:575px;
	font-family: 'OpenSansSemibold';
	font-size:14px;
	font-weight:normal;
	/*border-left:1px solid #f1f1f1;*/
}
.pressejcarousel li a {
	text-decoration:none;
	color:white;
}
.pressejcarousel li a:hover {
	/*text-decoration:underline;*/

}
#pressetickerpause, #teaserpause {
	cursor:pointer;
}

