body{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100%;
	height: 100%;
	width: 100%;
}

::selection{
	background: #fff;
	color: #000;
}

ul, ol{
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
}

/*----------------------------------------------------------------------------------------------------*/
header{
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	margin: 60px 0 0 60px;
	background-color: #fff;
	opacity: 0.7;
	/* IE 5-7 */
	filter: alpha(opacity=70);
}



/*----------------------------------------------------------------------------------------------------*/

#main{
	width: 100%;
	height: 100%;
	text-decoration: none;
	/*background-color: #000;*/
}

.slideshowLoading{
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	/*display: none;*/

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slideshowContainer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*background-color:#9FF;*/
}

.imageContainer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slideshowItem{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*display: none;*/
}

.prevButton{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	margin-top: -30px;
	padding-left: 30px;
	cursor: pointer;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nextButton{
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	margin-top: -30px;
	padding-right: 30px;
	cursor: pointer;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/*----------------------------------------------------------------------------------------------------*/
footer{
	position: fixed;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;

	/*-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;*/
}

.backgroundFooter{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
	/* IE 5-7 */
	filter: alpha(opacity=70);
	cursor: pointer;
}

.contentFooter{
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0 0 54px;
	font-family: "goudy_oldstyle_stdregular";
	font-size: 11px;
	color: #524b31;
	letter-spacing: 3px;
	/*font-weight: bold;*/
	line-height: 18px;
}

.pointerFooter{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -31px;
	cursor: pointer;
	/*background-color: #f00;*/
}

a:link, a:visited, a:hover, a:active {
	color: #524b31;
	text-decoration: none;
}

a img{
	border: none;
}

.email {
	display: block;
}


/*----------------------------------------------------------------------------------------------------*/
/* iPad portrait */
@media only screen and (max-width: 800px) and (orientation: portrait) {
	header{
		margin: 0;
		width: 100%;
		/*background-color: #f00;*/
	}

	.prevButton, .nextButton{
		top: 60%;
	}

	footer{
		top: 0;
		left: 0;
		height: 124px;
		/*background-color: #ccc;*/
	}

	.pointerFooter, .backgroundFooter{
		display: none;
	}

	.contentFooter{
		position: absolute;
		left: auto;
		right: 0;
		top: auto;
		bottom: 0;
		height: 45px;
		padding: 0 10px 0 0;
		letter-spacing: 3px;
		line-height: 20px;
		font-size: 12px;
		/*background-color: #0cc;*/
	}
	
	.tlf{
		float: left;
	}

	.email {
		display: inline;
		float: right;
	}
}


/* Mobile portrait */
@media only screen and (max-width: 600px) and (orientation: portrait) {
	header{
		margin: 0;
		width: 100%;
		text-align: center;
	}

	header img{
		height: 80px;
	}

	.prevButton{
		padding-left: 10px;
	}

	.nextButton{
		padding-right: 10px;
	}

	.prevButton img, .nextButton img{
		width: 40px;
		height: 40px;
	}

	.prevButton, .nextButton{
		margin-top: -20px;
	}

	footer{
		top: auto;
		left: 0;
		bottom: 0;
		height: 65px;
		background-color: #fff;
		opacity: 0.7;
		/* IE 5-7 */
		filter: alpha(opacity=70);
	}

	.email {
		display: inline;
	}

	.pointerFooter, .backgroundFooter{
		display: none;
	}

	.contentFooter{
		right: auto;
		padding: 5px 0 0 20px;
		line-height: 14px;
		letter-spacing: 1.8px;
		font-size: 11px;
	}

}


/* Mobile landscape */
@media only screen and (max-width : 650px) and (orientation: landscape) {
	header{
		display: none;
	}

	.prevButton{
		padding-left: 10px;
	}

	.nextButton{
		padding-right: 10px;
	}

	.prevButton img, .nextButton img{
		width: 40px;
		height: 40px;
	}

	.prevButton, .nextButton{
		margin-top: -20px;
	}

	footer{
		display: none;
	}

}
