/* Easy Slider */

	#slide_container {
	background-image:url(../images/bg_slides.jpg);
	background-repeat:no-repeat;
	height:253px;
	width:641px;
	position:relative;
	overflow:hidden;
}
#slider {
	width:550px;
	margin:0 auto;
	padding:10px 0px 10px 0px;
	position:relative;
	height:200px;
}
#slider h1, #slider h2, #slider h3, #slider h4, #slider h5, #slider h6 {
	color:#fff;
}
#slider li, #slider p {
	color:#fff;
}
#slider a, #slider a:visited {
	text-decoration:underline;
	color:#fff;
}
#slider a:hover {
	text-decoration:none;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:550px;
	height:200px;
	overflow:hidden;
	position: relative;
}
#slider li h3 {
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 12px;
	padding: 0 5px;
	filter:alpha(opacity=60);
  	opacity:0.6;
}
#prevBtn, #nextBtn {
	display:block;
	width:14px;
	height:45px;
	position:absolute;
	top:94px;
	text-indent:-9999px;
}
#prevBtn {
	left:14px;
}
#nextBtn {
	right:20px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:14px;
	height:45px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}												

/* // Easy Slider */
