/* Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:940px; /* Change this to your images width */
    height:238px; /* Change this to your images height */
    background:url(/images/nivo_slider/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

#slider img {
	top:-0px !important;
}

/* Nivo end */