@charset "utf-8";
/* CSS Document */

	img{border:none;}
    /* 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:615px;
	height:344px;
	margin-bottom:2em;
	background-image: url(images/backSlider.jpg);
	background-repeat: no-repeat;
	padding-top:16px;
	padding-left:37px;
}	
			

/* 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:573px;
		height:310px;
		overflow:hidden;
		padding:30;
		background-color:#000;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:50px;
		height:50px;
		position:absolute;
		left:6px;
		top:147px;
		}	
	#nextBtn{ 
		left:591px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:50px;
		height:50px;
		background:url(images/prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/nxt.png) no-repeat 0 0;	
		}	
