.graphic/* image replacement */
            {
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
            }
#slider2 /* Easy Slider */

	 ul, #slider2  li
	   {
	margin:0;
	padding:0;
	list-style:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
	#slider2{
	overflow: hidden;
	margin: 0em;
	padding: 0px;
	height: 260px;
	width: 625px;
	border: 1px solid #999999;
}
#slider2  li  {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:625px;
	height:220px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
		}	
		
	/* numeric controls */	

	ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;
	background-color: #fff;
		}
	ol#controls li{
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	font-family: "Trebuchet MS";
		}
	ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	background:#000;
	padding:0 10px;
	text-decoration:none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
	ol#controls li.current a{
	background:#000;
	color:#CC0000;
	font-weight: bold;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

