
/* Easy Slider */

	/* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	#slider{margin-left: 4px; margin-top: 32px;}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		
		width:296px;
		height:134px;
		overflow:hidden; 
		}
	#slider li{ 
		/* background:#f1f1f1;  */ 
		}		
	#slider li h2{ 
		padding: 8px 0px 0px 24px;
		font-family: Georgia,"Times New Roman", Times, serif;
		font-size: 15px;
		color:#ff0098; 
		}	
	#slider li p{ 
		margin: 8px 12px 0px 24px;
		font-family: Georgia,"Times New Roman", Times, serif;
		font-size: 12px;
		color:#9a2d8d; 
		}	
	#slider li p a { 
		color:#ff0098; 
		text-decoration: underline;
		}
	#slider li p a:visited { 
		color:#ff0098; 
		text-decoration: underline;
		}
	#slider li p a:hover { 
		color:#ffffff; 
		text-decoration: none;
		background-color: #ff0098;
		}			
	#prevBtn {
		display:block;
		width: 35px;
		height: 35px;
		float: left; 
		margin-left: 10px;
		}
	#nextBtn {
		display:block;
		width: 35px;
		height: 35px;
		float: right;  
		margin-right: 30px;
		}		
																
	#prevBtn a, #nextBtn a{  
		display:block;
		width: 35px;
		height: 35px;
		background:url(../images/arrow-prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/arrow-next.png) no-repeat 0 0;	
		}			
