/* image background */
#slide_wrapper {
	position: relative;
	width: 980px;
	background-image: url(../gfx/easyslider/slide_background.jpg);
	background-repeat: no-repeat;
}


/* image replacement */
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
			
/* Easy Slider */

#slider{
}	
#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:980px;
	height:250px;
	overflow:hidden;
	position: relative;
	left: 80px;
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:73px;
	height:44px;
	position:absolute;
	left:0px;
	top:80px;
}	
#nextBtn{ 
	left:907px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:73px;
	height:44px;
	background:url(../gfx/easyslider/btn_prev.png) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../gfx/easyslider/btn_next.png) no-repeat 0 0;	
}												

#slider a,#slider a:hover  {
	text-decoration: none;
	border: none;
}

#slider img {
	border: 
}

.slider_text {
	width: 800px;
	height: 200px;
	padding: 40px 20px 10px 30px;
	float: left;
}
.slider_text h1 {
	font-size: 2.0em;
}

.slider_text p {
	font-size: 1.1em;
	width: 400px;
}

.case_keyword {
	font-size: 0.8em;
	font-style: italic;
}

.slide_image {
	position: absolute;
	top: 0px;
	left: 450px;
}

/* // Easy Slider */

