/* CAROUSEL */

.carousel{
    margin:  0 0 25px 0;
    position:relative;
    height: 300px;
    width: 940px;
    overflow:hidden;    
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 354px;
}

.carousel .backgrounds .item{
    width: 650px;
    height: 340px;
    float:left;
    position:relative;
	background-size:contain;
}

.carousel .backgrounds .item_1{
	background:url(../img/woman.png) no-repeat;
}

.carousel .backgrounds .item_2{
	background:url(../img/woman.png) no-repeat;
	background-size:contain;
}

.carousel .backgrounds .item_3{
	background:url(../img/woman.png) no-repeat;
	background-size:contain;
}

.carousel .panel{
    background: #FFF;
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 340px;
    width: 290px;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:-20px;
    width: 225px;    
    text-align:center;   
}
.panel
{
	z-index:10;
}
.carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .play{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}


.carousel .panel .paging .next{
    background: url("../img/right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    display: block;
    height: 50px;
    left: -30px;
    position: absolute;
    right: 0;
    text-indent: -6000px;
    top: -176px;
    width: 50px;
}

.carousel .panel .paging .previous{
   background: url("../img/left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    display: block;
    height: 50px;
    left: -630px;
    position: absolute;
    text-indent: -6000px;
    top: -176px;
    width: 50px;
}

.carousel .panel .paging #numbers a {
	background:#eeeeee;
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:5px;
	font-size:0;
	border-radius:2px;
}

.carousel .panel .paging #numbers a.selected {
	background:#eda1ba;
}



.carousel .panel .details_wrapper {
    position:absolute;
    top:20px;
    left:25px;
    width: 225px;
    overflow:hidden;
    height: 200px;
}

.carousel .panel .details_wrapper .details{
    height: 200px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 225px;
    height: 200px;
    float:left;
    
}

.carousel .panel .details_wrapper .details h2{
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 0 20px 5px 0;
	margin-bottom:20px;
	color:#000;
}

.carousel .panel .details_wrapper .details a.more{
    color: #fff;
    font-size:1.1em;
}   
#numbers
{
	left: -41px;
    position: relative;
    top: -35px;
}
.detail
{
	color:#999999;
}
/* END CAROUSEL */
@media screen and (max-width:550px)
{
	.carousel .panel .paging .previous,.carousel .panel .paging .next
	{
		display:none;
	}
}
