/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	background: url('img/left.png') center center no-repeat;
	/*width:50%;
	height:100%;*/
	border:0px;
}
div.jMyCarousel .next{
	background: url('img/right.png') center center no-repeat;
	/*width:50%;
	height:100%;*/
	border:0px;
}
div.jMyCarousel .up{
	background: url('img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}



.carousel{width: 293px; height: 218px;}
#carousel_1{background:url("../_img/_carousel/1.jpg") 0 0 no-repeat; }
#carousel_2{background:url("../_img/_carousel/2.jpg") 0 0 no-repeat; }
#carousel_3{background:url("../_img/_carousel/3.jpg") 0 0 no-repeat; }
#carousel_4{background:url("../_img/_carousel/4.jpg") 0 0 no-repeat; }
#carousel_5{background:url("../_img/_carousel/5.jpg") 0 0 no-repeat; }
#carousel_6{background:url("../_img/_carousel/6.jpg") 0 0 no-repeat; }
#carousel_7{background:url("../_img/_carousel/7.jpg") 0 0 no-repeat; }
#carousel_8{background:url("../_img/_carousel/8.jpg") 0 0 no-repeat; }
#carousel_9{background:url("../_img/_carousel/9.jpg") 0 0 no-repeat; }
.cover {
    background: none repeat scroll 0 0 #5DC5E6;
    height: 88px;
    margin: 0;
    opacity: 0.8;
    position: absolute;
    top: 220px;
    width: 289px;
}

.frace {
    color: #FFFFFF;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    /*height: 30px;*/
    line-height: normal;
    margin: 0 0 0 5px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
}
.text {
    color: #2B95BC;
    display: block;
    line-height: normal;
    text-align: left;
    width: 100%;
    margin: 4px 0 0 5px;
    font-size: .6em;
}