body			{ background:#000000; background-color:#000000; color:#ffffff; font-size:14px; line-height:30px;}

.content1 h1		{ float:left; display:inline-block; width:125px;}
.content1 p			{ float:right; display:inline-block; width:550px; margin-top:-10px;}
.content1 h3		{ border:0px;}
.content2 h2		{ border:0px; color:rgb( 180, 163, 139 );}
.content2 h3		{ border:0px; color:rgb( 180, 163, 139 );}
	
.content1 {	width: 800px;	height: 300px;	margin: 0px 0 0 -400px;	position: absolute;		left: 50%;}
.content2 {	width: 800px;	height: 300px;	margin: 115px 0 0 -400px;	position: absolute;		left: 50%;}

#swipe {
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: 6;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 6;

}






	
#outer {
	width: 100%;
	height: 100%;
	min-width: 800px;
	min-height: 400px;
	position: relative;
}
#inner {
	width: 800px;
	height: 300px;
	margin: -150px 0 0 -400px;
	position: absolute;
	top: 50%;
	left: 50%;
}
#inner:after {
	content: url( images/shadow.png );
	opacity: 0.5;
	position: absolute;
	bottom: -50px;
	left: 70px;
}
.carousel {
	width: 400px;
	height: 300px;
	overflow: hidden;
	float: left;
}
.carousel img {
	display: block;
	float: left;
}
#carousel-txt {
	height: 30px;
	position: absolute;
	top: 135px;
	right: 0;
	z-index: 2;
}
#carousel-txt h3 {
	text-shadow: 0 2px 5px rgb( 180, 163, 139 );
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	width: 200px;
	padding-right:200px;
	min-height: 60px;
	padding-left: 30px;
	margin: 0;
	float: left;
	border:0px;
}
#overlay {
	background: rgba( 180, 163, 139, 0.8 );
	width: 400px;
	height: 300px;
	position: absolute;
	top: 0;
	right: 0;
}
#prev,
#next {
	background: rgb( 180, 163, 139 );
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 4;
}
#prev {
	right: 50px;
}
#next {
	right: 0;
}
#prev:hover {
	text-indent: -5px;				
}
#next:hover {
	text-indent: 5px;
}	