div.sliderGallery {
    overflow-y:hidden;
	overflow-x:scroll;
}
#details #images {
	overflow-x:hidden;
	overflow-y:scroll;
}
table.jewelry td {
	font-size:90%;
}
#footer, #content {
	visibility:visible;
}
div#cart {
	display:none;
}
#flashMenu {
	width:100%;
	height:70px;
	background:url(../img/other/menuBkgd.gif) repeat-x center left;
	padding:0;
}
table.menu {
	font:14px Courier;
	width:100%;
	margin:0;
	padding:0;
}
table.menu td {
	text-align:center;
	height:30px;
	vertical-align:center;
}
table.menu td.logo {
	text-align:left;
	padding:0;
	padding-right:10px;
}
table.menu td a {
	color:#666;
	text-decoration:none;
	padding:0;
	margin:0;
}
table.menu td a.focus {
	color:#ccc;
}
table.menu td a:hover {
	color:#000;
}
table.menu td a.focus:hover {
	color:#ccc;
}
table.menu td span.cartQty {
	color:#12B9DE;
	font-size:11px;
	position:relative;
	top:-7px;
	left:-4px;
	font-weight:bold;
}
#jewelryHolder {
	margin-top:20px;
}
span.backToGrid {
	display:block;
}