#slides {
  position:absolute;
  height: 242px;
  background-image: url(/images/slidesbg.png);
  top: 230px;
  width: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:700px;
	height:242px;
	overflow:hidden;
	position:relative;
	display:none;
	margin-left:auto;
	margin-right:auto;

}
/*
	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:10px 60px 10px 60px;*/
	width:700px;
	margin:0px auto;
	display:block;
/*	background-image: url(/images/house.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:50px;
*/
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
  position: absolute;
  top: 90px;
  display: block;
  z-index: 101;
}

#slides .prev {
  left: 0px;

}
#slides .next {
	right:0px;
}

/*
	Pagination
*/

.pagination {
	margin:15px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:13px;
/*	background-image:url(/images_web/pagination.png);*/
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -13px;
}


#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}

#slide1, #slide2, #slide3 {
	font-family:georgia;
	font-size:36px;
	color:#66392c;

	}

	