body { margin: 0; padding: 0; }
img { border: 0 none; }
ul { list-style-type: none; margin: 0; padding: 0; }

.content .viewport, .content .items, .content .item, .content .item table { width: 100%; height: 100%; }
.content .viewport { overflow: hidden; }

#ad { background: url("images/300x250.jpg") no-repeat transparent; cursor: pointer;}

.navigation_content { width: 200px; height: 147px; position: absolute; top:58px; left: 51px; }
.nav_content .content { height: 147px; padding: 0 0 0 0px; }
.nav_content .content .viewport { width: 100%; height: 100%; overflow: hidden; }

.nav { display: none; }


/*(KEEP "RELATIVE" on the next line to keep tooltip functioning properly)*/

.content .items_viewport {width: 96px; height: 147px; margin-right: 6px;}
.content .item {position: relative; width: 96px; height: 100%}
.content .item .tooltip, .content .item .tooltip table {position:relative; width: 96px; height: 147px; cursor:pointer; cursor:hand;}
.content .item { font-family: Arial; font-size: 12px; line-height: 13px; font-weight: bold; color: #000;}

.content .item table { text-align: center; border-spacing: 0;}
.content .item table td { padding: 0; }
.content .item img { display: block; margin: 0 auto;}
.content .item img.highlight { }
.content .item .tooltip {  position: absolute; top: 0; left: 0; }
.content .item .tooltip { width: 93px; height: 100%; text-align: center;  line-height: 11px;  margin: 0;  padding: 5px 2px; background-color: #DADADA;  background: rgba(218, 218, 218, 0.8);}
.item_name, .item_brand, .item_price, .item_sale_price { width: 90px; text-align: center;}
.item_sale_price {margin-top: -9px;}
.item_name {padding-bottom: 9px;}

.nav_arrows { position: absolute; top: 60px; left: 0; width: 255px; }
.nav_arrows li { position: absolute; top: 0; }
.nav_arrows li.nav_previous { left: -40px; }
.nav_arrows li.nav_next { right: 16px; }
.nav_arrows li a { background: url("images/arrows.png") no-repeat 0 0 transparent; display: block; width: 24px; height: 24px; text-indent: -999em; }
.nav_arrows li.nav_previous a { background-position: 0 0; }
.nav_arrows li.nav_next a { background-position: -24px 0; }

