.clear {
clear : both;
}


.shell {
	width:980px;
	margin:0 auto;
}
.slider-container {
	background: #FFFFFF;/*CAMBIA EL FONDO DEL CUADRO EN MOVIMIENTO*/
	padding-top:11px;
}
.slider {
	position:static;
	height:330px;
	width:980px;
}
.slider-holder {
	position:absolute;
	height:300px;
	width:980px;
	overflow:hidden;
}
.slider-holder ul {
	position:relative;
	list-style:none outside none;
	overflow:hidden;
}
.slider-holder ul li, .jcarousel-container, .jcarousel-clip {
	position:relative;
	height:311px;
	width:950px;
}
.slider-prev, .slider-next {
	position:absolute;
	top:136px;
	display:block;
	width:18px;
	height:27px;
}
.slider-prev {
	left:28px;
	background:url(css/images/prev.png) no-repeat 0 0;
}
.slider-next {
	right:28px;
	background:url(css/images/next.png) no-repeat 0 0;
}
.slider-nav {
	position:absolute;
	bottom:10px;
	right:26px;
	display:block;
}
.slider-nav ul {
	list-style:none;
}
.slider-nav ul li {
	float:left;
	display:inline;
	width:33px;
	height:32px;
	margin-right:2px;
}
.slider-nav ul li a {
	display:block;
	height:32px;
	background-color:#252626;
	font-size:18px;
	text-align:center;
	line-height:31px;
	color:#fff;
	text-decoration:none;
}
.slider-nav ul li a:hover, .slider-nav ul li a.active {
	background-color:#ffcb05;
	color:#000;
}
.notext {
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}
