.my-glider { width: 487px; height: 303px; position:relative; z-index:100; }

.my-glider .scroller { 
    width: 487px; 
    height: 302px;
    overflow: hidden;
    position:relative;
    z-index:500 !important;
}
.my-glider .scroller .section {
    width:487px;
    height:302px;
    overflow:hidden;
    float:left;
    display:inline;
}
.my-glider .scroller .slidercontent {
    float:left;
    display:inline;
    width:10000px;
}

.my-glider #section2 {
    background:#666666;
    color:#ffffff;
}

.my-glider a:active { border:0; outline:0; }
.my-glider a img { border:0; outline:0; }
.my-glider a { text-decoration:none; }

.my-glider .controls { margin:-29px 0 0 0; width:204px; height:18px; display:block; position:relative; left:15px; top:0; z-index:999999 !important; line-height:18px; font-size:18px; }
.my-glider .controls a { width:23px; height:12px; margin:0 2px 0 0; padding:0; overflow:hidden; border:2px solid #888; float:left; display:inline; position:relative; z-index:9999 !important; text-indent:0; background:none; line-height:18px; font-size:18px; -webkit-border-radius:6px; -moz-border-radius:6px; }
.my-glider .controls a.active { background:#f4f4f4; }
