
			
    /* image replacement */
        .graphic_photos, #prevBtn_photos, #nextBtn_photos, #slider1prev_photos, #slider1next_photos{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container_photos{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:881px;
		background:#fff;		
		margin-bottom:2em;
		}	
			
	#content_photos{
		position:relative;
		padding-top:19px;
		margin-top:15px;
		margin-left:42px;

		}			

/* Easy Slider */
	#slider2_photos{margin-top:1em;}
	#slider_photos ul, #slider_photos li,
	#slider2_photos ul, #slider2_photos li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#slider_photos li, #slider2_photos li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:881px;
		height:461px;
		overflow:hidden;

	
		}	
	#prevBtn_photos, #nextBtn_photos,
	#slider1next_photos, #slider1prev_photos{ 
		display:block;
		width:31px;
		height:61px;
		position:absolute;
		left:-48px;
		top:95px;
		z-index:1000;
		padding-left:9px;
		
		}	
	#nextBtn_photos, #slider1next_photos{ 
		left:881px;
		}														
	#prevBtn_photos a, #nextBtn_photos a,
	#slider1next_photos a, #slider1prev_photos a{  
		display:block;
		position:relative;
		width:31px;
		height:61px;
		background:url(../../images/slider_left.jpg) no-repeat 0 0;	
		
		}	
	#nextBtn_photos a, #slider1next_photos a{ 
		background:url(../../images/slider_right.jpg) no-repeat 0 0;	
		 
		}	
		
	/* numeric controls */	

	ol#controls_photos{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls_photos li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls_photos li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls_photos li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls_photos li a:focus, #prevBtn_photos a:focus, #nextBtn_photos a:focus{outline:none;}
	
/* // Easy Slider */