.yui-carousel-content {
	margin:0 auto;
	padding:0 0 10px 0;
	width:640px;
}

/* ---- */

.yui-carousel-nav {
	background:none !important;
	padding: 0 3px !important;
}

	.yui-carousel-nav ul {
		margin:0 10px 0 0 !important;
		padding:0;
	}
	
	.yui-carousel-nav #span_1, 
	.yui-carousel-nav #span_2 {
		position:absolute;
		outline:0;
		width:23px;
		height:23px;
		margin:0;
		padding:0;
	}
	
	.yui-carousel-nav #span_1 {
		top:68px;
		left:10px;
		background-position:-8px -548px;
	}
	
	.yui-carousel-nav #span_2 {
		top:68px;
		right:10px;
		background-position:-8px -598px;
	}
	

/* ---- */

.yui-carousel-element li {
	text-align:left;
}

/* ---- */

#container {
	width:690px !important;
	margin:0 auto;
	border:0;
}
	
	#container a {
		text-decoration:none;
	}
	
	#container li img {
		border:0;
	}
	
	#container .intro {
		display:inline;
		margin:0px 14px 0px 4px;
		width:202px;
	}
	
	#container .item {
		position:relative;
		display:inline;
		width:176px; /* 196 - (10 + 10) */
		height:111px; /* 121 - (5 + 5) */
		margin:0 5px 0 5px;
		padding:5px 10px;
		overflow:hidden;
		border:0;
		background:url(../../images/home_oferta_bg.jpg) center center no-repeat;
	}
	
	/* ---- */
	
	#container .item div {
		width:176px;
		height:93px;
		overflow:hidden;
	}
	
	#container .item h4 {
		color:#687AAD;
		font-size:1.4em;
		font-weight:normal;
		padding-bottom:2px;
	}
	
	/* ---- */
	
	#container .item p {
		color:#666;
	}
	
	/* ---- */
	
	#container .item a {
		width:176px;
		color:#4C0257;
		display:block;
		text-align:right;
	}