/*
	Slideshow
*/

#slides {
	background: url(http://ebcusa.com/uploads/ebc/images/slider-bottom.png) no-repeat bottom;
	height: 235px;
}
#slides h1 {
color: #ffffff;
font: 2.6em Georgia, "Times New Roman", Times, serif;
margin: 0 0 5px 0;

}
#slides p {
color: #ffffff;
font: 1.07em Arial, sans-serif;
}
#slides a {
color: #ffffff;
font: 1.07em Georgia,  "Times New Roman", sans-serif;
font-style:italic;
	font-weight: bold;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:900px;
	overflow:hidden;
	position:relative;
	display:none;
	z-index: 100;
	height: 235px;

}

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

.slides_container div.slide {
	width:900px;
	height:225px;
	display:block;
	overflow: hidden;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	position: relative;
	top: -42px;
	left: 280px;
	width:100px;
	z-index: 101;
}

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

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

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

/*
	Caption
*/

.caption {
	position:absolute;
	top: 0px;
	left:0;
	height:200px;
	padding:10px 20px 0 20px;
	width:340px;
	line-height:1.33;
	color:#ffffff;
	text-shadow:none;
}