#wrapJ {
	position:relative;
    /*width:680px;*/
}
#wrapJ ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	width: 620px;
}

#mycarousel {
	position: absolute;
	top: 0;
	left: 0;
	z-index:5;
	 
}
#mycarousel,
#mycarousel li {
	list-style: none !important;
	list-style-image: none !important;
   width:680px;
    /* height:460px;*/
	padding: 0;
	margin: 0;
	text-align: left;

}

#mycarousel .jcarousel-container {
    /*width:680px;*/
    height:314px;
	padding: 0;
	margin: 0;
	
}

#mycarousel .jcarousel-container-horizontal {
    /*width:680px;
    height:460px;*/
	padding: 0;
	margin: 0;
}

#mycarousel .jcarousel-clip-horizontal {
    /*width:680px;
    height:460px;*/
	padding: 0;
	margin: 0;
}

#mycarousel .jcarousel-item {
    /*width:680px;
    height:460px;*/
	padding: 0;
	margin: 0;
}

#mycarousel .jcarousel-item p {
    /*text-align: left;
    padding: 0 20px;*/
}

#mycarousel-pause {
    position: absolute;
    right: 10px;
    top: 350px;
    z-index: 100;
    width: 11px; height: 13px;
    padding: 5px;
    background: #E9E9E2;
    background-image: url(../../../img/pause.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.4);
    border-radius: 5px;
}

#mycarousel-weiter {
    position: absolute;
    right: 10px;
    top: 430px;
    z-index: 100;
    padding: 0 3px;
    background: #E9E9E2;
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.4);
    border-radius: 5px;
}

#mycarousel-weiter:after {
    content: ""; 
    display: inline-block; 
    position: relative;
    width: 11px; height: 13px; top: 2px;
    margin:0 3px 0 5px;
    background: url(../../../img/pfeil_blau.png)  no-repeat transparent top left;
}

.jcarousel-control a:before{
	background: 0;
	width: auto;
	margin: 0px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    float: right;
    width: 11px; height: 13px;
    margin: 22px 0px 0px 12px;
    cursor:pointer;
    background: transparent url(../../../img/pfeil_blau.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:active {
    background-position: -50px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -50px 0;*/
}

.jcarousel-prev-horizontal {
    float: left;
    width: 11px; height: 13px;
    margin: 22px 15px 0px 0px;
    cursor:pointer;
    background: transparent url(../../../img/pfeil_blau_links.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -50px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -50px 0;*/
}

/**
 *  Rest
 */
#jcarousel-navigation {
	/*background:#e7e1d6;
	width:660px;
	height:600px;*/
	margin-bottom:10px;
    padding:20px 10px;

}

.jcarousel-control {
	margin:0;
	padding:0;
	width:660px;
	height:60px;
}
.jcarousel-control .jzelem {
	float: left;
}
.jcarousel-control a {
    margin: 5px 3px 5px 13px;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    color: #7c7c7c;
}
.jcarousel-control #jz1 a  {
    /*margin:5px 3px 5px 0px;*/
}
.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

 .jcarousel-control .jzelem a:hover, .jcarousel-control .jzelem a.active {
    /*margin: 2px 0 2px 9px;
    border: 3px solid #055da7;*/
}   
.jcarousel-control #jz1 a:hover, .jcarousel-control #jz1 a.active{
    /*margin: 2px 0 2px -3px;
    border: 3px solid #055da7;*/   
}

.subimagebox {
    padding: 20px 0 0 0;
}

#video-karussell {
    background: #E7E1D6;
   
}

#video-karussell-text{
	  padding: 20px 50px 50px;
	clear: left;
}

