#bookingFormContainer {
	margin-left: 	15px;
}

#oferts {
	width: 			463px;
	position: 		absolute;
	right: 			5px;
	top:			0;
}

#currentOfert h1 {
	font-size: 		1em;
	height: 		35px;
	line-height: 	35px;
	display: inline;
	
}
#title {
	position: absolute;
	display: inline;
	right: 40px;
	margin-top: 10px;
	color:	#877764;
	background: 	url("images/oferts_triangulo.png") no-repeat;
	padding-left: 9px;
	width: 			300px;
	white-space: 	nowrap;
	overflow: 		hidden;
	font-size: 		.8em;
}
#currentOfert .date {
	position: 		absolute;
	right: 			15px;
	top:			13px;
}

#currentOfert img {
	float: 			left;
	padding: 		10px;
	display: 		block;
}

#currentOfert {
	position:		relative;	
	width: 			448px;
	height: 		435px;
	padding:		0px 0px 0px 30px;
	background: 	url("images/oferta_background.png") no-repeat;
	overflow: 		hidden;
}

.ofertContent {
	margin-top:	10px;
	margin-right: 	30px;
	height: 		225px;
}

.ofertContent .text {
	padding-bottom: 10px;
	width: 			370px;
}

.ofertContent .scroller {
	height: 		220px;
	width: 			400px;
}

#ofertsList {
	width: 				452px;
	height: 			169px;
	background: 		url("images/oferts_list_background.png") no-repeat;
	margin-top: 		3px;
}


#ofertsList a {
	color:				#877764;
	text-decoration: 	none;
	position: 			relative;
	display: 			block;
	margin-right: 		20px;
	overflow: 			hidden;
	float: 				left;
	margin-left: 		30px;
}

#ofertsList li.selected a, #ofertsList li.selected span, #ofertsList a:hover	 {
	color:				#533d32;	
}

#ofertsList li {
	height: 			33px;
	line-height:		33px;
}

#oferts .bottom {
	width: 				452px;
	height: 			34px;
	background: 		url("images/newsFooter.png") no-repeat;
	position: 			absolute;
	right: 15px;
}

#oferts .bottom a { 
	padding-left: 	15px;
	/*background: 	url("images/newArrow.png") no-repeat left center;*/
	position: 		absolute;
	text-decoration: none;
	color:			#3b3030;
	font-size: 		.9em;
}
.ofertContent .text{
	padding-right: 10px;
	padding-top: 5px;
}

#prevOferts {
	top:			8px;
	left:			100px;
	width: 100px;
	height:19px;
	background: 	url("images/newArrow_arriba.png") no-repeat left center;
}

#oferts .bottom #nextOferts {
	padding-left: 	0px;
	padding-right:	15px;
	top:			8px;
	right:			100px;
	background: 	url("images/newArrow.png") no-repeat right center;
}
#ofertImg{
	height: 154px;
	width: 403px;
	overflow: hidden;
}
#ofertImg img{
	height: 154px;
	width: 403px;
	overflow: hidden;
}