﻿/*widget*/
 
.imgList-widget-4 {
	width:100%;
	padding-top: 5px;
}
.imgList-widget-4 img{
	width:100%; height:156px; 
}
.imgList-widget-4 li {
	float: left;
	width: 283px; 
	padding: 0px;
	/*padding-top: 10px;*/
	position: relative; 
	margin:0px; 
	/*页面导入的情况margin:0px 2px;*/
}
.imgList-widget-4 .img-bg {
	background-color: #050505;
	display: block;
	height: 30px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	bottom: 3px;
	width:100%;
}
.imgList-widget-4 .info {
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.imgList-widget-4 .info, .imgList-widget-4 .info a:visited, .imgList-widget-4 .info a:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	text-decoration: none;
}
/*.widget-slide-ctrl { position: absolute; }*/
.widget-slide-ctrl div, .widget-slide-ctrl-tabs li {
	display: inline;
	float: left; 
}
.widget-slide {
	overflow: hidden;
	position: relative;
}
.widget-slide-body {
	width: 260px;
	overflow: hidden;
	_position: relative;
}
.widget-slide-1 {
	width: 99%; padding-bottom:15px;
	padding-top: 20px;
}

.widget-slide .widget-slide-contents-piclist {
	width: 9999px;
}
.widget-slide-ctrl .widget-slide-ctrl-nav {
	display: inline-block;
	position: absolute;
	text-align: center;
}
.widget-slide-1-ctrl .widget-slide-ctrl-nav {
	width: 156px;
	bottom: 35px;
}
.widget-slide-2-ctrl .widget-slide-ctrl-nav {
	bottom: 180px;
	right:0px;
}
.widget-slide-ctrl-nav li {
	background: url(../images/icons-sprites.png) no-repeat scroll 0 -191px transparent;
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	height: 9px;
	width: 8px;
	padding: 0 3px;
}
.widget-slide-ctrl-nav .current {
	background: url(../images/icons-sprites.png) no-repeat scroll 0px -169px transparent;
}
.widget-slide-ctrl-prev, .widget-slide-ctrl-next {
	background-color: #333333; margin-bottom:18px;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	text-align: center;
	text-decoration: none;
	visibility: hidden;
}
.widget-slide:hover .widget-slide-ctrl-prev{ visibility:visible !important;}
.widget-slide:hover .widget-slide-ctrl-next{ visibility:visible !important;}

.widget-slide-ctrl-prev:hover, .widget-slide-ctrl-next:hover {
	background-color: #000;
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration: none;
}
.widget-slide-1-ctrl .widget-slide-ctrl-prev, .widget-slide-1-ctrl .widget-slide-ctrl-next {
	border-radius: 21px 21px 21px 21px;
	bottom: 112px;
	font-size: 36px;
	height: 42px;
	line-height: 42px;
	width: 42px;
}
.widget-slide-2-ctrl .widget-slide-ctrl-prev, .widget-slide-2-ctrl .widget-slide-ctrl-next {
	border-radius: 15px;
	bottom: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	width: 30px;
}
.widget-slide-3-ctrl .widget-slide-ctrl-prev, .widget-slide-3-ctrl .widget-slide-ctrl-next {
	border-radius: 20px;
	bottom: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	width: 40px;
}
.widget-slide-4-ctrl .widget-slide-ctrl-prev, .widget-slide-4-ctrl .widget-slide-ctrl-next {
	border-radius: 20px;
	bottom: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	width: 40px;
}
.widget-slide-5-ctrl .widget-slide-ctrl-prev, .widget-slide-5-ctrl .widget-slide-ctrl-next {
	border-radius: 15px;
	bottom: 65px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	width: 30px;
}
.widget-slide-1-ctrl .widget-slide-ctrl-prev {
	left: 15px;
}
.widget-slide-1-ctrl .widget-slide-ctrl-next {
	right:15px;
}
.widget-slide-2-ctrl .widget-slide-ctrl-prev {
	left: 15px;
}
.widget-slide-2-ctrl .widget-slide-ctrl-next {
	right:15px;
}
.widget-slide-4-ctrl .widget-slide-ctrl-prev {
	left: 15px;
}
.widget-slide-4-ctrl .widget-slide-ctrl-next {
	right:15px;;
}

