/* CSS Document */
html > body #content #carrusel{
	margin-top:10px;
	/*border:1px solid #000;*/
	position:relative;
}
#content #carrusel{
	width:560px;
	height:220px;
	overflow:hidden;
	padding:0px;
	margin:0 auto;
	position:relative;
	margin-top:30px;*/
}

	#content #carrusel .panel{
		position:relative;
		width:550px;
		height:150px;
		margin:5px;
		padding:0 0 0 20px;
		text-align:center;
		display:block;
	}
	
	#content #carrusel #offer-header{
		background:url(../images/ico-offers.jpg) no-repeat top left #ef2d24;
		height:auto;
		padding:10px;
	}
		#content #carrusel #offer-header h4{
			color:#fff;
			margin-left:25px;	
			font-weight:bold;
		}
		#content #carrusel #offer-header p{
			color:#fff;
			margin-left:25px;
			text-align:justify;
			
		}
			html > body #content #carrusel .offers-list li.offer-item{
				margin-right:30px;
			}
							
			#content #carrusel .offers-list li.offer-item{
				float:left;
				width:150px;
				height:130px;
				margin-top:10px;
				margin-right:10px;
			}
							
				#content #carrusel .offers-list li.offer-item h5{
					background:url(../images/bullet_offers.jpg) no-repeat top left;
					margin-top:5px;
					/*padding-left:25px;*/
					text-align:left;
					font-size:80%;
					font-weight:bold;
					color:#ff911a;/*#0478c5*/
					text-align:center;
				}
			#content #carrusel #offer-header a{ color:#fff;}

	/*-- NAVEGACION --*/
	#content #carrusel #navegacion{
		/*position:relative;*/
		position:absolute;
		left:20px;
		height:30px;
		text-align:left;
		/*margin:55px 0 10px 0;/*35*/
		/*top:-400px;*/
		/*width:530px;*/
		top:156px;
		padding:0 0 10px 0;

	}
	#content #carrusel #navegacion #anterior{
		margin:0px;
		padding:0px;
		position:relative;
		background-color:#00FF00;
		left:10px;
	}
	#content #carrusel #navegacion #siguiente{
		margin:0px;
		padding:0px;
		position:relative;
		left:475px;
	}
		#content #carrusel #navegacion img:hover{
			cursor:pointer;
		}

