
#sldeshow-main {
	width:598px;
    height: 361px; 
	float:left; 
    margin-top: -81px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

#sldeshow-main ul {
	margin:0; 
	padding:0; 
	width:598px;
}

#sldeshow-main li {
	width:598px; 
	height:361px; 
	display:none;
	position:relative;
}

#sldeshow-main a {
	width:598px; 
	height:361px; 
    float: left;
    text-align: center;
    
}

#sldeshow-main li.active {
	display:block !important;
}

#sldeshow-main li span.opacity {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:49px;
	background:#000;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
	z-index:500;
}

#sldeshow-main li span.content {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:49px;
	z-index:1000;
    
}

#sldeshow-main li span.content p {
    height: 570px;
    height: 19px;
    line-height: 19px;
    font-family: Trebuchet MS;
	font-size:14px;
    font-weight: bold;
	margin:16px 0 0 13px;
	color:#fff;
    text-align: left;
}

/**/
#sldeshow-carousel {
	float:left; 
	width:598px;
	position:relative;
    z-index: 999;
}

#sldeshow-carousel ul {
	margin:0; 
	padding:0;
	list-style:none;
}

#sldeshow-carousel li {
	background:#fff; 
	height:62px; 
	position:relative;
}

#sldeshow-carousel li .arrow {
	left:40px; 
	top:50px; 
	position:absolute; 
	width:24px; 
	height:12px; 
	background:url(../images/png/arrow-slide-turismo.png) no-repeat 0 0; 
	display:block;
}

#sldeshow-carousel li a {
	background:#000; 
	display:block; 
	width:103px; 
	height:62px;
    text-align: center;
    overflow: hidden;
}

#sldeshow-carousel .active {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity: 1.0; 
	opacity: 1.0;
    border: 1px solid red;
}

#sldeshow-carousel .faded {
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}


/**/

.jcarousel-skin-tango5 .jcarousel-container-horizontal {
    width: 598px;
    height: 81px;
    padding: 0;    
    background: url(../images/png/transparent-bg.png) repeat;
    position: relative;
    z-index: 999;
}


.jcarousel-skin-tango5 .jcarousel-clip-horizontal {
    width:  534px;
    height: 70px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    margin: 0px 0 0 32px;
    top: 5px;
}

.jcarousel-skin-tango5 .jcarousel-item {
    width: 103px;
    height: 62px;
    border: 1px solid #fff;
}

.jcarousel-skin-tango5 .jcarousel-item-horizontal {
    margin-bottom: 0px;
    margin-left: 17px;
    margin-right: 9px;
    margin-top: 3px;
}

.jcarousel-skin-tango5 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango5 .jcarousel-next-horizontal {
    position: absolute;
    bottom: 9px;
    right: 10px;
    top: 27px;
    width: 12px;
    height: 24px;
    cursor: pointer;
    background: transparent url(../images/png/arrow-turismo.png) no-repeat -12px 0;
}


.jcarousel-skin-tango5 .jcarousel-next-horizontal:hover {
    background-position: -12px -24px;
}

.jcarousel-skin-tango5 .jcarousel-next-horizontal:active {
    background-position: -12px 0px;
}

.jcarousel-skin-tango5 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango5 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango5 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -12px 0px;
}

.jcarousel-skin-tango5 .jcarousel-prev-horizontal {
    position: absolute;
    top: 27px;
    left: 10px;
    width: 12px;
    height: 24px;
    cursor: pointer;
    background: transparent url(../images/png/arrow-turismo.png) no-repeat 0 0;
}

.jcarousel-skin-tango5 .jcarousel-prev-horizontal:hover {
    background-position: 0 -24px;
}

.jcarousel-skin-tango5 .jcarousel-prev-horizontal:active {
    background-position: 0 0px;
}

.jcarousel-skin-tango5 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango5 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango5 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0px;
}

/******/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.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: 75px;
    height: 75px;
}

/**
 * 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;
}
