﻿/* image replacement */
/*
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}
*/
/* // image replacement */
/* 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: 920px;
	height: 538px;
	overflow: hidden;
}

#test-controls {
	position: absolute;
	top: 495px;
	left: 25px;
}

#firstBtn, #prevBtn, #nextBtn, #lastBtn, #slider1next, #slider1prev {
	/*display: block;
	width: 460px;
	height: 538px;
	position: absolute;
	top: 150px;
	z-index: 500;*/
	margin: 0px 2px;
}
#nextBtn, #slider1next {
	/*left: 478px;*/
}
#firstBtn a, #prevBtn a, #nextBtn a, #lastBtn a, #slider1next a, #slider1prev a {
	/*display: block;
	position: absolute;
	width: 460px;
	height: 538px;*/
	padding: 7px;
	border: 1px solid #1e4e94;
	background: #1e4e94;
	color: #fff;
	height: 28px;
	line-height: 28px;
}
/*
#prevBtn a:hover {
	background: url(../images/left-arrow3.png) no-repeat 0 0;
}
#nextBtn a:hover, #slider1next a {
	background: url(../images/right-arrow3.png) no-repeat 0 0;
}
*/
/* numeric controls */
ol#controls {
	margin: 1em 0;
	padding: 0;
	height: 28px;
	position:absolute;
	top: 475px;
	left: 20px;
	padding: 5px;
}
ol#controls li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
ol#controls li a {
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #1e4e94;
	background: #1e4e94;
	color: #fff;
	/*padding: 0 10px;*/
	width: 26px;
	text-decoration: none;
}
ol#controls li.current a {
	background: #7faff5;
	color: #fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline: none;
}
ol#controls .read-more {
	color: #000000;
}

/* // Easy Slider */
