#carousel {
	width: 980px;
	height: 326px;
	position: relative;
	background: url(../images/bg_carousel.png);
	display: block;
}
#carousel h2 {

}

#mycarousel .servicios_box {
	position: relative;	
}

#mycarousel .servicios_box h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
#mycarousel .servicios_box .carousel_image {
	padding: 5px;
	background: #000;
	border: 1px solid #444;
	margin: 0 0 10px 0;
}
#mycarousel .servicios_box .carousel_category {
	font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #888;
	display: block;
	margin: 0 0 15px 0;
}
#mycarousel .servicios_box .carousel_category strong {
	color: #fff;	
	font-weight: normal;
}

#mycarousel .servicios_box p {
	font-size: 11px;
	line-height: 16px;
	color: #ccc;
	margin: 0 0 10px 0;
}

#mycarousel .servicios_box .tour_image {
	margin: 0 0 10px 0;
}

#mycarousel .btn_morelink {
	background: url(../images/btn-reserve.png);
	width: 122px;
	height: 24px;
	text-indent: -9999px;
	display: block;
}
#mycarousel .btn_morelink:hover, .recursos_carousel ul .servicios_box .btn_morelink:hover {
	background-position: 0 -24px;	
}

#mycarousel .servicios_box .carousel_price {
	display: block;
	width: 120px;
	height: 97px;
	background: url(../images/special_price.png) no-repeat 0 0;
	position: absolute;
	top: 5px;
	right: -15px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 97px;
	font-size: 35px;
	z-index: 9999;
}

#mycarousel #weekly_specials h2 {
	height: 30px;
	width: 185px;
	display: block;
	text-indent: -999em;
	background: url(../images/special_weeklytitle.png) no-repeat 0 0;
	margin: 0 0 5px 0;
	
} 
#mycarousel #group_discount h2 {
	height: 30px;
	width: 201px;
	display: block;
	text-indent: -999em;
	background: url(../images/special_groupdiscount.png) no-repeat 0 0;
	margin: 0 0 5px 0;
} 

#mycarousel #leader_incentives h2 {
	height: 30px;
	width: 267px;
	display: block;
	text-indent: -999em;
	background: url(../images/special_incentive_title.png) no-repeat 0 0;
	margin: 0 0 5px 0;
} 

#mycarousel  #group_discount .btn_morelink {
	background: url(../images/btn_contact.png);
	width: 112px;
	height: 24px;
	text-indent: -9999px;
	display: block;
}
#mycarousel  #group_discount .btn_morelink:hover {
	background-position: 0 -24px;
}

#mycarousel  #leader_incentives .btn_morelink {
	background: url(../images/btn_contact.png);
	width: 112px;
	height: 24px;
	text-indent: -9999px;
	display: block;
}
#mycarousel  #leader_incentives .btn_morelink:hover {
	background-position: 0  -24px;
}

/**
 * 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: 260px;
    height: 160px;
}


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

