﻿.webwidget_slideshow_dot {
	padding: 0px;
	margin: 0px;
	position: relative;
	font-size: 13px;
	height: 300px;
}
.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;
	margin-top: 5px;
}
.webwidget_slideshow_dot .title_thumb_box {
  width: 100%;
  position: absolute;
  bottom: -54px;
  border-radius: 0px 0 15px 15px;
  text-align: center;
  font-size: 17px;
  background-color: #fff!important;
  border: 1px solid #EDEDED;
  /* color: #04AB51; */
  line-height: 14px;
    width: 260px;
}
.webwidget_slideshow_dot .title_thumb_box .title_box {
	padding: 5px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box {
	text-align: center;
	margin-top: 10px;
}
.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 {
	padding: 0px;
	margin: 0px;
	border: none;
	border-radius:5px 5px 0 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;
}
