﻿#main_slider1 {
    width: 658px;
    height: 400px;
    position: relative;
    text-align:center;    
    /*border: 1px solid black;*/
}

#main_slider1 img {
    position: absolute;
    border: none;
    display: none;
    padding: 0px;
    width: 100%;
}
    
div.mc-caption-bg, div.mc-caption-bg2 {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0px;
    left: 0px;
    bottom: 0px; 
    z-index: 3;
    overflow: hidden;
    font-size: 0;
}

div.mc-caption-bg {
   background-color:black;
}

div.mc-caption {
    font: bold 14px/20px Arial;
    color: red;
    z-index: 4;
    padding: 15px 0; 
    text-align: center;
    margin-bottom:5px;
}

    div.mc-caption a {
        color: #FB0;
    }

    div.mc-caption a:hover {
        color: #DA0;
    }

/* ------ built-in navigation bullets wrapper ------*/
#main_slider1 div.navBulletsWrapper {
    top: 380px;
    left: 272px ; /* Its position is relative to the #slider */
    width: 180px;
    background: none;
    padding-left: 20px;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

/* each bullet */
div.navBulletsWrapper div {
        width: 11px;
        height: 11px;
        background: transparent url(bullet.png) no-repeat 0 0;
        float: left;
        overflow: hidden;
        vertical-align:central;
        cursor: pointer;
        margin-right: 11px; /* distance between each bullet*/
        _position: relative; /*IE6 hack*/
 }

 div.navBulletsWrapper div.active {
        background-position: 0 -11px;
 }


@media screen and (max-width:1000px) {
    #main_slider1{
        display:none;
    }
}