
@media only screen and (min-width: 600px) { #slider2 {display: none ;} }
#slider {
    width:100%; 
    height:92%;
    background-color:white;
    position:relative;
    margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);

}
 #slider {display: none ;} 

#slider2 {
    width:100%; 
    height:38%;
    background-color:white;
    margin:0px auto 0 ; /*center-aligned*/
    transform: translate3d(0,0,0);
}
 #slider2 {display: none ;} 
/* Caption styles */
#slider .mc-caption {
    position:absolute;
    width:100%;
    height:auto;
    padding:10px 0;/* 10px will increase the height.*/
    left:0px;
    bottom:0px;top:auto;
    overflow:hidden;
    font: bold 14px/20px Arial;
    color:#EEE;
    text-align:center;
    background:rgba(0,0,0,0.3);
}
#slider .mc-caption a {
    color:#FB0;
}
#slider .mc-caption a:hover {
    color:#DA0;
}
/* Caption styles */
#slider2 .mc-caption {
    position:absolute;
    width:100%;
    height:auto;
    padding:10px 0;/* 10px will increase the height.*/
    left:0px;
    bottom:0px;top:auto;
    overflow:hidden;
    font: bold 14px/20px Arial;
    color:#EEE;
    text-align:center;
    background:rgba(0,0,0,0.3);
}
#slider2 .mc-caption a {
    color:#FB0;
}
#slider2 .mc-caption a:hover {
    color:#DA0;
}

/* ------ built-in navigation bullets wrapper ------*/
#slider .navBulletsWrapper  {
    top:95%;
    right:20px;
    text-align:right;
    background:none;
    position:relative;
    z-index:3;
}
#slider .navBulletsWrapper div 
{
    width:12px; height:12px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 10px;
}
#slider .navBulletsWrapper .active {background-position:0 -11px;}

/* ------ built-in navigation bullets wrapper ------*/
#slider2 .navBulletsWrapper  {
    top:90%;
    text-align:center;
    background:none;
    position:relative;
    z-index:3;
}
#slider2 .navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;
    cursor:pointer;
    margin:0 6px;
}

#slider2 .navBulletsWrapper .active {background-position:0 -11px;}

/* --------- Others ------- */

#slider img {
    width:100%;
    position:relative;
    overflow:hidden;
}
#slider2 img {
    margin:10% auto;
}


