#home_slider div {
    float: left;
}

#home_slider img {
    border: none;
    position: relative;
    opacity : 1.0;
    width: 1600px;
    height: 488px;
}

#next {
    float: right;
    
}
#next img, #prev img {
    background-color: #000;
}



#prev, #next {
    opacity: .3;
    
}
a#prev img, a#next img {
    width:39px;
    height: 50px;
}
#prev:hover, #next:hover {
    opacity: .6;
}
#prev.disabled, #next.disabled {
    color: #33000;
    cursor: default;
}
#pager {
    position: absolute;
	left: 47%;
	margin-left: -195px;
    top: 437px;
	z-index: 5000;
	max-height: 30px;
}
#pager a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0;
    background: url('../images/home-off.png') center no-repeat;
	background-size: 100%;
    opacity: 1.0;
}
#pager a span {
    display: none;
}
#pager a.selected {
    background: url('../images/home-on.png') center no-repeat;
	background-size: 100%;
    opacity: 1.0;
}
.region3wrap {
    background: none;
    top: -16px;
    padding-bottom: 14px;
}

a.play {
    background: url(images/miscellaneous_sprite-Black.png) no-repeat #000;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    
    top: 50%;
    right: 42px;
    margin-top:-25px;
    opacity:0.3;
    z-index:100001;
}
a.play {
    background-position: -150px -100px;
}
a.play:hover {
    background-position: -150px -100px;
    opacity: .8;
}
a.play.paused {
    background-position: -100px -100px;
    opacity: .3;
}
a.play.paused:hover {
    background-position: -100px -100px;
    opacity: .8;
}
a.play span {
    display: none;
}

div.caroufredsel_wrapper {
	position: absolute !important;
	height: 505px !important;
	width: 100% !important;
	background-color: rgba(0,0,0, .8) !important;
	height: 461px !important;
}