
/*	body {
		font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#fff;
		line-height:180%;
		margin:0;
		padding:0;
	}*/
	.slider-h1{
		font-size:36px;
		font-weight:normal;
		margin:0;
		color:#FFFFFF;
		}
	.slider-h2{
		font-size:26px;
		font-weight:normal;
		}	
	.slider-h3{
		font-size:12px;
		font-weight:normal;
		}	
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		/*margin:.5em 0;*/
		width:880px;
		}	
			
    /* 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:999px;
		height:339px;
		background:url(../images/slider.jpg) no-repeat;
		color:#FFFFFF;
		float:left;
		padding-top:10px;
		margin-top:-8px;
		/*margin-bottom:2em;*/
		}	
/*	#header{
		height:309px;
		background:#5DC9E1;
		color:#fff;
		}*/				
	#content{
		position:relative;
		margin-left:60px;
		}
		
		.pic-1
	{
	background:url(../images/01.jpg) no-repeat;
	width:880px;
	height:309px;
	}
	
	.pic-2
	{
	background:url(../images/02.jpg) no-repeat;
	width:880px;
	height:309px;
	}
	
	.pic-3
	{
	background:url(../images/03.jpg) no-repeat;
	width:880px;
	height:309px;
	}

/* Easy Slider */

	#slider{ width:880px;}	
	#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:880px;
		height:309px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-27px;
		top:138px;
		}	
	#nextBtn{ 
		left:882px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../images/btn_prev1.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next1.gif) no-repeat 0 0;	
		}										

/* // Easy Slider */

/* CSS Document */

