#mainImg {
    margin-bottom: 1px;
    clear: both;
    width: 100%;
    height: 350px;
    text-align: center;
    background: url(../img/index/main_img_bg.gif) repeat-x;
    position: relative;
}

#mainImg #slider {
    width: 962px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: url(../img/index/loader.gif) 50% 50% no-repeat;
}

#mainImg #slider dl dd {
    float: left;
    position: relative;
}

div.pageWrap {
    text-align: center;
    padding: 0 0;
    width: 100%;
    margin-bottom: 30px;
}

ul.indexSlide_tabs {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 auto;
}

ul.indexSlide_tabs li {
    width: 148px;
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #dcdcdc;
}

ul.indexSlide_tabs li img {
    width: 100%;
    height: auto;
    opacity: 0.5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
}

.indexSlide_tabs a {
    background-color: #000;
    display: block;
    width: 148px;
    overflow: hidden;
    text-indent: -9999px;
}

.indexSlide_here a {
}

ul.indexSlide_tabs li.indexSlide_here a img {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}

body:first-of-type #mainImg dl a {
    display: block;
    position: relative;
}

body:first-of-type #mainImg dl a span {
    top: 0;
    left: 0;
    display: inline-block;
}
