@charset "UTF-8";

	img{
	border:none;
	background-repeat: repeat;
	background-color: #31241E;
}
	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	
	

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:10px 0px 0px 0px;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1100px;
		height:750px;
		overflow:hidden; 
		}	
#prevBtn, #nextBtn{ 
		display:block;
	/*	width:30px;
		height:77px;*/
		position:absolute;
		left:0px;
		top:45px;
		}	
	#nextBtn{ 
		left:50px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:50px;
		height:30px;
		background:url(images/prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/next.gif) no-repeat 0 0;	
		}

