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

.slider {
float:left;
width:645px;
height:520px;
position:relative;
padding-bottom:18px;
background:url(/apps/images/bottom_shadow.png) no-repeat bottom center;
margin-bottom:25px;
}

.sliderContent {
float:left;
width:645px;
height:520px;
clear:both;
position:relative;
overflow:hidden;
}

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

.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:645px;
height:520px;
background:#fff;
}

.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(/apps/images/bullets.png) no-repeat;
}

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

.sliderContent a {
outline:none;
}

a img {
border:none;
}

.itemTitle1 {
position: absolute;
top: 280px;
left: 40px;
color: white;
font-size: 50px;
font-family: Trebuchet MS, Helvetica, Tahoma, Arial, sans serif;
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
}

.itemTitle2 {
position: absolute;
top: 330px;
left: 40px;
color: white;
font-size: 32px;
font-style: italic;
font-family: Trebuchet MS, Helvetica, Tahoma, Arial, sans serif;
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
}

.itemText {
position: absolute;
top: 380px;
left: 0px;
width: 565px;
height: 60px;
background: rgba(0,0,0,0.8);
padding: 25px 40px;
color: white;
font-size: 14px;
font-family:  Tahoma, Arial, sans serif;
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
}