.slider-container{
/*
width:960px;
height:356px;
*/
} 
 
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 0px 0px 0px #4a4a4a;
    -moz-box-shadow: 0px 0px 0px 0px #4a4a4a;
    box-shadow: 0px 0px 0px 0px #4a4a4a;
}

/* The following line is to display the first image before loading other images... (hv to check if it works) */
#slider img:not(:first-child) { display:none; }
#slider2 img:not(:first-child) { display:none; }