.carousel{
    margin: 0 0 25px 0;
    position:relative;
    height: 420px;
    width: 670px;
    overflow:hidden;
    font-family: Verdana, Arial;
}

.carousel .backgrounds{
    height: 420px;
    width: 670px;
}

.carousel .background_container {
margin: 0;
}

.carousel .backgrounds .item{
    width: 670px;
    height: 420px;
    float:left;
    position:relative;
    z-index:1;
}

.carousel .clickplay {
	display: normal;
	color: white;
	z-index: 50;
	position: absolute;
	bottom: 130px;
	left: 180px;
	font-size: 20px;
	width: 300px;
	height: 60px;
	text-align: center;
	padding: 140px 0 0 0;
	pointer-events: none;
}

.carousel .clickplay p {
	display: normal;
	font-size: 20px;
}

.carousel .paging{
    position:absolute;
    bottom: 139px;
    left: 0px;
    width: 670px;    
    text-align:center;
	z-index: 8;
}

.carousel .paging a{
    color: #4c4c4c;
    font-size: 12px;
}

.carousel .paging .next{
    position:absolute;
	margin-right: -10px;
	opacity: 1;
    right:0;
    bottom:0;
    display:block;
    width: 60px;
    height: 140px;
    background: transparent url(../images/r-arro.png) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .paging .previous{
    position:absolute;
	margin-left: -10px;
	opacity: 1;
    left:0;
    bottom:0;
    display:block;
    width: 60px;
    height: 140px;
    background: transparent url(../images/l-arro.png) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel object {
	margin: 0;
	padding: 0;
}