/*body {
	color:#FFF;
	line-height:125%;
	margin:0;
	padding:0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	background-color: #666;
}
h1 {
	font-size:180%;
	font-weight:normal;
	margin:0;
	padding:0 20px;
}
h2 {
	font-size:160%;
	font-weight:normal;
}
h3 {
	font-size:140%;
	font-weight:normal;
}
img {
	border:none;
}*/
/*pre {
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	margin:.5em 0;
	width:674px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}*/
/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* numeric controls */	
ol#controls {
	height:28px;
	width:143px;
	/*position:static;*/
	left:279px;
	top:129px;
	z-index:10000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: -28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 280px;
}
ol#controls li {
	padding:0px;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
ol#controls li a {
	float:left;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	color:#FFF;
	padding:0 5px;
	text-decoration:none;
}
ol#controls li.current a {
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
/* // image replacement */
#slidecontainer {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:460px;
	height: 158px;
	background:#fff;
	/*margin-bottom:2em;*/
	z-index: 1000;
}
/*#header {
	height:40px;
	line-height:80px;
	background:#5DC9E1;
	color:#fff;
	position:absolute;
	left:30px;
	top:35px;
	z-index:1000;
}*/
/*#intro {
	height: 100px;
	width: 300px;
	line-height:80px;
	background:#5DC9E1;
	color:#fff;
	position:absolute;
	left:300px;
	top:35px;
	z-index:1000;
}*/
#slidecontent {
	position:relative;
	z-index: 1001;
}
/* Easy Slider */
#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li span.header {
	display: block;
	width: 250px;
	/*height: 30px;*/
	/*background: transparent url(../images/slide.png) repeat 0 0;*/
	margin-top: -164px;
	position: relative;
	font-weight: bold;	
	/*position:absolute;*/
	padding-top: 20px;
	padding-left: 20px;	
	/*left:300px;
	top:35px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;	
	z-index:1002;
}
#slider li span.content {
	display: block;
	width: 139px;
	height: 121px;
	/*background: transparent url(../images/slide.png) repeat 0 0;*/
	margin-top: -40px;
	position: relative;
	padding-top: 9px;	/*position:absolute;*/
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;	/*left:300px;
	top:35px;*/
	margin-left: 280px;	/*z-index:1000;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
}
/*#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:460px;
	height:157px;
	overflow:hidden;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1003;
}
#nextBtn, #slider1next {
	left:460px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}