/* CAROUSEL */

.carousel{
    margin:0px;
    position:relative;
    height: 288px;
    width: 614px;
    overflow:hidden;
    border: 3px solid #2B0414;
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 294px;
}

.carousel .backgrounds .item{
    height: 288px;
    width: 614px;
    float:left;
    position:relative;
    z-index:1;
	display: inline;
}

.carousel .backgrounds .item_1{
}

.carousel .backgrounds .item_2{
}

.carousel .backgrounds .item_3{
    background: transparent url(../images/carousel_bg_1.jpg) no-repeat 0 0;
}

.carousel .panel{
    background: #000 url('http://www.totalcar.rs/wp-content/themes/wp-totalcar/images/panelback.png') no-repeat;
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 294px;
    width: 207px;
    z-index:10;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 10px;
    left:10px;
    width: 187px;    
    text-align:center;   
}

.carousel .panel .paging a{
    font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
    right:10px;
    top:10px;
    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:10px;
    top:10px;
    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;
}
.paging {
	padding-right: 10px;
	text-align: center;
    left:15px;
}

.carousel .panel  #numbers a {
    padding: 0 5px 0 5px;
	font-size: 12px;
}

.carousel .panel  #numbers a:hover {
    padding: 0 5px 0 5px;
	font-size: 12px;
	color: #898989;
}

.carousel .panel .paging #numbers a.selected {
    color: #fff;
}



.carousel .panel .details_wrapper {
    position:absolute;
    top:12px;
    left:0px;
    width: 197px;
    overflow:hidden;
    height: 240px;
    font-size: 12px;
	line-height: 120%;
	text-shadow: 1px 1px 1px #000000;
}

.carousel .panel .details_wrapper .details{
    height: 233px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 197px;
    height: 240px;
    float:left;
	line-height: 120%;
    
}

.carousel .panel .details_wrapper .details h2{
    font-size: 14px;
    line-height: 120%;
    margin: 0 0 5px 0;
	padding-left: 10px;
}

.carousel .panel .details_wrapper .details a.more{
    color: #fff;
    font-size:1.1em;
} 

.detail p {
	padding-left: 10px;
	text-align: justify;
	}

/* END CAROUSEL */
