/* CAROUSEL */
@media only screen and (max-width:640px) {
	.carousel  {
	display: none;
    }
}

.carousel{
margin:  0 0 10px 0;
position:relative;
height: 300px;
width: 960px;
overflow:hidden;
}

.carousel h2{
color: #fff;
}		

.carousel .backgrounds{
height: 300px;
}

.carousel .backgrounds .item{
width: 960px;
height: 300px;
float:left;
position:relative;
z-index:0;
}
/*
.carousel .backgrounds .item_1{
background: transparent url(../images/_banner_blockade-50.png) no-repeat 0 0;  
}

.carousel .backgrounds .item_2{
background: transparent url(../images/_banner_beyond-the-frame.png) no-repeat 0 0;
}

.carousel .backgrounds .item_3{
background: transparent url(../images/_banner_may-day-tours.png) no-repeat 0 0;
}
*/
.carousel .panel{
background: #000;
color: #fff;
position:absolute;
right: 0;
top: 0;
height: 300px;
width: 285px;
z-index:10;
}

.carousel .panel .paging{
position:absolute;
bottom: 25px;
left:25px;
width: 225px;
text-align:center;   
}
	


.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{
position:absolute;
right:0;
bottom:0;
display:block;
width: 18px;
height: 18px;
background: transparent url(../images/carousel_next_bg.gif) no-repeat 0 0;
text-indent: -6000px;
}

.carousel .panel .paging .previous{
position:absolute;
left:0;
bottom:0;
display:block;
width: 18px;
height: 18px;
background: transparent url(../images/carousel_previous_bg.gif) no-repeat 0 0;
text-indent: -6000px;
}


.carousel .panel .paging #numbers a {
padding: 0 5px 0 5px;
}

.carousel .panel .paging #numbers a.selected {
color: #fff;
}



.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: 14pt;
line-height: 16pt;
font-weight: bold;
margin: 0 0 5px 0;
}

.details a {
font-size: 15pt;
line-height: 16pt;
font-weight: bold;
margin: 0 0 5px 0;
color: #d80644;
}

.carousel .panel .details_wrapper .details a.more{
color: #fff;
}   

.carousel a.more {
color: #d80644;
font-weight: bold;
font-size: 10pt;
}

/* END CAROUSEL */
