﻿/* Product slideshow */
div#product-slideshow	{width:320px; float:right; height:400px; background-color:Aqua;}

/* Product info */
div.product-left				{width:360px; float:left;}
div.product-left .info			{font:11px/1.7em helvetica, arial, verdana, sans-serif; padding-top:10px;}
div.product-left .price			{font:bold 18px/1.7em helvetica, arial, verdana, sans-serif; padding-top:20px;}
div.product-left .price .fade	{font:normal 11px/1.7em helvetica, arial, verdana, sans-serif; color:#AAA; padding-top:10px;}
div.product-left .buy			{padding-top:5px; width:110px;}
div.product-left .buy .input	{font:normal 11px helvetica, arial, verdana, sans-serif; width:50px; float:left;}
div.product-left .buy .buy		{width:50px; height:20px; background:#FFF url(../gfx/buy.gif) no-repeat; border:0; float:right; cursor:pointer;}

/* Product images */
div.product-right						{width:320px; float:right;}
div.product-right .image				{width:320px; height:320px; z-index:0; position:relative;}
div.product-right .image image			{max-width:320px; max-height:320px;}
div.product-right a.arrow-right			{width:50px; height:320px; cursor:pointer; background:#FFF url(../gfx/arrow-right.png) no-repeat center left; border:0; filter:alpha(opacity=60); opacity:0.6; position:absolute; top:0%; right:0; z-index:9;}
div.product-right a.arrow-left			{width:50px; height:320px; cursor:pointer; background:#FFF url(../gfx/arrow-left.png) no-repeat center right; border:0; filter:alpha(opacity=60); opacity:0.6; position:absolute; top:0; left:0; z-index:9;}
div.product-right a.arrow-right:hover	{width:50px; height:320px; cursor:pointer; background:#FFF url(../gfx/arrow-right-over.png) no-repeat center left; border:0; filter:alpha(opacity=60); opacity:0.6; position:absolute; top:0%; right:0; z-index:9;}
div.product-right a.arrow-left:hover	{width:50px; height:320px; cursor:pointer; background:#FFF url(../gfx/arrow-left-over.png) no-repeat center right; border:0; filter:alpha(opacity=60); opacity:0.6; position:absolute; top:0; left:0; z-index:9;}
