#albumZoom #main {
	text-align: left;
	width: 650px;
	float: left;
	padding-left: 15px;
}

#albumZoom #sidebar {
	text-align: center;
	width: 300px;
	float: right;
	padding-right: 15px;
}

/* -------------------------------- */
.desc {
	padding: 2px 0 8px 0;
}

#largeImage {
	margin: 0 auto;
	min-width: 250px;
}

.lighter {
	color: #B0B6B8;
}

.nextLargeImg {
	position: absolute;
	z-index: 1;
	top: 170px;
	right: 5px;
}

.previousLargeImg {
	position: absolute;
	z-index: 1;
	top: 170px;
	left: 5px;
}

/**
 * Copyright (c) 2006, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 *
 * The only attribution I require is to keep this notice of copyright & license
 * in this original source file.
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/

.carousel-component {
	position: relative;
	overflow: hidden;
	visibility: visible; /* component turns it on when first item is rendered */
}

.carousel-component ul.carousel-list {
	width: 10000000px;
	position: relative;
	z-index: 1;
}

.carousel-component .carousel-list li {
	float: left;
	list-style: none;
	overflow: hidden;
}

.carousel-component .carousel-vertical li {
	float: none;
	margin-bottom: 0;
}

.carousel-component ul.carousel-vertical {
	width: auto;
}

.carousel-component .carousel-clip-region {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

/**
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

#html-carousel {
	margin: 10px auto 0 auto;
	padding-left: 10px;
	width: 580px;
	height: 135px;
}

#html-carousel .carousel-list li {
	font-size: 10px;
	margin:4px 1px 0 1px;
	width: 140px;
	padding: 2px;
	padding-top: 25px;
	margin: 0;
	color: #3F3F3F;
	text-align: center;
}

#html-carousel .carousel-list li img:hover {
	border:1px solid #1378E0;
}

/* BUTTONS */
#prev-arrow-container  { /* PERSO */
	float:left;
	margin: 0;
	padding: 0;
}

 #next-arrow-container { /* PERSO */
	float:right;
	margin: 0;
	padding: 0 45px 0 0;
}

#next-arrow {
	cursor:pointer;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 50px;
}

#prev-arrow {
	cursor:pointer;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 50px;
}

/* Overlay */
#overlay {
	width: 555px;
	height: 140px;
	background: #FFF url(http://m.bestofmedia.com/i/tomsguide/design/ajax-loading.gif) center center no-repeat;
	position: absolute;
	top: 0;
	left: 30px;
	padding-top: 10px;
	z-index: 100;
	color: #000;
	text-align: center;
	font-size: 24px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* =ALBUMPAGE
---------------------------------------- */

#albumThumbsBlock {
	margin: 3px auto;
}

 .oneThumbBlock {
	width: 130px;
	height: 140px;
	margin: 10px 8px;
	float: left;
	text-align: center;
	overflow: hidden;
}

#albumSearchTitle {
	background: url(http://m.bestofmedia.com/i/tomsguide/design/3GreenDots.gif) left center no-repeat;
	padding-left: 10px;
	color: #000;
}
/* END ALBUMPAGE ----------------------- */

#products li {
	margin-bottom: 20px;
}

#products li a{
	display: inline;
}

#products .name span {
	font-weight: bold;
	color: #1378e0;
}

#products .price {
	font-size: 9px;
	color: #adb6b9;
}

#products .currency {
	font-weight: bold;
	font-size: 14px;
	color: #c20b27;
}

#products .blocImg {
	float: left;
	width: 120px;
	height: 90px;
	text-align: center;
}

#products li .blocImg a, #products li .blocText .name {
	background: none;
}

#products .blocText {
	float: right;
	width: 140px;
}

#products .clear {
	clear: both;
}