a:focus {
	outline: none;
}

/**
 * carousel shadows
 */
.shadow {
	width: 200px;
	height: 355px;
	position: relative;
	z-index: 2;
}

#shadow-left {
	float: left;
	top: -373px;
	background: url(../img/products/shadow_left.png) no-repeat;
}

#shadow-right {
	float: right;
	top: 23px;
	background: url(../img/products/shadow_right.png) no-repeat;
}


/**
 * product carousel
 */
#slider {
	width: 940px;
	height: 269px;
	position: relative;
	z-index: 1;
	margin: 104px 0 0;
}

.scroll {
	overflow: hidden;
	width: 940px;
	height: 269px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.scrollContainer {
	position: relative;
}

.scrollContainer .panel {
    width: 197px;
	height: 258px;
	cursor: pointer;
}

.scrollContainer .panel img {
	display: block;
	margin: 0 auto;
}


/**
 * slider buttons
 */
.scrollButtons {
    position: absolute;
    top: 166px;
	z-index: 3;
}

.scrollButtons.left {
	width: 76px;
	height: 107px;
	background: url(/img/products/arrow_sprites.png) no-repeat 0 0;
    left: -45px;
}

.scrollButtons.left:hover {
	background-position: 0 -107px;
}

.scrollButtons.right {
	width: 79px;
	height: 107px;
	background: url(/img/products/arrow_sprites.png) no-repeat -76px 0;
    right: -45px;
}

.scrollButtons.right:hover {
	background-position: -76px -107px;
}


/**
 * horizontal slider
 */
#scrollbar-wrap {
	width: 498px;
	height: 19px;
	margin: 3px auto;
	padding: 0 28px;
	background: url(/img/products/scrollbar_bg.jpg) no-repeat;
	z-index: 3;
}

#scrollbar {
	position: relative;
	margin: 0;
}

#scrollbar .ui-slider-handle {
	width: 56px;
	height: 26px;
	position: absolute;
	margin-left: -28px;
	top: -2px;
	z-index: 2;
	cursor: default;
	background: url(/img/products/scrollbar_drag.png) no-repeat;
}

#scrollbar .ui-state-active,
#scrollbar .ui-state-hover {
	background: url(/img/products/scrollbar_drag_hover.png) no-repeat;
}


/**
 * product nutrition window
 */
.nutrition {
	width: 813px;
	height: 387px;
	position: absolute;
	top: 21px;
	left: 61px;
	float: left;
	z-index: 4;
	background: url(../img/products/nutrition_bg.png) no-repeat;
	font-family: "lucida grande",Tahoma, Arial, Helvetica, sans-serif;
}

.nutrition .nutrition_x {
	display: block;
	width: 41px;
	height: 42px;
	background: url(../img/products/nutrition_x.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 12px;
	cursor: pointer;
}

/* navigation tabs */
.nutrition .nutrition-nav {
	width: 438px;
	height: 57px;
	background: url(../img/products/nutrition_tabs_bg.png) no-repeat 0 0;
	position: relative;
}

.nutrition .nutrition-nav a {
	cursor: default;
	height: 40px;
	position: absolute;
	display: block;
	top: 17px;
}

.nutrition .nutrition-nav .click {
	cursor: pointer;
}

.nutrition .nutrition-nav .tab-product {
	width: 161px;
	left: 34px;
	background: url(../img/products/nutrition_tab_product_off.png) no-repeat;
}

.nutrition .product-active .tab-product {
	background: url(../img/products/nutrition_tab_product_on.png) no-repeat;
}

.nutrition .nutrition-nav span {
	display: block;
	width: 13px;
	height: 37px;
	position: absolute;
	top: 17px;
	left: 195px;
	background: url(../img/products/nutrition_tabs_spacer.png) no-repeat;
	
}

.nutrition .nutrition-nav .tab-nutrition {
	width: 166px;
	left: 208px;
	background: url(../img/products/nutrition_tab_nutrition_off.png) no-repeat;
}

.nutrition .nutrition-active .tab-nutrition {
	background: url(../img/products/nutrition_tab_nutrition_on.png) no-repeat;
}

/* content panels */
.nutrition .nutrition-content .panel {
	width: 767px;
	height: 278px;
	display: none;
	position: absolute;
	left: 43px;
	top: 87px;
}

.nutrition .nutrition-content .active {
	display: block;
}

.nutrition .nutrition-content .panel.product {
	background: url(../img/products/product_panel_bg.png) no-repeat 415px -34px;
}

.nutrition .nutrition-content div h3 {
	color: #FFF;
	font-size: 19px;
	font-weight: normal;
	width: 426px;
	float: left;
	margin: 0 0 13px 0;
}

.nutrition .nutrition-content div h3 span {
	color: #e97d0c;
}

.nutrition .nutrition-content div p {
	color: #cbcbcb;
	font-size: 13px;
	line-height: 19.5px;
	width: 426px;
	margin: 0;
	float: left;
}

.nutrition .nutrition-content div p.right {
	width: 336px;
	height: 275px;
	float: right;
	position: relative;
	top: -38px;
}

.nutrition .nutrition-content div p.right img {
	display: block;
	margin: 0 auto;
}

.nutrition .nutrition-content div.ingredients .left,
.nutrition .nutrition-content div.ingredients .left p,
.nutrition .nutrition-content div.ingredients .left h3 {
	width: 359px;
}

.nutrition .nutrition-content div.ingredients img {
	position: absolute;
	bottom: 5px;
	left: 0;
}

.nutrition .nutrition-content div.ingredients .right,
.nutrition .nutrition-content div.ingredients .right p,
.nutrition .nutrition-content div.ingredients .right h3 {
	float: right;
	width: 336px;
}

.nutrition .nutrition-content div.ingredients .right {
	position: absolute;
	top: 0;
	right: 0;
}

.nutrition .nutrition-content div.ingredients .right p {
	margin-top: 17px;
}

/* table of nutritional information  */
.nutrition table {
	margin: 0;
	width: 294px;
	float: right;
	margin-right: 40px;
}

.nutrition table th,
.nutrition table td {
	border: 0;
	text-align: right;
	width: 62px;
	height: 15px;
	padding: 0 1px;
	font-size: 12px;
}

.nutrition table th {
	color: #E97D0C;
	font-weight: normal;
}

.nutrition table td {
	color: #cbcbcb;
	background: url(../img/products/grey_box.gif) repeat-x 0 2px;
}

.nutrition table td.first {
	text-align: left;
	width: 166px;
}

.nutrition table tr.sub td {
	background: none;
}

.nutrition table tr.sub td.first {
	padding-left: 8px;
}
