@charset "utf-8";
html, body { font-family:"微软雅黑"}
/*
 * jQuery图片轮播(焦点图)插件
 * ADD.JENA.201206291027
 * EDIT.JENA.201206300904
 * Author: jena
 * Demo: http://ishere.cn/demo/jquery.slidebox/
 */
.carousel .slideBox{ 
	position:relative; 
	width:588px;
	height:352px; 
	overflow:hidden;
}
.carousel .slideBox ul.items{ 
position:absolute; 
float:left; 
background:none;
 list-style:none; 
 padding:0px; 
 margin:0px;
 }
.carousel .slideBox ul.items li{
	width:588px;
	height:352px;
	float:left; 
	background:none; 
	list-style:none; 
	padding:0px; 
	margin:0px;
}
.carousel .slideBox ul.items li a{ 
	float:left;
	line-height:normal !important; 
	padding:0px !important;
	border:none/*For IE.ADD.JENA.201206300844*/;
}
.carousel .slideBox ul.items li a img{
	width:588px;
	height:352px;
	margin:0px !important;
	padding:0px !important; 
	display:block;
	border:none/*For IE.ADD.JENA.201206300844*/;
}
.carousel .slideBox div.tips{ 
	position:absolute; 
	bottom:0px; width:100%; 
	height:50px; 
	background-color:#000; 
	overflow:hidden;
}
.carousel .slideBox div.tips div.title{
	width:290px;
	overflow: hidden;

	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;

	white-space: nowrap;
	position:absolute; 
	left:0px; 
	top:0px; 
	height:100%;
}
.carousel .slideBox div.tips div.title a{ 
	color:#FFF; 
	font-size:18px; 
	line-height:50px; 
	margin-left:10px; 
	text-decoration:none;
}
.carousel .slideBox div.tips div.title a:hover{ 
	text-decoration:underline !important;
}
.carousel .slideBox div.tips div.nums{ 
	position:absolute; 
	right:0px; 
	top:0px;
	height:100%;
}
.carousel .slideBox div.tips div.nums a{ 
	display:inline-block; >float:left/*For IE.ADD.JENA.201206300844*/; 
	width:20px; height:20px; 
	background-color:#FFF; 
	text-indent:-99999px;
	margin:15px 10px 0px 0px;
}
.carousel .slideBox div.tips div.nums a.active{ 
	background-color:#093;
}


