/* Slider */
#jewellery_slides_container,
#jewellery_slides{
	position:relative;
	height:310px;
	width:720px;
	margin-bottom:24px;
}
	.slide{
		position:absolute;
	}
	#js_pager {
		position: absolute;
		right: 11px;
		bottom: 10px;	
	}
		#js_pager a {
			float: right;
			text-indent: -9999px;
			margin: 0 0 0 3px;
			display: block;
			overflow: hidden;
			
			width: 11px;
			height: 11px;
			border-radius:11px;
			border-width:1px;
			border-style:solid;
		}
			#js_pager .light a {
				border-color:#FFF;	
			}
				#js_pager .light a:hover, #js_pager .light .selected {
					background:#FFF;	
				}
			#js_pager .dark a {
				border-color:#231F20;		
			}
				#js_pager .dark a:hover, #js_pager .dark .selected {
					background:#231F20;	
				}
				
				
/* Nav blocks */
a.jewellery_nav_block{
	display:block;
	width:348px;
	height:267px;
	float:left;
	margin-right:24px;
	margin-bottom:24px;
	text-decoration:none !important;
	position:relative;
	overflow:hidden;
}
a.jnb_right{
	margin-right:0;
}
	.jnb_image{
		position:absolute;
		width:348px;
		height:267px;
		left:0;
		top:0;
		transition:width 0.3s, height 0.3s, top 0.3s, left 0.3s;
	}
	a:hover .jnb_image{
		width:388px;
		height:299px;
		left:-20px;
		top:-12px;
	}
	
	.jnb_text{
		display:inline-block;
		max-width:126px;
		margin:16px 0 0 16px;
		background:url(../images/white-trans-bg.png);
		background:rgba(255, 255, 255, 0.6);
		padding:12px 22px;
		transition:background 0.3s;
		position:relative;
	}
	a:hover .jnb_text{
		background:#FFF;
		background:rgba(255, 255, 255, 0.9);
		
		cursor:pointer;
	}
		.content .jnb_text h2{
			font-weight:normal;
			color:#000;
			text-transform:uppercase;
			font-size:150%;
			line-height:110%;
			margin-bottom:8px;
			text-decoration:none;
		}
		
		.content p.jnb_link_text{
			font-size:93.75%;
			font-style:italic;
			color:#000;
			margin:0;
			text-decoration:none;
		}
			.content p.jnb_link_text span{
				background:url(../images/nav-block-arrows.png) right 7px no-repeat;
				padding-right:11px;
			}
		.content p.jnb_link_text:hover{
			color:#005D7E;
		}
			.content p.jnb_link_text:hover span{
				background-position:right -193px;
			}
			
/* Lightboxes */
.jc_thumb{
	width:224px;
	height:224px;
	margin-right:24px;
	margin-bottom:24px;
	margin-top:9px;
	display:block;
	overflow:hidden;
	float:left;
	
	transition:opacity 0.3s;
}
.jc_thumb_right{
	margin-right:0;
}
.jc_thumb:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

/* Product blocks */
a.jc_product_block{
	text-decoration:none !important;
	display:block;
	float:left;
	margin-right:22px;
	margin-top:12px;
	margin-bottom:24px;
	width:163px;
	text-align:center;
	border-bottom:solid 1px #CCC;
}
a.jcpb_right{
	margin-right:0;
}
	img.jcpb_image{
		transition:opacity 0.3s;
	}
	a:hover img.jcpb_image{
		opacity:0.8;
		filter:alpha(opacity=80);
	}
	
	div.jcpb_text{
		padding:10px 10px 16px 10px;
		transition:background 0.3s;
	}
	a:hover div.jcpb_text{
		background:#EFF5FB;
	}
	
		h3.jcpb_title{
			font-size:87.5%;
			font-weight:normal;
			color:#211F1F;
			margin:0;
		}
		p.jcpb_price,
		.content p.jcpb_price{
			font-size:87.5%;
			color:#005D7E;
			margin:0;
		}