/**{margin:0;padding:0;}
body {font-size: 12px;margin: 20px;}
核心CSS*/
.box {
	margin-top:3px;
	text-align:center;
	float:left;
	width:315px;
}
.CRviewer {
	position:relative;
	overflow:hidden;
	width:330px;
	background:#fff url(../images/loading.gif) center center no-repeat;
}
.CRslide{
	padding:0; 
	
	margin: 0;
	width:330px;
	/* height:450px; list-style-type:none;*/
	left:0 px;
	top: 0 px;
}
.CRslide li {
	margin-left:0px;
	padding-left:0px;
	display:none;
}
#myImgs {
	display:none;
}
.hoverNav {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:100;
}
.prevLink, .nextLink , .full {
	background:transparent url(../images/blank.gif) no-repeat scroll 0 0;
	display:block;
	height:100%;
	width:30%;
	position:absolute;
}
.prevLink { left: 0;}
.nextLink { right: 0;}
.full { left:190px;}
.prevLink:hover, .prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 50% no-repeat ;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}
.nextLink:hover, .nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 50% no-repeat; 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}
.full:hover, .full:visited:hover { 
	background: url(../images/full.gif) center 50% no-repeat; 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}


/*
.CRrain{color:red;}
p{margin-top:30px;font-size:14px;}*/
