.cr-container{
	/*width:600px;*/
	width:230px;
	/*height:400px;*/
	height:150px;
	border:0px;
	position:absolute;
	z-index:1;
}
/*
.cr-content-wrapper{
	width:100%;
	height:100%;
	overflow:hidden;
}
*/
.cr-content-container{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display:none;
	overflow:hidden;
}
.cr-img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1;
}

.cr-content{
	position:relative;
	z-index:10;
	margin:200px;
	height:360px;
}


.cr-thumbs{
	position:absolute;
	left:10px;
	height:40px;
	width:230px;
	bottom:0px;
	z-index:20;
	overflow:hidden;
}
.cr-thumbs div{
	float:left; /* Set to absolute each 150px*/
	cursor:pointer;
	position:relative;
	display:none;
	margin:0px 0px 0px 10px;
	width:40px;
	height:50px;
}
.cr-thumbs img{
	display:block;
	margin:0px 0px 0px 0px;
	border:2px solid #fff;
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
	box-shadow:1px 1px 1px rgba(0,0,0,0.25);
}



.cr-thumbs div.cr-selected img{
	border-color:#000;
}

/*
.cr-nav span{
	position:absolute;
	z-index:50;
	text-indent:-9000px;
	cursor:pointer;
	width:35px;
	height:35px;
	margin-bottom:-17px;
	left:-24px;
	background:transparent url(../images/nav.png) no-repeat top left;
}

.cr-nav span.cr-nav-next{
	background-position:bottom left;
	right:-24px;
	left:auto;
}
.cr-nav span.cr-nav-prev:hover,
.cr-nav span.cr-nav-next:hover{
	bottom:34px;
}

.cr-hide, .cr-show{
	position:absolute;
	z-index:50;
	left:50%;
	margin-left:-25px;
	bottom:-10px;
	background:#000 url(../images/hide.png) no-repeat top center;
	cursor:pointer;
	width:60px;
	height:15px;
}

.cr-show{
	background-position:bottom center;
}
*/