        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
            }
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider{padding-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:510px;
	height:210px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:32px;
	height:52px;
	position:absolute;
	left:280px;
	top:145px;
	z-index:1000;
		}	
	#nextBtn, #slider1next{
	left:925px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:32px;
	height:52px;
	background:url(../images/btn_prev.png) no-repeat 0 0;
		}	
	#nextBtn a, #slider1next a{
	background:url(../images/btn_next.png) no-repeat 0 0;
		}	
		
	/* numeric controls */	

	ol#controls{
	margin:0;
	padding:0;
	height:15px;
		}
	ol#controls li{
	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:13px;
	line-height:13px;
		}
	ol#controls li a{
	float:left;
	height:15px;
	line-height:15px;
	background:#0075c7;
	color:#fff;
	padding:2px;
	text-decoration:none;
	width: 13px;
	text-align: center;
	font-weight: bold;
		}
	ol#controls li.current a{
	background:#DAF3F8;
	color:#0075c7;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
.int#slider {
	margin-left: 280px;
	height: 315px;
	width: 677px;
	overflow: hidden;
}
.int#slider li {
	width: 677px;
	height: 315px;
}

