/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	width: 775px;
    padding: 20px 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 172px;
    height: 335px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* SKIN */

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  718px;
    height: 360px;
	margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 172px;
    height: 335px;
}

.jcarousel-skin-tango .jcarousel-item p.colecao {
	color: #666;
	font-weight: normal !important;
	font-size: 10px !important;
	text-decoration: none
}

.jcarousel-skin-tango .jcarousel-item p.cor {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.jcarousel-skin-tango .jcarousel-item p.nomeCamisa {
	color: #999;
	display:block;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.jcarousel-skin-tango .jcarousel-item div.verso,
.jcarousel-skin-tango .jcarousel-item div.frente {
	background: url(../imgs/bg_listProdutos.png) no-repeat top left;
	height: 128px;
	margin: 0 0 10px 0;
	padding: 12px 5px 0 5px;
	width: 162px;
	text-align: center;
}

.jcarousel-skin-tango .jcarousel-item div.verso a,
.jcarousel-skin-tango .jcarousel-item div.frente a {
	position: relative;
	width: 100px;
	height: 117px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}


.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 153px;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../imgs/bt_next.gif) no-repeat top left;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
    cursor: default;
    background: none;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: top left;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: bottom left;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 153px;
    left: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../imgs/bt_prev.gif) no-repeat top left;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
    cursor: default;
	background: none;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: bottom left;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: top left;
}