/* http://www.menucool.com */

#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}
#sliderFrame 
{
    margin:10px; 
    position: relative; 
    box-shadow: 0px 1px 5px #5487b9;  
}

#slider, #slider div.sliderInner {
    width:  100%;
    height:240px;/* Must be the same size as the slider images */
}

#slider {
    background:#fff url(../img/slider/loading.gif) no-repeat 50% 50%;
    position:relative;
    margin:0px auto; /*center-aligned*/
    transform: translate3d(0,0,0);
}

/* image wrapper */
#slider a.imgLink, #slider div.video {
    z-index:2;
    position:absolute;
    top:0px;left:0px;border:0;padding:0;margin:0;
    width:100%;height:100%;
}
#slider .video {
    background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
    position:absolute;
    width:716px;
    height:auto;
    padding:10px 0;/* 10px will increase the height.*/
    left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
    bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
    z-index:3;
    overflow:hidden;
    font-size: 0;
}
#slider div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
    background:Black;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
    background:none; /* band's colour is transperent */
}
#slider div.mc-caption {
    font: bold 14px/20px Arial;
    color:#EEE;
    z-index:4;
    text-align:center;
    background:none;
}
#slider div.mc-caption a {
    /*color:#FB0;*/
    color:#FF330A;
    font: bold 16px Arial;
    font-size: 16px;
}
#slider div.mc-caption a:hover {
    color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper  {
    top:0;/* Its position is relative to the #slider --- top:250px;*/
    text-align:right;
    background:none;
    position:absolute;
    z-index:5;
    right: 0;
    width: 30%;
}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width: 100%;
   border-bottom: 1px solid white;
    height: 47px;
    font-size: 0;
    color: White;
    display: block;
    zoom: 1;
    overflow: hidden;
    cursor: pointer;
    background: #eaf0f6;
}


p.listNavtxt-0::after {
    color: #000;
    content: "PROSPECTIVE STUDENTS";
}

p.listNavtxt-1::after {
    color: #000;
    content: "ADMISSION";
}

p.listNavtxt-2::after {
    color: #000;
    content: "GRANTS";
}

p.listNavtxt-3::after {
    color: #000;
    content: "FACULTIES";
}

p.listNavtxt-4::after {
    color: #000;
    content: "GALLERY";
}

.navBulletsWrapper p {
    width: calc(100% - 110px);
    display: inline-block;
    padding: 10px;
    font-size: 13px;
	font-weight: bold;
    text-align: left;
    height: inherit;
    line-height: 13px;
}

#slider div.navBulletsWrapper div img {
    display: block;
	margin-top: 6px;
}

#slider .navBulletsWrapper div.active {
    background: white;
}

#slider div.navBulletsWrapper div.active {background-position:0 -11px;}
/*hide bullets*/
/* #slider div.navBulletsWrapper {display:none;} */ 


/* --------- Others ------- */

#slider div.loading 
{
    width:100%; height:100%;
    background:transparent url(../img/slider/loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#slider img, #slider>b, #slider a>b {
    position:absolute; border:none; display:none;
}

#slider div.sliderInner {
    overflow:hidden; 
    -webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
    position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}
#slider div {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}


.navBulletsWrapper div:first-child {
    background: url(http://localhost/front/templates/default/img/slider/courosel_28.jpg) no-repeat 0 0;
    background-size: 100px;
}

@media screen and (max-width: 991px){.navBulletsWrapper p { width: calc(100% - 80px); font-size: 11px; }#slider div.navBulletsWrapper div.active p::after { font-size: 11px; }#slider div.navBulletsWrapper div img { width: 75px; margin-top: 11px; }#slider div.navBulletsWrapper { width: 24%; }}