﻿#content 
{
    background: none;
    margin-top: 12px;
}
header 
{
    margin-top: 6%;
}
#carousel-inner 
{
	position: relative;
	
    width: 679px;
    overflow: hidden;
    padding: 5px 0 0 0;
}
#carousel 
{
    background: url(../images/common/grey-bg.png) repeat;
    padding: 0 23px;
    width: 679px;
    position: relative;
}
#carousel table 
{
    position: relative;
    left: 0px;
}
#content
{
    min-height: 300px;
}
.swatches
{
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: none;
}
.swatches img 
{
    margin-left: 2px;
    width: 12px;
    height: 12px;
}
td
{
   
    width: 167px;
    vertical-align: bottom;
}
td div
{   
    height: 192px;
    padding: 2px !important;
    background: #000;
    margin-right: 3px;
    position: relative;
}

.prod img 
{
    vertical-align: top;
    height: 192px;
    width: 163px;
}
.selected div
{
    border: 2px solid #fff;
    padding: 0px !important;
}
h3 
{
    font-size: 14px;
    text-transform: uppercase;
    margin: 7px 0 6px 0;
    letter-spacing: 1px;
    font-weight: normal;
}
.arrow 
{
    position: absolute;
    top: 7px;
    width: 23px;
    height: 192px;
    overflow: hidden;
    text-indent: -9000px;
}
.arrow-1 
{
    left: 0px;
    background: url(../images/category/arrow-left.png) center center no-repeat;
}
.arrow-2 
{
    right: 0px;
    background: url(../images/category/arrow-right.png)  center center no-repeat;
}


