/* This override css is for the homepage banner of cfa homepage */
.slider-container{
width:940px;
height:257px;
} /* This width and height is custom set for cfa homepage banner */
 
.theme-default .nivoSlider {
	position:relative;
	/*background:#fff url(loading.gif) no-repeat 50% 50%;*/
	background-color:transparent;
    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;
}

/*.... This is to avoid displaying bullets at the bottom of the slider ....*/
.nivo-controlNav {display:none;}

.festivalslider-container{
width:198px;
height:109px;
}