#wrapCarusel
{
position:relative;
width:1200px;
margin:0px auto;
}
.jcarousel-container
{
width: 1170px;
}

jcarousel-container jcarousel-container-horizontal
{
position:relative;

}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 1200px;
    position:relative;
}




.jcarousel-item
{

    width:1200px;
    height:475px;
}
.jcarousel-item img
{
  width:1200px;
}


.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 40px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.ima
{
position:relative;
}
.ban-black
{
position:absolute;
bottom:35px;
left:100px;
background-color:rgba(0,0,0,0.5);
width:763px;
height:95px;
border-left:3px solid #c00202;
}
.ban-titler
{
padding-top:20px;
padding-left:30px;
color:#ffffff;
font-size:20px;
}
.ban-texter
{
padding-top:5px;
padding-left:30px;

color:#ffffff;
font-size:16px;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 170px;
    right: 30px;
    width: 40px;
    height: 147px;
    cursor: pointer;
    background: transparent url(../img/header/next-vertical.png) no-repeat 0 0;
}





.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
    background-image: url(../img/header/prev-vertical.png);
}




.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 170px;
    left:30px;
    width: 40px;
    height: 147px;
    cursor: pointer;
    background: transparent url(../img/header/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../img/header/prev-vertical.png);
}




.jcarousel-leftcross {
    position: absolute;
    top: 0px;
    left: -525px;
    width: 525px;
    height: 475px;
    cursor: pointer;
    background: transparent url(../img/header/leftcross.png) no-repeat 0 0;
}

.jcarousel-rightcross {
    position: absolute;
    top: 0px;
    right:-675px;
    width: 675px;
    height: 475px;
    cursor: pointer;
    background: transparent url(../img/header/rightcross.png) no-repeat 0 0;
}
