div#banner {
	width: 861px;
	height: 311px;
	z-index:1; 
}

.call_to_action{
	position: absolute;
	width: 350px;
	height: 40px;
	z-index:2;
	padding:218px 0 0 48px;

}

.call_to_action img{
	border:0px;
	margin-right:15px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 861px;
	height: 311px;
	z-index:1;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 861px;
	height: 311px;
	z-index:1;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 861px;
	height: 311px;
	z-index:1;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 240px;
	right: 15px;
	width: 56px;
	height: 52px;
	cursor: pointer;
	z-index:2;
	background: transparent url(../images/home_banner_button_next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 240px;
	right: 105px;
	width: 56px;
	height: 52px;
	cursor: pointer;
	z-index:2;
	background: transparent url(../images/home_banner_button_prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-pause-horizontal {
	position: absolute;
	top: 252px;
	right: 45px;
	width: 56px;
	height: 52px;
	cursor: pointer;
	z-index:2;
	background: transparent url(../images/pause.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-play-horizontal {
	position: absolute;
	top: 250px;
	right: 45px;
	width: 56px;
	height: 52px;
	cursor: pointer;
	z-index:2;
	background: transparent url(../images/play.png) no-repeat 0 0;
}

