/* Easy Slider */

#slider {
	overflow: hidden;
	margin: 12px 20px 0px;
	text-align: left;
	clear: both;
}
#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:920px;
	height:330px;
	overflow:hidden;
	background:#000;
}
#slider li div {
	padding: 20px 40px;
}
#slider ul li div img {
	float: left;
}
.sliderCaption {
	background: #262626;
	height: 242px;
	width: 232px;
	float: left;
	padding: 24px!important;
}

/* // Easy Slider */
#slider li div h3 {
	font-size: 12px;
	line-height: 18px;
	color: #de840a; 
	margin: 4px 0px 4px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
#slider li div p {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	margin: 0px 0px 4px;
	padding: 0px;
	text-align: left;
}
#slider li div a, #slider li div a:visited {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #25a0d8;
	background: #000;
	display: block;
	padding: 4px 12px;
	letter-spacing: 1px;
	float: left;
	margin: 12px 0px 0px;
	line-height: 9px;
}
#slider li div a:hover {
	color: #FFF;
	background: #d31823;
}
#slider li div a:active {
	color: #d31823;
	background: #FFF;
}

p#controls {
	margin:0px 0px 0px 10px;
	position:relative;
	text-align: left;
	padding: 0px;
	line-height: 1;
}
#prevBtn, #nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:40px;
	height:290px;
	position:absolute;
	left:10px;
	top:-310px;
}
#nextBtn {
	left:890px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:40px;
	height:290px;
	background:url(../images/structural/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a {
	background:url(../images/structural/btn_next.gif) no-repeat 0 0;
}					
