﻿
h3 
{
  
	padding: 28px 0 2px 32px;
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.carousel 
{
    width: 669px;
    position: relative;
    background: url(../images/common/grey-bg.png) repeat;
    padding: 4px 22px 4px 22px;
	overflow: hidden;
}
.carousel-inner 
{
    width: 666px;    
    overflow: hidden;
}
.wrp 
{
    position: relative;
    left: 0px;
}
.wrp td 
{
    
    width: 129px;
    margin-right: 19px;
    cursor: pointer;
    padding-right: 8px;
}
.wrp td img 
{
    border: 1px solid #000;
}
.wrp td  
{
    font-size: 11px;
    line-height: 12px;
    
    text-transform: uppercase;
}
.wrp a 
{
    text-decoration: none;
}
.arrow 
{
    position: absolute;
    top: 4px;
    width: 22px;
    height: 183px;
    overflow: hidden;
    text-indent: -9000px;
	z-index: 50;
}
.arrow-1, .arrow-3 
{
    left: 0px;
    background: url(../images/category/arrow-left.png) center center no-repeat;
}
.arrow-2, .arrow-4 
{
    right: 0px;
    background: url(../images/category/arrow-right.png)  center center no-repeat;
}

