/*
Description: The default skin for the Nivo Slider.
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:20px;
	bottom:20px;
    margin-left:0px; /* Tweak this to center bullets */
}
