
.tabWrapper												{ width: 355px; padding-top: 15px;}
.panel													{
background: url('../imagens/bg_tabs.png') top left no-repeat; width: 355px; height: 195px;
margin-bottom: 15px;
overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-container				{
background: url('../imagens/bg_tabs_inner.png') top left no-repeat; width: 335px; height: 155px; margin: 0 auto;
}
.jcarousel-skin-tango .jcarousel-container-horizontal	{ padding-top: 10px; width: 335px; height: 155px;  }
.jcarousel-skin-tango .jcarousel-clip-horizontal		{ width: 315px; height: 140px; margin: 0 auto; }
.jcarousel-skin-tango .jcarousel-item					{ width: 100px; height: 135px; margin: 0 3px; }
.jcarousel-skin-tango .jcarousel-item-horizontal		{  }
.jcarousel-skin-tango .jcarousel-item-placeholder		{ background: #fff; color: #000; }
.panel .ttl { font-weight: bold; text-align: center; font-size: 12px; color:#fff; padding: 7px 0; text-transform: uppercase; }

.panel ul { margin: 0 !important; padding: 0 !important; }
.panel ul li a { display: block; width: 100px; height: 135px; }
.panel ul li img { width: 100px; height: 135px; border:0; }
.panel ul li a:hover img {
opacity: .7;
filter: alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
position: absolute;
top: 70px;
right: -8px;
width: 18px;
height: 17px;
cursor: pointer;
background: url('../imagens/goRight.gif') top left no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
position: absolute;
top: 70px;
left: -8px;
width: 18px;
height: 17px;
cursor: pointer;
background: url('../imagens/goLeft.gif') top left no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover { background-position: bottom; }