/* Zoomed image */
.RbZoom { 
	outline: 0; 
	display: block; 
	text-decoration: none;
	margin:0 auto;
}

/* Zoomed area */
.RbZoomImageCont {
	border: 3px solid #666;
}

/* Small looking glass square under mouse */
.RbZoomPop {
	border: 1px solid #aaa;
	background: #ffffff;
	cursor: pointer;
}

/* Begin : Products Block  */
.RbProdThumbs a {
	border: 1px solid #CCC;
	height: 45px;
	width: 45px;
	padding:2px;
	text-align: center;
	margin: 0 4px 8px;
	float: left;
	cursor: pointer;
	
}
.RbProdThumbs a:hover {
	border: 1px solid #C6D8EB;
}
.RbProdThumbs .Current {
	border: 1px solid #C6D8EB;
	
}
/* End : Products Block  */
.Cont {
		width:400px;
		height:380px;
		margin:50px auto; 
		padding:20px;
		background:url(/images/demo_bg.png) center center no-repeat;	
		-background: none; 
		-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/demo_bg.png", sizingMethod="scale");
	}
