/*
// Jewellery piece carousel
*/

#body li {
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 900px; height: 339px;
}

/*
// Jewellery pieces
*/

#body .content {
	position: absolute;
	left: 0px; top: 0px;
	width: 342px; height: 339px;
	color: white;
	background-color: #464646;
}

#body .content a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#body .content a:hover,
#body .content a:active {
	color: #BCBEC0;
}

#body .breadcrumb {
	position: absolute;
	left: 24px; top: 15px;
	width: 294px; height: 25px;
	color: #BCBEC0;
	font-size: 9px;
	letter-spacing: 2px;
}

#body h2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#body h2 a {
	color: white;
	text-decoration: none;
}

#body .copy {
	position: absolute;
	left: 24px; top: 40px;
	width: 294px; height: 259px;
	font-size: 11px;
	line-height: 18px;
}

#body .viewlinks {
	position: absolute;
	right: 24px; bottom: 11px;
	display: none;
}

#body .viewlinks .call {
	display: block;
	float: left;
	color: #BCBEC0;
	font-size: 9px;
	letter-spacing: 2px;
	padding: 4px;
}

#body .viewlinks a {
	display: block;
	float: left;
	width: 20px; height: 20px;
	background: url('../images/imagelinks.png') left;
	cursor: pointer;
}

#body .viewlinks a:hover,
#body .viewlinks a.active {
	background-position: right;
}

/*
// Views
*/

#body .view {
	position: absolute;
	right: 0; top: 0;
	width: 558px; height: 339px;
	text-align: center;
	background: url('../images/spinner.gif') no-repeat 50%;
}

#body .view img {
	position: absolute;
	right: 0; top: 0;
	width: 558px; height: 339px;
}

#body .screen {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	background: url('../images/piece-screen.png') repeat-x 50%;
	z-index: 2;
}

#body .view a {
	position: absolute;
	width: 124px; height: 24px;
	right: 0px; bottom: 0px;
	padding-left: 434px; padding-top: 315px;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
	color: #BCBEC0;
	z-index: 3;
}

#body .view a:hover {
	color: #626262;
}

