@charset "utf-8";
/* CSS Document */


	img{border:none;}
	
			
        .graphic, #prevBtn, #nextBtn{

            text-indent:-8000px;
            }
			

	#container{	
		margin:10px auto;
		position:relative;
		text-align:left;
		width:502px;
		background:#fff;		
		margin-bottom:2em;
		height:327px;
		border:1px solid #eee;
		z-index:0;
		}	
					
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul {

	}

	#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:502px;
		height:357px;
		overflow:hidden; 
		
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:36px;
		height:24px;
		position:absolute;
		right:0px;
		bottom:-35px;
		}	
	#prevBtn{ 
		right:44px;
		}
	
	#nextBtn{ 
		right:0px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:36px;
		height:24px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}												