

#container {
	width:1000px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}



#example {
	width:1000px;
	height:345px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:0px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:1000px;
	height:335px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:20px;
	width:980px;
	height:230px;
	display:block;
}


/*
	Pagination
*/

.pagination {
	margin:20px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}




/*
	Slider style
*/
.img-house {
	float: left;
	padding-left: 40px;
}
.txt-house {
	margin: 150px 0 0 450px;
}
.title-slider {
	font-size: 26px;
	font-weight: 300;
}
.title-slider a {
	text-decoration: none;
	color: #444;
}
.title-slider a:hover {
	text-decoration: underline;
}
.txt-house p {
	font-size: 14px;
	background: #6cd1f9;
	display: inline;
	line-height: 20px;
}
.img-wall {
	float: right;
	padding: 0 80px 0 0;
}
.txt-wall {
	float: left;
	text-align: right;
	width: 460px;
	margin: 80px 0 0 0;
}
.txt-wall p {
	font-size: 14px;
	background: #F2848B;
	display: inline;
	line-height: 20px;
}
.img-earth {
	float: left;
	padding-left: 40px;
}
.txt-earth {
	margin: 40px 0 0 420px;
	width: 480px;
}
.txt-earth p {
	font-size: 14px;
	background: #5adb6e;
	display: inline;
	line-height: 20px;
}




















