#slider ul li img {
	border:none;
	width: 700px;
	height: 350px;
}
#master-slide {
	width: 700px;
	margin: 20px 100px;
	position: relative;
}
#slider  {
	width: 700px;
	height: 390px;
	overflow: hidden;
}


			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	display: block;
	width: 680px;
		}
	#slider2{margin-top:1em;}

	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:700px;
	height:350px;
	overflow:hidden;
	position: relative;
		}	
#slider ul li .description {
	position: absolute;
	z-index: 20;
	top: 280px;
	width: 670px;
	left: 0px;
	height: 40px;
	padding: 15px;
	color: white;
	background-image: url(../images/blackbg.png);
	text-align: left;
	line-height: 16px;
}
#slider ul li .description h4 {
	display: block;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 300px;
	color: #FFF;
}
#slider ul li .description p   {
	display: block;
	margin: 0px;
	width: 300px;
	line-height: 13px;
	font-size: 12px;
	font-family: calibri, arial;
	color: #999;
}



	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
		display:block;
	width:56px;
	height:110px;
	position:absolute;
	left:-64px;
	top:100px;
	z-index:1000;
		}	
	#nextBtn, #slider1next{
	left:710px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:55px;
	height:110px;
	background:url(../images/slidenav.png) no-repeat left center;
		}	
	#nextBtn a, #slider1next a{
	background:url(../images/slidenav.png) no-repeat right center;
		}	
		
	/* numeric controls */	

	ol#controls{
	margin:0px;
	padding:8px 0 15px 20px;
	height:30px;
	position: absolute;
	top: 290px;
	z-index: 50;
	right: 0px;
	background-image: url(../images/bgslideprocess.png);
	background-position: 0 0;
		}
	ol#controls li{
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:30px;
	line-height:30px;
		}
	ol#controls li a{
	float:left;
	height:22px;
	line-height:22px;
	border:1px solid;
	background:#dedede;
	color:#555;
	text-decoration:none;
	width: 22px;
	text-align: center;
	border-top-color: #888;
	border-left-color: #888;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
		}
	ol#controls li.current a{
	color:#fff;
	background-color: #900;
	border-top-color: #500;
	border-left-color: #500;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

