a img {border:none;}
/* mnCarousel_3 css */

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 590px; /* important */
	height: 51px; /* important */
	margin:0; _margin-left:9px;/*hack ie6*/	
	padding-left:1px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 531px;
	height: 51px;
	margin-left: 21px;
}
.jcarousel-skin-tango .jcarousel-item {

    width: 64px;
    height: 48px;
	border: 1px solid #666;
	background-color: #000;
	overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 5px;
	margin-top: 1px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/* nav top carros */

.jcarousel-skin-tango2 .jcarousel-container {
    -moz-border-radius: 10px;
}
.jcarousel-skin-tango2 .jcarousel-container-horizontal {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 678px; /* important */
	height: 56px; /* important */
	margin-top:2px; 	
	padding-left:1px;
}
.jcarousel-skin-tango2 .jcarousel-clip-horizontal {
	width: 678px;
	height: 56px;
	margin-left: 24px; _margin-left:0px;/*hack ie6*/
	padding-left:5px; _padding-left:32px;/*hack ie6*/
} 
.jcarousel-skin-tango2 .jcarousel-item {
    width: 68px;
    height: 48px;
	background-color: #fff;
}
.jcarousel-skin-tango2 .jcarousel-item-horizontal {
    margin-right:4px; margin-left:0px;
	margin-top: 2px;
	background:#fff;
	overflow:hidden;
}
.jcarousel-skin-tango2 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/* Horizontal Buttons */

.jcarousel-skin-tango .jcarousel-next-horizontal  {
    position: absolute;
	 z-index:10000;cursor:pointer;
    top: 0px;
    right: 0px;
    width: 26px;
    height: 51px;
    cursor: pointer;
    background:url(ex3_next.gif) no-repeat 0 0;
	float:right;margin-top:0px;
	margin-right:10px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
	 z-index:10000;cursor:pointer;
    top: 0px;
    left: 1px;
    width: 26px;
    height: 51px;
    cursor: pointer;
    background:url(ex3_previous.gif) no-repeat 0 0;
	float:left;margin-top:0px;
}

.jcarousel-skin-tango2 .jcarousel-next-horizontal  {
    position: absolute;
	 z-index:10000;cursor:pointer;
    top: 0px;
    right: 0px;
    width: 26px;
    height: 50px;
    cursor: pointer;
    background:url(ex3_next.gif) no-repeat 0 0;
	float:right;margin-top:2px;
	margin-right:3px;
	border-left:2px solid #000137;
	border-bottom:2px solid #000137;
}
.jcarousel-skin-tango2 .jcarousel-prev-horizontal {
    position: absolute;
	 z-index:10000;cursor:pointer;
    top: 0px;
    left: 0px;
    width: 26px;
    height: 50px;
    cursor: pointer;
    background:url(ex3_previous.gif) no-repeat 0 0;
	float:left;margin-top:2px;
	border-right:2px solid #000137;
	border-bottom:2px solid #000137;
}



