/*Download by http://www.codefans.net*/
.box{
	margin:0 auto;
	text-align:center;
	background-color:#f2d4a2;
}
.CRviewer {
	position:relative;
	overflow:hidden;
}
.CRslide{
	position:absolute;
	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 {	display:block;
	height:100%;
	width:45%;
	position:absolute;
}
.prevLink { left: 0;x}
.nextLink { right: 0;}
.prevLink:hover, .prevLink:visited:hover { 
	background: url(img/prevlabel.gif) left 50% no-repeat;
	height:885px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}
.nextLink:hover, .nextLink:visited:hover { 
	background: url(img/nextlabel.gif) right 50% no-repeat; 
	height:885px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}
.full:hover, .full:visited:hover { 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}


/**/
.CRrain{color:red;}
