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

.slider {
clear:both;
width:832px;
height:404px;
padding: 0;
position:relative;
z-index: 1;
*background-image:url(../images/slider/1.jpg); /* IE7 */
}

.sliderContent {
float:left;
width:832px;
height:404px;
clear:both;
position:relative;
overflow:hidden;
*display: none; /* IE7 */
}

.sliderContent .item {
position:absolute;
width:832px;
height:404px;
}

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

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

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

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

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


.sliderBullets {
position:absolute;
bottom:0;
right: 0;
z-index:50;
}

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

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

.sliderContent a {
outline:none;
}

.sliderContent2 a {
outline:none;
}

a img {
border:none;
}

