#slider {
    position:relative;
    width:400px;border:0px solid #bbb;
    height:250px;
    margin-left:2px;margin-top:3px;
    background:url(../images/loader.gif) no-repeat 50% 50%;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:400px; /* Make sure your images are the same size */
    height:250px; /* Make sure your images are the same size */
}

#slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
    position:absolute;
	left:50%;
	bottom:-25px;
    margin-left:-30px; /* Tweak this to center bullets */
}

.nivo-controlNav a {
    display:block;
    width:12px;
    height:12px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:5px;
    float:left;
	-moz-transition:none ; 
	transition:none ; 
	-webkit-transition:none ;
	-o-transition: none ;
}

.nivo-controlNav a.active { background-position:0 -22px;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.nivo-directionNav a {
display:none; }
a.nivo-nextNav { right:5px;text-indent:-99999px;
}
a.nivo-prevNav {
left:5px;text-indent:-99999px;
}
.nivo-caption {width:405px;clear:both; 
font-family: Helvetica, Arial, sans-serif;padding-left:10px;
}
.nivo-caption a { 
color:#fff;
border-bottom:1px dotted #fff;
}
.nivo-caption a:hover { 
color:#fff;
}
.clear {
	clear:both;
}