.cr-container{float:left;width:960px;height:445px;position:relative;}
.cr-content-wrapper{
	/*width:100%;
	height:100%;
	overflow:hidden;*/
	float:left;width:810px;height:445px;background:#fff;
}
.cr-content-container{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
	overflow:hidden;
}
.cr-img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.cr-thumbs{
	float:right;
	width:140px;
}
.cr-thumbs div{
	float:left; /* Set to absolute each 150px*/
	cursor:pointer;
	position:relative;
	display:none;
	width:140px;
	height:80px;
	margin:0 0 11px 0;
}
.cr-nav span{
	display:none;
}