.webwidget_slideshow_dot{
   
    position: relative;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
}
.webwidget_slideshow_dot a{
    text-decoration: none;
}
.webwidget_slideshow_dot a:hover{
    text-decoration: underline;
}
.webwidget_slideshow_dot .slides_box{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
}
.webwidget_slideshow_dot .title_thumb_box{
    border-top: 1px dotted #B5B5B5;
    bottom: 0;
    padding-left: 2px;
    position: absolute;
    text-align: left;
    width: 420px;
}
.webwidget_slideshow_dot .title_thumb_box .title_box{
    padding: 5px; display:none;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box{
    float: right;
    height: 25px;
    width: 420px;
}

#demo1  .title_thumb_box .thumb_box{
    
    height: 25px; width:140px; float:right;
}

.webwidget_slideshow_dot .title_thumb_box .thumb_box span{
    margin-right: 5px;
    margin-left: 5px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box span img{
    cursor: pointer;
}
.webwidget_slideshow_dot img{
    border: 1px solid #CCCCCC;
    margin: 10px 10px 10px 0;
    padding: 0;
}
.webwidget_slideshow_dot ul{
    padding: 0px;
    margin: 0px;
    position: absolute;
    list-style: none;
}
.webwidget_slideshow_dot ul li{
    padding: 0px;
    margin: 0px;
    float: left;
}
.webwidget_slideshow_dot ul li a{
    display: block;
}