@charset "utf-8";
/* CSS Document */
#banner-fade{
	width:729px;
	float:left;
	position:relative;
	}
ul.bjqs{
	position:relative; 
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden; 
	display:none;
	float:left;
	z-index:10;
	}
li.bjqs-slide{
	position:absolute; 
	display:none;
	}
ul.bjqs-controls{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
	}
ul.bjqs-controls.v-centered li a{
	position:absolute;
	}
ul.bjqs-controls.v-centered li.bjqs-next a{
	width:56px;
	height:54px;
	position:absolute;
	margin-top:110px;
	z-index:102;
	right:250px;
	}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{
	}
ul.bjqs-controls.v-centered li.bjqs-prev a{
	width:56px;
	height:54px;
	position:absolute;
	margin-top:110px;
	z-index:102;
	right:315px;
	}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{
	}
ol.bjqs-markers{
	list-style: none; 
	padding: 0; 
	margin: 0; 
	}
ol.bjqs-markers.h-centered{
	text-align: center;
	position:absolute;
	bottom:15px;
	z-index:20;
	margin-left:-205px;
	}
ol.bjqs-markers li{ 
	float:left;
	margin:0 2px;
	} 
ol.bjqs-markers li a{
	display:block;
	width:54px;
	height:0;
	padding-top:15px;
	background-position:0 0;
	float:left;
	background-image:url(../img/pagination.png);
	overflow:hidden;
	}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background-position:-53px 0;
	}
p.bjqs-caption{
	display:block;
	width:96%;  
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0; 
	}
.foto{
	float:left;
	position:relative;
	}
.caption{
	position:absolute;
	bottom:0px;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../img/caption.png);
	}
.caption h1{
	text-align:right;
	color:#fff;
	font-size:32px;
	margin-right:15px;
	font-weight:normal;
	font-family:"Gudea";
	}
.caption p{
	font-family:"Miso";
	color:#ffdd93;
	text-align:right;
	font-size:28px;
	margin-right:15px;
	}
/**/
#makeMeScrollable{
	width:100%;
	height: 235px;
	position: relative;
	float:left;
	}
#makeMeScrollable div.scrollableArea img{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border:solid 3px #FFFFFF;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
/* Invisible left hotspot */
div.scrollingHotSpotLeft{
	min-width: 57px;
	height: 35px;
	background-repeat:no-repeat;
	position: absolute;
	z-index:80;
	left: 0;
	cursor:pointer;
    top:9px;
	}
/* Visible left hotspot */
div.scrollingHotSpotLeftVisible{
	}
/* Invisible right hotspot */
div.scrollingHotSpotRight{
	min-width: 59px;
    height:36px;
	background-repeat:no-repeat;
	position: absolute;
	z-index: 200;
	left: 60px;
	cursor:pointer;
	top:9px
	}
/* Visible right hotspot */
div.scrollingHotSpotRightVisible{
	}
div.scrollWrapper{
	min-width:450px;
	position: relative;
	overflow: hidden;
	height: 100%;
	}
div.scrollableArea{
	width: 960px;
	position: relative;
    height:100px;
	}
.carousel{
	float:left;
	position:relative;
	width:475px;
	margin-top:75px;
	margin-left:30px;
	height:245px;
	}
.prev{
	background-image:url(../img/prev.png);
	width:35px;
	height:35px;
	position:absolute;
	right:130px;
	z-index:100;
	top:0px;
	}
.prev:hover{
	background-image:url(../img/prev-h.png);
	}
.next{
	background-image:url(../img/next.png);
	width:35px;
	height:35px;
	position:absolute;
	right:90px;
	top:0px;
	z-index:100;
	}
.next:hover{
	background-image:url(../img/next-h.png);
	}
.carousel ul li{
	float:left;
	position:relative;
	width:475px;
	height:245px;
	margin-right:60px;
	}
.carousel h1{
	font-size:36px;
	font-weight:normal;
	font-family: 'chaletmedium';
	}
.carousel p{
	margin-top:30px;
	font-size:14px;
	color:#746e5b;
	font-family:"Canadian";
	line-height:18px;
	}