#mask {
	width:330px;
	height:210px;
	overflow:hidden;
	position:relative;
	}
#folio {
	position:absolute;
	top:0;
	left:0;
	width:3990px;
	float:left;
	height:210px;
}
.folioInner {
	width:330px;
	float:left;
}
.colLeft, .colRight{
	display:block;
	width:285px;
	height:405px;
	float:left;
	background-color:#F1F1ED;
}
.colRight{
	background-color:#D9D8D7;
}
.current{
	font-weight: bold;
	color:#FF0000;
}

#discoverMask {
	width:570px;
	height:405px;
	overflow:hidden;
	position:relative;
	}
#discover {
	position:absolute;
	top:0;
	left:0;
	width:3990px;
	float:left;
}	
