/* image replacement */

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	display:block;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-8000px;
}

/* // image replacement */

/* Easy Slider */

#slider ul, #slider li, #slider2 ul, #slider2 li{
	list-style:none;
	margin:0;
	padding:0;
}

#slider2{
	margin-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*/
	height:292px;
	overflow:hidden;
	width:490px;
}

#prevBtn, #nextBtn, #slider1next, #slider1prev{
	display:block;
	left:400px;
	position:absolute;
	top:332px;
/*	z-index:1000;*/
}

html* #prevBtn{
	left:382px;
}

#slider1next{
	left:432px;
}

#nextBtn{
	left:432px;
}

html* #nextBtn{
	left:414px;
}

#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{
	background:url(/images/slideshows/left.png) no-repeat 0 0;
	display:block;
	height:31px;
	position:relative;
	width:33px;
}

#nextBtn a, #slider1next a{
	background:url(/images/slideshows/right.png) no-repeat 0 0;
}

/* numeric controls */

ol#controls{
	height:28px;
	margin:1em 0;
	padding:0;
}

ol#controls li{
	float:left;
	height:28px;
	line-height:28px;
	list-style:none;
	margin:0 10px 0 0;
	padding:0;
}

ol#controls li a{
	background:#DAF3F8;
	border:1px solid #ccc;
	color:#555;
	float:left;
	height:28px;
	line-height:28px;
	padding:0 10px;
	text-decoration:none;
}

ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline:none;
}

/* // Easy Slider */
