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

	#slider-container{
		margin:0 auto;
		position:relative;/*relative*/
		text-align:left;
		width:800px;
		background:#fff;		
		margin-bottom:2em;
		}	
					
	#slider-holder{
			display:block;
			clear:both;
			float:right;
			margin:0px 0px 0px 0px;
			padding:0px 0px 20px 0px;
			border:;
			width:800px;
			height:375px;
			background:;
		}
				

/* Easy Slider */

	#slider{}	
	#slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider ul{
		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:800px;
		height:375px;
		overflow:hidden; 
		}	
	#nextBtn{ 
		display:block;
		width:100px;
		height:33px;
		position:absolute;
		left:;/*71*/
		top:395px;/*71*/
		}	
	#prevBtn{ 
		display:block;
		width:100px;
		height:33px;
		position:absolute;
		left:320px;
		top:395px;
		}	
	#nextBtn{ 
		left:460px;
		}														
	#nextBtn a{  
		display:block;
		width:100px;
		height:33px;
		background:url('images/next.jpg') no-repeat 0 0;
}	
	#prevBtn a{  
		display:block;
		width:100px;
		height:33px;
		background:url('images/previous.jpg') no-repeat 0 0;
}	
	#nextBtn a{ 
		background:url('images/next.jpg') no-repeat 0 0;
}												

/* // Easy Slider */


