@import url('common.css');

#banner .wrap {

	height:600px;

}

.slides_container div {

	width:1000px;

	height:600px;

}

.pagination {

	display:none;

}

#product {

	width:690px;

	float:left;

}

#product .modContent {

	padding-left: 20px;

	position:relative;

	height:114px;

}

.modContent {

	min-height:114px;

}

#product .container {

	width:650px;

	height:120px;

	overflow:hidden;

	position:relative;

	margin-top:0px;

}

#product .prev,

#product .next {

	display:block;

	height:100px;

	width:12px;

	background:url(../images/prevAndNext.gif) no-repeat;

	text-indent: -999px;

	overflow:hidden;

	position:absolute;

	top:0;

	cursor:pointer;

}

#product .prev {

	background-position:left center;

	left:0;

}

#product .next {

	background-position:right center;

	right:0;

}

#product .imageList {

	position:absolute;

	margin:0;

	padding:0;

}

#product .imageList li {

	float:left;

	width:130px;

	text-align:center;

	padding:0;

	margin:0;

	list-style:none;

}

#product li a:link,#product li a:visited {

	color:#1A4D92;

	line-height: 24px;

	text-decoration:none;

	font-size: 14px;

}

#product li a:hover,#product li a:active {

	color:#FF7100;

}

#product div.title {

	height:24px;

	overflow:hidden;

	padding:0 10px;

}

#news {

	width:300px;

	float:right;

}

#news ul,

#news li {

	padding:0;

	margin:0;

	list-style:none;

}

#news li {

	overflow:hidden;

	height:24px;

	padding-left: 27px;

	background:url(../images/sign.gif) 5px -340px no-repeat;

}

#news li a {

	text-decoration:none;

	line-height: 24px;

}

#news li a:hover {

	color:#1A4D92;

}

#news li .date {

	color:#AAA;

}

