#carousel, .recursos_carousel {
	position: relative;
	border-bottom: 1px dotted #666;
	background: url(../gfx/carousel_glow.png) no-repeat 0 100%;
	display: block;
}
#carousel h2, .recursos_carousel h2 {
	width: 204px;
	height: 26px;
	display: block;
	text-align: center;
	color: #BADBE3;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: -1px;
	left: 50%;
	font-weight: bold;
	margin-left: -102px;
	background: url(../gfx/curv-tab.png) no-repeat 0 0;
	line-height: 26px;
}

body#blog #mycarousel .servicios_box h3{
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	margin: 0;
}
body#blog #mycarousel .servicios_box .date {
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #999;
	display: block;
	margin: 0 0 10px 0;
}
body#blog #mycarousel .servicios_box p {
	font-size: 11px;
	color: #ccc;
	line-height: 16px;
}
#outter_content .recursos_carousel ul .servicios_box p {
	font-size: 11px;
	color: #ccc;
	line-height: 16px;
	margin: 0 0 10px 0;
}


#mycarousel .servicios_box h3, .recursos_carousel ul .servicios_box h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

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

#mycarousel .servicios_box .serv_icon {
	display: block;
	float: left;
	margin: 0 15px 90px 0;
}

body#blog #mycarousel .btn_morelink {
	margin: 0;
}
.recursos_carousel ul .servicios_box .btn_morelink {
	display: block;
	width: 65px;
	height: 22px;
	text-indent: -999em;
	background: url(../gfx/btn_morelink.png) no-repeat 0 0;
	margin: 0;
}
#mycarousel .btn_morelink {
	display: block;
	width: 65px;
	height: 22px;
	text-indent: -999em;
	background: url(../gfx/btn_morelink.png) no-repeat 0 0;
	margin: 0 0 0 60px;
}
#mycarousel .btn_morelink:hover, .recursos_carousel ul .servicios_box .btn_morelink:hover {
	background-position: 0 -22px;	
}

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