

/* ------ mobilyslider
-----------------------------------------------*/

.slider {
background: #ffffff no-repeat center;
position: absolute;
width: 100%;
height:105px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 30px 0px;
}

.sliderContent {
background: no-repeat center;
height:90px;
color:#FFFFFF;
clear:both;
position:relative;
overflow:hidden;
font-family: OpenSansBold;
font-weight: 900;
font-size: 45px;
line-height: 45px;
text-transform: uppercase;
text-shadow: 1px 1px 1px rgba(0,0,0,0.76);
margin: 0px 0 0;
padding: 0 0 21px;
}
.sliderContent span24 {
    font-family: OpenSansBold;
    font-size: 35px;
    line-height: 75px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.76);
    margin: 24px 0 0;
    padding: 0 0 21px;
}

.sliderContent span224 {
    font-family: OpenSansRegular;
    display: block;
    font-size: 24px;
    line-height: 1px;
    margin: 5px 0 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.76);
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(/i/gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-14px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:100%;
height:90px;
}

.sliderContent .item .content01 {
    background: url("../country/italypromo.jpg") no-repeat top center;
    padding: 0 0 40px;
    height:90px;
}
.sliderContent .item .content02 {
    background: url("../country/francepromo.jpg") no-repeat top center;
    padding: 0 0 40px;
	height:90px;
}
.sliderContent .item .content03 {
    background: url("../country/chinapromo.jpg") no-repeat top center;
    padding: 0 0 40px;
	height:90px;
}

.sliderContent .item .content04 {
    background: url("../country/indiapromo.jpg") no-repeat top center;
    padding: 0 0 40px;
	height:90px;
}

.sliderContent .item .content05 {
    background: url("../country/spainpromo.jpg") no-repeat top center;
    padding: 0 0 40px;
	height:90px;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(/i/gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

.sliderContent .item a {
    display: block; /* Ссылка как блочный элемент */
    height: 100%; /* Высота на весь слой */
	color: #FFF;
	text-decoration: none;
}

.sliderContent .item a:hover {
	text-decoration: none;
}

a img {
border:none;
}