.glidecontentwrapper{
    position: relative; /* Do not change this value */
    top:5px;
    width: 240px;
    height: 120px; /* Set height to be able to contain height of largest content shown*/
    /*border: 1px solid #687C98;*/
    overflow: hidden;
    float:left;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
    position: absolute; /* Do not change this value */
    left:5px;
    /*margin-top:5px;*/
    /*margin-bottom:5px;*/
    background: white;
    /*padding: 10px;*/
    visibility: hidden;
    width: 230px;
    /*border: 1px solid red;*/
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
    margin-top:12px;
    width: 60px;
    height:120px;
    float:left;
    /*border: 1px solid red;*/
    text-align: center; /*How to align pagination links: "left", "center", or "right"
    background: black; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.slide_data{
    word-wrap:break-word;
    line-height:20px;
    text-align:left;
    width:220px;
    height:120px;
    font-size:12px;
    /*border: 1px solid red;*/
    font-size:12px;
    padding:5px;
}

ul.linkbox{
    margin:0px auto 0px auto;
    padding:0px;
    width: 14px;
    }

ul.linkbox li{
    list-style:none;
    margin:0px 0px 3px 0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    font-size:0;
    line-height:0;
    }
ul li img{
    vertical-align:bottom;
}
ul.linkbox li a{
    height:14px;
    width: 14px;
    display:block;
    background-image:url(/img/index/slide_b.gif);
    background-repeat:no-repeat;
    }
ul.linkbox li a:hover{
    background-image:url(/img/index/slide_b_on.gif);
    background-repeat:no-repeat;
    }
ul.linkbox li a.selected{
    background-image:url(/img/index/slide_b_on.gif);
    background-repeat:no-repeat;
    }
ul.linkbox li a.prev{
    background-image:url(/img/index/slide_prev.gif);
    background-repeat:no-repeat;
}

ul.linkbox li a.prev:hover{
    background-image:url(/img/index/slide_prev_on.gif);
    background-repeat:no-repeat;
}

ul.linkbox li a.next{
    background-image:url(/img/index/slide_next.gif);
    background-repeat:no-repeat;
}

ul.linkbox li a.next:hover{
    background-image:url(/img/index/slide_next_on.gif);
    background-repeat:no-repeat;
}


