/* CAROUSEL */

.carousel{
    margin:0 0 25px 0;
    position:relative;
    height: 379px;
    width: 980px;
    overflow:hidden;    
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 379px;
}

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

.carousel .backgrounds .item_1{
}

.carousel .backgrounds .item_2{
}

.carousel .backgrounds .item_3{
}

.carousel .backgrounds .item_4{
}

.carousel .panel{
    color: #fff;
    position:absolute;
    left:310px;
    top:0;
    height:379px;
    width:275px;
    z-index:10;
}

.carousel .panel .paging{
    position:absolute;
    bottom:15px;
    left:0;
    width:225px;
}

.carousel .panel .paging a{
	background: transparent url(../images/obj/off.png) no-repeat 0 0;
    width:15px;
	height:15px;
	margin-left:6px;
}
.carousel .panel .paging #numbers a {
    padding: 0 6px 0 6px;
	width:22px;
	height:22px;
}

.carousel .panel .paging #numbers a.selected {
    background: transparent url(../images/obj/on.png) no-repeat 0 0;
    width:15px;
	height:15px;
	margin-left:6px;
}
