*{margin:0;padding:0;}
body {font-size: 12px;margin: 20px;}
/*核心CSS*/
.box,p {
	margin:0 auto;
	text-align:center;
	width:550px;
}
.CRviewer {
	position:relative;
	overflow:hidden;
	height:450px;
	width:550px;
	background:#fff url(images/loading.gif) center center no-repeat;
}
.CRslide{
	position:absolute;
	width:550px;
	height:450px;
	left:0;
	top:0;
}
.CRslide li {
	float:left;
	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;x}
.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;}