/* black/inverted theme css */
body {
	background: #333 url('images/black/bg.png') !important;
}

#header {
	background: #000 url('images/black/logo.png') center center no-repeat !important;
}

#header a {
	color: #fff;
}

#navigation {
	background: #000 !important;
}

#product_images {
	height: 460px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

#product_images_inner {
	position: absolute;
	top: 0;
	width: 10000px;
}

#footer {
	margin-top: 4px;
}

#footer a {
    font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}

#footer span {
	background: #000;
	padding: 2px;
}

#side.stockist a {
	color: #fff;
}

#side.stockist a.active {
	color: #fff;
}