#zoomcontainment {height: 320px;width: 320px;position:absolute;border:1px solid #eeeeee; left:235px; top:20px;visibility:hidden;overflow:hidden;} 
#containment {
	height: 200px;
	width: 200px;
	position: relative;
	margin:0;
}
#containment1 {
	height: 200px;
	width: 200px;
	background: #cccccc;
	position: relative;
	filter: alpha(opacity=30);opacity : 0.30;	
	visibility:hidden;
}
#dragger {
	height: 61px;
	width: 61px;
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
	cursor:move;
	border:1px solid #999999;
}
.toolbar {
	height: 22px;
	width: 300px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	border:0;
	/* border-bottom: 1px solid #ccc;	*/
	}
.active {font-weight:bold;color:#717171}
.inactive {font-weight:bold;color:#949393;}
.inactive:hover {font-weight:bold;color:#717171;}
#ring_info-tab,  #diamond_info-tab{
	width: 150px;
	height: 22px;
	float: left;
	line-height:21px;
	text-align: center;
	background-image: url('images/bm_ring.gif');
	cursor:pointer;
}
#diamond_info-tab {
	background-image: url('images/bm_diamond.gif');
}
#specials_close{
	position:absolute;left:100%;margin-left:-30px;top:-15px;
	z-index:2;
}
#compare_item{ position:relative; width:104px; float:left; text-align:center; margin:0; padding:0; }
#next_page_button_on {background-image:url('images/btn_nextgen.gif');background-repeat:no-repeat}
#back_page_button_on {background-image:url('images/btn_prevgen.gif');background-repeat:no-repeat}
#next_page_button_off {background-image:url('images/btn_next_d.gif');background-repeat:no-repeat}
#back_page_button_off {background-image:url('images/btn_prev_d.gif');background-repeat:no-repeat}