.cr-container{

	width:820px;

	height:420px;

	border:10px solid #E9E9E9;

	position:absolute;

	z-index:100;

}



.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-thumbs{

	position:absolute;

	left:25px;

	height:110px;

	width:790px;

	bottom:0px;

	z-index:20;

	overflow:hidden;

}

.cr-thumbs div{

	float:left; /* Set to absolute each 150px*/

	cursor:pointer;

	position:relative;

	display:none;

	width:143px;

	height:106px;  padding:0px 6px;

}

.cr-thumbs img{

	display:block;

	margin:6px 5px 6px 0px;

	border:4px 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:#000;

	background:transparent url(../images/triangle.png) no-repeat 50% 0%;

}

.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;

}

.read-more a {
/*background-color: #ACDB11;*/
background-color: #1F9CC2;
border-radius: 10px 10px 10px 10px;
color: white;
cursor: pointer;
display: block;
font-weight: bold;
list-style: circle outside none;
padding: 3px 0px 3px 11px;
display: block;
margin-bottom: 5px;
width: 72px;
line-height: 18px;
}

.read-less a {
background-color: #1F9CC2;
border-radius: 10px 10px 10px 10px;
color: white;
cursor: pointer;
display: block;
font-weight: bold;
list-style: circle outside none;
padding: 3px 0px 3px 11px;
display: block;
margin-bottom: 7px;
width: 70px;
}