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

	
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:696px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 0 0 30px;
		position:relative;
		text-align:left;
		width:696px;
		background:#fff;		
		margin-bottom:2em;
		border:0px solid #000000;
		}	
				
table.lstitems{margin-left:15px;}
table.lstitems td{width:150px;position:relative;vertical-align:top;}

/* Easy Slider */

	#slider{}	
	#slider a span{color:#BEBEBE;}	
	#slider a.high span{color:#430201;}
	#slider img { opacity:1;filter:alpha(opacity=100)}	
	#slider img:hover { opacity:1;filter:alpha(opacity=100)}	
	#slider img.selected { opacity:1;filter:alpha(opacity=100)}	
	#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:696px;
		height:190px;
		overflow:hidden;
		/*margin-left:20px;*/
		}

/* use script to display these when necessary */
	#prevBtn, #nextBtn{ 
		display:block;
		width:90px;
		height:23px;
		position:absolute;
		left:-36px;
		top:20px;
		}	

	#nextBtn{ 
		left:663px;
		}		
		
	#prevBtn{ 
		left:673px;
		
		top:50px;
		}		
		
														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:90px;
		height:23px;
		background: url(/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(/images/btn_next.gif) no-repeat 0 0;	
		margin-left: 10px;
	
		}												

/* // Easy Slider */
