@charset "utf-8";
/* CSS Document */
.all {
	width: 1000px;
	height:400px;
}
.box {
	position: relative;
	z-index: 50;
	height: 370px;
	overflow: hidden;
	width: 970px;
	margin:0 auto;
	top:15px;
}

.hotnews, .hotnews a {
	width: 582px;
	height: 370px;
	overflow: hidden;
	position: absolute;
	z-index: 51px;
}

.hotnews a {
	display: none;
	z-index: 52px;
	top: 0;
	left: 0;
	
}

.sale, .hot {
	width: 776px;
	height: 370px;
	top: 0;
	overflow: hidden;
	position: absolute;
	background: #fff;
}

.sale {
	left: 582px;
	z-index: 55;	
}

.hot {
	left: 776px;
	z-index: 56;	
}

.sale ul, .hot ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 776px;
	height: 370px;
	background: #fff;
}
.sale ul li, .hot ul li {
	float: left;
	padding-right: 2px;
	background: #fff;
}
.sale ul li.none, .hot ul li.none{
	padding-right: 0;	
}

.wb {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);	
}

/*下方資訊*/
.bottom {
	width:960px;
	padding:20px;
}
.bottom-l {
	width:360px;
	float:left;
}
.bottom-r {
	width:570px;
	float:right;
}
/*最新消息*/
.newsbox {
	width:360px;
	height:auto;
}
.newslist ul {
	height:auto;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
.newslist span.date {
	font-size:11px;
	color:#FFF;
	text-align:center;
	width:70px;
	height:18px;
	display: block;
	float:left;
	background: url(../../Images/datebg.gif) no-repeat center;
}
.newslist li {
	font-size:13px;
	color:#333;
	display:block;
	padding:4px 0;
	list-style:none;
	border-bottom:1px dotted #ddd;
}
.newslist li a {
	font-size:13px;
	color:#666;
	padding-left:8px;
	text-decoration:none;
}
.newslist li a:hover {
	color:#000;
	text-decoration: none;
}


/*banner960x360*/
.abgneBlock {
	width: 1000px;
	height: 360px;
	position: relative;
	overflow: hidden;
}
.abgneBlock ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 9999px;
	height: 100%;
}
.abgneBlock ul.list li {
	float: left;
	width: 1000px;
	height: 100%;
}
.abgneBlock .list img{
	width: 100%;
	height: 100%;
	border: 0;
}
.abgneBlock ul.playerControl {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 14px;
}
.abgneBlock ul.playerControl li {
	float: left;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin: 0px 2px;
	background: url(../../Images/cir_ctrl.png) no-repeat -10px 0;
}
.abgneBlock ul.playerControl li.current { 
	background-position: 0 0;
}





