.cr-container{
	width:900px;
	height:350px;
	position:absolute;
	left: 26px;
	z-index:100;
}
.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:45px;
	left:500px;
	width: 350px;
	height: 310px;
	z-index:1;
}
.cr-content{
	position:relative;
	z-index:10;
	margin:20px;
	height:360px;
	text-align: left;
}

.cr-content h2{
	font-size:22px;
	letter-spacing: 0px;
	line-height:40px;
	margin-top: 250px;
	width: %;
	color:#fff;
	text-transform: uppercase;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.5);
	font-family:'GillSansStdRegular', Arial, sans-serif;
	text-align: left;
}

.cr-content-headline h2 {
	font-size: 22px;
	line-height: 22px;
	margin-top: 238px;
	
}

.cr-content h3{
	width:55%;
	color:#ffffff;
	padding:5px 0px;
	line-height: 15px;
	text-align: left;
}
.cr-content h3 span{
	padding:4px 0px;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:12px;
}

.cart-view {
	text-transform: uppercase;
	/* background-color: #ffffff; */
	color: #ffffff;
	font-family:'GillSansStdBold', Arial, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
}

.cr-more-link{
	text-transform:uppercase;
	color:#000;
	font-size:11px;
	padding:0px 5px;
}
.cr-more-link:hover{
	text-shadow: 1px -1px 1px rgba(0,0,0,0.5);
	color:#fff;
}
.cr-content-text{
	color:#000;
	
	font-size: 14px;
	font-family: Georgia;
	font-style: italic;
	line-height: 24px;
	position:relative;
	display:none;
	z-index:999;
	clear:both;
}
.cr-content-text p{
	padding:10px;
}
.cr-thumbs{
	position:absolute;
	top: 345px;
	left:8px;
	height:181px;
	width:882px;
	bottom:0px;
	z-index:20;
	overflow:hidden;
}

.shadowbox {
	position: absolute;
	top: 393px;
	left: 7px;
	width: 884px;
	height: 134px;
	background-color: #999;
	box-shadow: 0px 2px 10px 0px #666666;
	-moz-box-shadow: 0px 2px 10px 0px #666666;
	-webkit-box-shadow: 0px 2px 10px 0px #666666;
}
.cr-thumbs div{
	float:left; /* Set to absolute each 150px*/
	background-image: url(../images/carts/elements/cart-bg4.png);
	background-repeat: no-repeat;
	cursor:pointer;
	position:relative;
	display: block;
	width:126px;
	height:181px;
}

.cr-thumbs div:hover {
	background-image: url(../images/carts/elements/cart-bg-selected4.png);
	background-repeat: no-repeat;
}

.cr-thumbs img{
	display:block;
	margin:6px 5px 6px 0px;
	
}
.cr-thumbs h4{
	position:absolute;
	left:4px;
	right:5px;
	bottom:10px;
	font-family:'GillSansStdRegular', Arial, sans-serif;
	font-size:13px;
	line-height:14px;
	text-shadow:0px 1px 1px rgba(0,0,0,0.5);
	text-transform: uppercase;
	color:#535353;
}
.cr-thumbs div:hover h4{
	bottom:10px;
	color: #ffffff;
}
.cr-thumbs div.cr-selected{
	background-image: url(../images/carts/elements/cart-bg-selected4.png);
	background-repeat: no-repeat;
}

.cr-thumbs div.cr-selected h4{
	color: #ffffff;
}

.cr-thumbs div.cr-selected img{
}

.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/carts/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/carts/hide.png) no-repeat top center;
	cursor:pointer;
	width:60px;
	height:15px;
}
.cr-show{
	background-position:bottom center;
}