.webwidget_slideshow_dot {
padding: 0px;
margin: 0px;
position: relative;
font-family: Arial, Sans-Serif;
font-size: 13px;
    width:960px;
    background: rgba(255,255,255, 0.8);
    border: 1px solid;
    border-color: rgba(159,159,159, 0.8);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.webwidget_slideshow_dot a {
text-decoration: none;
}
.webwidget_slideshow_dot a:hover {
text-decoration: underline;
}
.webwidget_slideshow_dot .slides_box {
padding: 0px;

overflow: hidden;
position: absolute;
    margin-left:10px;
    margin-right:10px;
    margin-top:10px;
    margin-bottom: 0px;
    border: 1px solid;
    border-color: rgba(159,159,159, 0.8);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */

}
.webwidget_slideshow_dot .title_thumb_box {
width: 940px;
position: absolute;
bottom: 0px;
    margin-left:10px;
    margin-right: 10px;
    /*opacity: 0.2;*/
}
.webwidget_slideshow_dot .title_thumb_box .title_box {
padding: 5px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box {
text-align: right;
height: 35px;

}
.webwidget_slideshow_dot .title_thumb_box .thumb_box span {
margin-right: 6px;
margin-left: 6px;
/*line-height: 35px;*/
    margin-top:12px;
    display:inline-block;
    vertical-align: middle;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box span img {
cursor: pointer;
}
.webwidget_slideshow_dot img {
padding: 0px;
margin: 0px;
border: none;
}
.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;
}

