#wrapSlider {
	position: relative;
	width: 645px;
	_width:625px;
	border-top:4px solid #c40001;
	background-image:url(../imagenes/fondo_novedades_slide.png);
	background-color:#FFF;
	background-repeat:repeat-x;
	padding:3px;
}

#titleSlider{
	_width:638px;
	color:#FFF;
	font-size:17px;
	padding-left:7px;
	padding-top:7px;
	padding-bottom:5px;
	margin-bottom:10px;
}

#showSlider {
	margin-left: 20px;
	
}

#prevBtn {
	background: transparent url('../images/prevbtn.png') 0 0 no-repeat;
	cursor: pointer;
	display: block;
	height: 44px;
	left: 0;
	position: absolute;
	top: 185px;
	text-indent: -9999px;
	width: 44px;
	z-index: 10;
}

#nextBtn {
	background: transparent url('../images/nextbtn.png') 0 0 no-repeat;
	cursor: pointer;
	display: block;
	height: 44px;
	position: absolute;
	right: 0;
	top: 185px;
	text-indent: -9999px;
	width: 44px;
	z-index: 10;
}
/* ----- end centerHeader ----- */

#noticia-novedad  ul{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

#noticia-novedad li {
	width:565px;
	_width:525px;
	padding:20px;
}

