/*--------------------------------------------------------------
#   Haze Design  //  www.byHaze.com
# --------------------------------------------------------------
# HAZE DESIGN - 03 Enero 2009
# Copyright (C) 2009 Haze Design. Todos Los Derechos Reservados.
# Licencia: Comercial
# Autor: Matias Karstegl - Haze Design Studio
# Web: http://www.byhaze.com
# --------------------------------------------------------------
# 
# Hotel Kunza - Momentos Unicos, Contrastes Unicos.
# 
---------------------------------------------------------------*/

/* Content Slider */
#ja-contentsliderwrap {
	margin: 0 0 20px 0;
	padding: 0;
}

#ja-contentslider {
	margin: 0;
	padding: 0 0 35px;
	overflow: hidden;
	width: auto !important;
	width: 100%;
	position: relative;
}

#ja-contentsliderwrap div.moduletable {
	margin: 0;
	padding: 0 !important;
}

/* Content Slider Center */
#ja-contentslider-center {
	margin: 0;
	padding: 0;
	float: left;
}

div.ja_slidetitle {
	text-align: center;
}

div.ja_slidetitle a {
	font-weight: bold;
}

div.ja_slideimages {
}

#ja-contentsliderwrap .ja_slideintro {
	padding: 10px 5px 0;
}

div.ja-slidereadmore {
	margin: 10px 0 0;
}

#ja-contentslider-center span {
	width: 140px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#ja-contentslider-center img {
	margin: 0;
	overflow: hidden;
}

div.ja_slideintro {
	margin-left: 13px;
}

/* Left + right */
#ja-contentslider-left,
#ja-contentslider-right {
	bottom: 0;
	position: absolute;
}

#ja-contentslider-left {
	right: 145px;
}

#ja-contentslider-right {
	right: 75px;
display:none;
}

#ja-contentslider-left img,
#ja-contentslider-right img {
	padding: 0;
	position: absolute;
	right: 8px;
	bottom:0;
	border: none;
	display:none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

div.content_element {position:absolute;left:-999em;}
