@charset "UTF-8"; /*CSS Reset*/ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}*:active{ outline:none}

#slider {
  	width: 1000px;
  	margin: 0 auto;
  	position: relative;
}

.scroll {
    height: 600px;
    width: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
  height: 800px;
  width: 1000px; /* change to 560px if not using JS to remove rh.scroll */
  padding-top:0px;
}

.scrollButtons {
  position: absolute;
  top: 360px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
  background-color:#111;
}

.scrollButtons.left:hover, .scrollButtons.right:hover {
	background-color:#333;
}

.scrollButtons.right {
  right: -20px;
  background-color:#111;
}

.navigation {
	width:900px;
	padding:0px;
	margin-left:25px;
	border:1px solid #666;
	border-top:none;
	padding:0px 0px 5px 0px;
	background-color:#333;
	height:20px;

}

.navigation li {
	display:inline;
	list-style:none;
}

.navigation li a {
	text-decoration:none;
	color:#DDD;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	outline:none;
	padding:0px 7px;
}

.navigation li a:hover {
	color:#C00;
}

#menu_first {
	margin-left:0px;
}

.navigation li a.selected, .navigation li a.selected:hover {
	color:#C00;
}

body {
	background:#333 url(../images/body-bg.gif);
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
}

#header {
	width:1000px;
	height:90px;
	margin:0px auto;
}

#header h1 span.title{
	display:none;
}

#header img {
	float:left;
	margin-left:25px;
	margin-top:15px;
}

#cntdwnp {
	float:right;
	clear:none;
	margin-top:45px;
	margin-right:24px;
}

* html #cntdwnp {
	margin-right:12px;
}

#cntdwnp b {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}

#cntdwnp i {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	width:900px;
	display:inline;
	color:#999;
	margin-left:-4px;
	margin-right:3px;
	font-weight:bold;
}

#cntdwn-title {
	margin-left:-100px;
	display:block;
}

#gallery {
	padding:25px;
	width:900px;
	height:550px;
}
 *{margin:0;padding:0;}
 .zoomple{
	cursor:crosshair;
	display:block;
	width:333px;
	height:500px;
	overflow:hidden;
	outline-style:none;
	position:relative;
	border:1px solid #aaa;
} 
.zoomple img{
	width:333px;
	height:500px;
	border:0;
}
.zoomplePopup{
	background:url(../images/BWS_006.png);
	overflow:hidden;
	z-index:10;
	cursor:pointer;
	height:128px;
	width:128px;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/*预览的大图的css*/
#preview, #preview2, #preview3, #preview4{
	border:1px solid #aaa;
	width:620px;
	height:593px;
	position:relative;
	top:2px;
	left:2px;
	overflow:hidden;
	display:none;
}
#preview img, #preview2 img, #preview3 img, #preview4 img{
	width:998px;
	height:1620px;
	position:absolute;
	left:0;
	top:0;
}
