#mcis {
       display:none;
}

div.mcSlider {
       	width: 556px;
       	height: 171px;/* Make it the same size as your images */
       	background: #c8032b url(../Images/slider/loading.gif) no-repeat 50% 50%;
       	position: relative;
       	overflow: hidden;
}

div.mcSlider img {
       position: absolute;
       border: none;
       display: none;
}



/* Caption styles */
div.mc-caption-bg, div.mc-caption {
       position: absolute;
       width: 100%;
       bottom: 0px;
       left: 0px;
}

div.mc-caption-bg {
       background: url(../Images/slider/caption_bg.png) no-repeat top left;
       z-index: 3;
}

div.mc-caption {
       padding: 10px;
       z-index: 4;
       font-family: arial;
       font-size: 12px;
       color: #ffdcab;
}

div.mc-caption a {
       color: #66FFFF;
}


/* navigation bullets wrapper */
div.navBulletsWrapper  {
       float: right;
       top: 1111;
       right: 20px;
       background: none;
       padding-left: 25px;
       position: relative;
       z-index: 9;
       cursor: pointer;
}

/* each bullet */
div.navBulletsWrapper div  {
       width: 14px;
       height: 14px;
       background: transparent url(../Images/slider/bullets.png) no-repeat 0 0;
       float: left;
       overflow: hidden;
       vertical-align: middle;
       cursor: pointer;
       margin-left: 6px;/* distance between each bullet*/
       _position: relative;/*IE6 hack*/
}

div.navBulletsWrapper div.active {
       background-position: 0 -14px;
}
