.loading {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:100000;
 background:url(../images/loading.gif) no-repeat center center #fff;
}

/* Slider */
#slider {
 width: 270px;
 height: 230px;
 position:relative;
 background:#fff url("../images/loading.gif") no-repeat 50% 50%;
}

#slider img {
 position:absolute;
 top:0px;
 left:0px;
 display:none;
 width:270px
}

#slider a {
 border:0;
 display:block;
}

#slider .nivo-controlNav {
 position:absolute;
 left:31%;
 bottom:-32px;
 margin-left:-40px; /* Tweak this to center bullets */
}

a.nivo-control {
 float: left;
 color: black;
 text-indent:-9999px;
 background: url("../images/bullet.png");
 display: block;
 width: 12px;
 height: 12px;
 margin-right: 5px;
}

div.line1 {
 float: left;
 width: 60px;
 height: 12px;
}

div.line2 {
 float: left;
 width: 85px;
 height: 12px;
}

a.nivo-control:hover, a.active {
 background: url("../images/bullet_active.png");
}

#slider .nivo-directionNav a {
 display:block;
 width:30px;
 height:30px;
 text-indent:-9999px;
 border:0;
}



#shadow {
 width: 270px;
 height: 50px;
 background: url('../images/shadow.png');
 margin-top: -26px;
 margin-bottom: 12px;
}

