.cr-container{
	width:500px;
	height:400px;
	border:5px solid #EEE;
	position:absolute;
	z-index:100;
    background-color: #EEE;
}

.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;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
	box-shadow:1px 1px 2px rgba(0,0,0,0.7);
}

.cr-content-text p {
	padding:10px;
}

.cr-thumbs{
	position:absolute;
	left:20px;
	height:120px;
	width:500px;
	bottom:10px;
	z-index:20;
	overflow:hidden;
}

.cr-thumbs div{
	float:left; /* Set to absolute each 150px*/
	cursor:pointer;
	position:relative;
	display:none;
	width:150px;
	height:110px;
}

.cr-thumbs img{
	display:block;
	margin:10px 5px 6px 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{
	border-color:#003a72;
	background:transparent url("../../Images/PagesPic/triangle.png") no-repeat 50% 0%;
}

.cr-thumbs div.cr-selected img{
	border-color:#06335A;
}

.cr-nav span {
    position: absolute;
    z-index: 50;
    text-indent: -9000px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-bottom: -4px;
    left: 3px;
     background: transparent url("../../Images/PagesPic/nav.png") no-repeat top left;
}

.cr-nav span.cr-nav-next{
	background-position:bottom left;
	right:3px;
	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:#06335A url("../../Images/PagesPic/hide.png") no-repeat top center;
	cursor:pointer;
	width:60px;
	height:15px;
}

.cr-show{
	background-position:bottom center;
}