/* 代码整理：懒人之家 */
.webwidget_slideshow_dot {
	margin:0 auto;
	position: relative;
	font-family: 微软雅黑,Arial, Sans-Serif;
	font-size: 22px;
	height: auto;width:100%;display: block;
}
.webwidget_slideshow_dot a {
	text-decoration: none;
line-height:50px;
}
.webwidget_slideshow_dot a:hover {
	text-decoration:none;
}
.webwidget_slideshow_dot .slides_box {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
}
.webwidget_slideshow_dot .title_thumb_box {
	width: 100%;
	position: absolute;
	bottom: 5px;
}
.webwidget_slideshow_dot .title_thumb_box .title_box {
	bottom:60px;
	position: absolute;
	left:50px;
	background:#000;
	background-color: rgba(0,0,0,0.5);
	border-left:5px solid #065e8f;
	padding:0px 20px
	
}

@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .title_box{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
    .title_box a{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */

  }  
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box {
	text-align: center;
	height: 40px;
}
.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;
}
.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;
}
.slides_box{width:100%}
.focusimg img{height: auto;width:100%;display: block;}