	#slider p{
		font-family:"lucida Sans unicode",Sans-Serif,Ariall;
		font-size:14px;
		color:#3A2A09;
		text-align:center;
		margin:0;
		padding:0;
		}

	#slider_menus p{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		color:#555;
		text-align:center;
		margin:0;
		padding:20px 0 0 0;
		}

	#slider_events p{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-family:"lucida Sans unicode",Sans-Serif,Ariall;
		font-size:14px;
		color:#fff;
		margin:0;
		padding:0;
		}	

	img{border:none;}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		width:500px;		
		padding-top:20px;
		}	
						
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider_wrap {
		width:780px;
		position:relative;
		padding-top:20px;
		margin:0 auto;
		}

	#slider_menus, #slider_events {
		margin:0 auto;
		}

	#slider ul, #slider li,
	#slider_menus ul, #slider_menus li,
	#slider_events ul, #slider_events li {
		margin: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:500px;
		height:475px;*/
		overflow:hidden;
		text-align:center; 
		}	

	#slider_menus li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:700px;
		height:850px;
		overflow:hidden;
		}

	#slider_events li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:210px;
		overflow:hidden;
		}

	#prevBtn, #nextBtn, #slider1next, #slider1prev{ 
		display:block;
		width:40px;
		height:40px;
		position:absolute;
		left:0;
		top:200px;
		z-index:1000;
	}	

	#nextBtn, #slider1next{ 
		left:740px;
		}														
	
	#prevBtn a, #slider1prev a{  
		display:block;
		position:relative;
		width:40px;
		height:40px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		outline:none;
		}
	
	#prevBtn a:hover, #slider1prev a:hover{  
		background-position: -40px 0;	
		}
	
	#nextBtn a, #slider1next a{ 
		display:block;
		position:relative;
		width:40px;
		height:40px;
		cursor:pointer;
		background:url(../images/btn_next.gif) no-repeat 0 0;
		outline:none;	
		}	
	
	#nextBtn a:hover, #slider1next a:hover{ 
		background-position: -40px 0;		
		}
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0 0 0 20px;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#fff;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#99cccc;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


/* Slideshow */

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* // Slideshow */
