/* // image replacement */
			
	#slideshow {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:950px;
}
#content {
	position:relative;
}
#slider {
	width:950px;
	height:490px;
	overflow:hidden;
}
/* Easy Slider */

	#slider ul, #slider li,  #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li, #slider2 li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
	height:490px;
	overflow:hidden;
}
/* numeric controls */	

	ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;
	position:absolute;
	top:10px;
	left:865px;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	background:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	color:#fff;
	font-weight:bold;
	padding:0 10px;
	text-decoration:none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
ol#controls li a:hover {
	background:#006666;
	color:#fff;
}
ol#controls li.current a {
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
	
/* // Easy Slider */
