/* Cascading Style Sheet - www.konstantino.com */
/* $Id $ */

/* ******************************************************************************* */
/* collections section */

.jewelry_nav {
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 2px;
	padding: 0px;
	margin-bottom: 2px;
	border: 1px solid #F4D0BD;
	height: 36px;
}
div#contentleft {
	width:480px;
	height:363px;
	text-align:center;
	display:inline; /* ie fix */
	float:left;
	margin-top:8px;
	margin-left:0;
	background-image:url('/images/ajax.gif');
	background-position:50% 50%;
	background-repeat:no-repeat;
	/* border: 1px #f00 dotted; /* DEBUG */
}

div#contentleft img { vertical-align:top; }

div#contentright {
	display:inline;
	margin-bottom: 2px;
	/* border: 1px #f00 dotted; /* DEBUG */
}
	div#contentright * {
		margin-top:0;
	}
	div#contentright div.product-desc {
	height:240px;
	position:absolute;
	top:2px;
	left:0;
	width:340px;
	background-color:#fff;
	}

	div#contentright div.product-scroller {
	width:850px;
	}
		div#contentright div.product-scroller-left {
	float:left;
	width:30px;
	padding-top:10px;
		}
		div#contentright div.product-scroller-main {
	float:left;
	width:700px;
	overflow:hidden;
	margin-left:3px;
	margin-bottom: 2px;
	height: 38px;
	padding: 0px;
		}
		div#contentright div.product-scroller-right {
	float:left;
	width:30px;
	padding-top:10px;
	margin-left: 3px;
		}
		div#contentright div.product-scroller ul {
			padding:0;
			margin:0;
			width:4000px;
		}
		div#contentright div.product-scroller ul li {
			padding:0;
			margin:0 3px 0 0;
			list-style-type:none;
			float:left;
		}
		div#contentright div.product-scroller ul li a {}
		div#contentright div.product-scroller ul li a img {
			border:1px solid #fff;
		}
		div#contentright div.product-scroller ul li a.active img {
			border:1px solid #aa996f;
		}

