/* Easy Slider */
#firsts {
	background: #fff url(/images/firsts/firsts_shadow.jpg) no-repeat;
	position: relative;
	width: 374px;
	height: 228px;
	float: right;
	border: solid 1px #fff;
	padding: 13px 20px 10px;
	margin: 12px 7px 0 0;

	width: 380px;
	height: 234px;
	}
#firsts h2 {
	/*font: 114%/.9 Georgia, "Times New Roman", Times, serif;*/
	/*color: #6484ad;*/
	margin: 0 0 .5em;
	margin: 5px 0 0 3px;
	text-transform: uppercase;
	font-size: 114%;
	font-size: xx-small;
	font-weight: normal;
	background-color: #fff;
	background-image: url(../images/css/h2_historyoffirsts.gif);
	text-indent: -999em;
	width: 374px;
	height: 25px;
	padding-bottom: 0;
	display: block;
	}
#slider {
	border-color: #fff;
	border-style: solid;
	border-width: 3px 3px 4px;
	}
#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#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
	*/ 
	width: 375px;
	height: 190px;
	overflow: hidden;
	}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
	display: block;
	width: 20px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 1000;
	}
#nextBtn, #slider1next {
	left: 400px;
	}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	display: block;
	position: relative;
	width: 20px;
	height: 28px;
	background: url(../images/easyslider/btn_prev.gif) no-repeat;
	}
#nextBtn a, #slider1next a {
	background: url(../images/easyslider/btn_next.gif) no-repeat;
	}
/* numeric controls */
ol#controls {
	margin: 1em 0;
	padding: 0;
	height: 28px;
	}
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;
	border: solid 1px #ccc;
	background: #daf3f8;
	color: #555;
	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 medium;
	}
/* Easy Slider */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
	}
#shine {
	position: absolute;
	top: 43px;
	left: 23px;
	}
