/* CSS Document */

/*<style type="text/css">*/

	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:874px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:896px;
		margin-bottom:2em;
		}	
			
	#content{
		position:relative;
		}			

/* 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:876px;
		height:261px;
		overflow:hidden;
		margin-top:10px;
		}
	#slider li img{
		float:right;
		margin:0;
		padding:5px 0 0;
		}	
	#slider li h3{
		float:left;
		margin:0;
		padding:30px 0px 0px 20px;
		font-family:Verdana;
		font-size:30px;
		font-weight:300;
		text-decoration:none;
		color:#9f9b9b;
		}
	#slider li h2{
		float:left;
		margin-top:0px;
		width:450px;
		padding:15px 0px 0px 40px;
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
		line-height:25px;
		font-weight:normal;
		color:#000000;
		}
/*	#slider li p{
		float:left;
		margin-top:0px;
		width:350px;
		padding:15px 0px 0px 40px;
		
		}*/
.spancontent{
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
		color:#000000;
}
	#prevBtn, #nextBtn{ 
		display:block;
		width:49px;
		height:70px;
		position:absolute;
		left:-30px;
		top:95px;
		}	
	#nextBtn{ 
		left:876px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:49px;
		height:70px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat scroll 0 0;
		}	
								

/* // Easy Slider */


