/* container for slides */
.images {
    position:relative;
    cursor:pointer;
    z-index: 12;


}

.images2 {
    position:relative;
    cursor:pointer;
    z-index: 12;


}




/* single slide */
.slider .images .overflow_slider {
    position:absolute;
    top:0;
    right:0;
    height:340px;
    z-index: 12;
    width: 100%;
    overflow: hidden;
}

.slider2{text-align: center;}
.slider2 .des {color: #4aaceb; font-weight: bold;}

.slider2 .images2 .overflow_slider {
    position:absolute;
    top:0;
    right:0;
    height:200px;
    z-index: 12;
    width: 100%;
    overflow: hidden;
}


.slider .images .overflow_slider img{
    width: 100%;
}

.slider2 .images2 .overflow_slider img{
    left: 13%;
    max-width: 100%;
    position: relative;
}




/* tabs (those little circles below slides) */
.slidetabs {
     clear: both;
    float: right;
    height: 25px;
    margin: 15px 0 0;
    position: relative;
    right: 48%;
    top: 332px;
    z-index: 9999;
   


}


/* single tab */
.slidetabs a {
    width:12px;
    height:12px;
    float:right;
    margin:3px 7px;
    background:url(/images/navigator.png) 0 0 no-repeat;
    display:block;
    font-size:1px;
    position: relative;
    z-index: 9999;
}

/* mouseover state */
.slidetabs a:hover {
    background-position:0 -12px;
}

/* active state (current page state) */
.slidetabs a.current {
    background-position:0 -24px;
}

.slidetabs2 {
     clear: both;
    float: right;
    height: 25px;
    margin: 15px 0 0;
    position: relative;
    right: 40px;
    top: 295px;
    z-index: 9999;
   


}


/* prev and next buttons */
.forward, .backward {
    float:left;
    margin-top:140px;
    background: url(/images/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    cursor:pointer;
    font-size:1px;
    text-indent:-9999em;
    position: relative;
    z-index: 9999;
}

/* next */
.forward { background-position: 0 -30px; clear:right;float: right; }
.forward:hover { background-position:-30px -30px; }
.forward:active	{ background-position:-60px -30px; }


/* prev */
.backward:hover	{ background-position:-30px 0; }
.backward:active { background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are
   configured with rotate: true */
.disabled {
    visibility:hidden !important;
}