@charset "utf-8";
/* CSS Document */

/* Clearing */
.clear {
	clear:both; 
	height:1px;
	margin:0;
	padding:0;
	font-size: 1px;
	line-height: 0;
}
.clearfix { 
	position: relative;
}
.clearfix:after {
	display: block; 
	height: 0;
	content: "."; 
	clear: both; 
	visibility: hidden;
}
.eTitle{
	font-family:Tahoma;
	font-size:20px;
	margin-bottom:10px;
}
.eText{
	font-family:Tahoma;
	font-size:11px;
	line-height:1.5em;
}
.eTextRed{
	color:#FF0000;
}
.eTextBold{
	font-weight:bold;
}
.eBody{
	width:410px;
	padding:40px;
	float:left;
}
.eBodyContentPage{
	padding:40px;
	float:left;
}
.eBodyContent{
	padding:40px;
}
.eTitleNotice{
	color:#FF0000;
	font-family:"Trebuchet MS";
	font-size:13px;
	margin-top:20px;
	background:url(../images/img-comment.jpg) no-repeat left;
	padding-left:25px;
}
.eBodyNotice{
	margin-top:10px;
	padding-left:25px;
}
.eColor{
	color:#999999;
}
.eLinkFootPage{
	color:#999999;
}
.eList{
	font-family:Tahoma;
	font-size:11px;
	margin:0 0 0 20px;
	padding:0;
}
.eList li ul{
	margin:5px 0 5px 0;
}
.eList li{
	list-style-type:circle;
	margin:3px 0 3px 0;
}
.eList li ul li{
	list-style-type:disc;
}
.eBordeImage{
	border:5px #CCCCCC solid;
	padding:1px;
}



/* Slider */
<style>
.gallery{
	padding-left:35px;
}
#slider{
	margin:0;
	padding:0;
	text-align:center;
}
#slider ul,
#slider li{
	margin:0;
	padding:0;
	width:365px;
	height:209px;
	list-style:none;
	text-align:center;
}
p#controls{
	position:relative;
}
#prevBtn{
	position:absolute;
	left:-40px;
	top:-120px;
}
#nextBtn{
	position:absolute;
	left:-100px;
	top:-120px;
}
#nextBtn{
	left:365px !important;
	left:10px;
}
#prevBtn a{
	display:block;
	width:40px;
	height:58px;
	background:url(../images/arrow_l.jpg) no-repeat 0 0;
}
#nextBtn a{
	display:block;
	width:44px;
	height:58px;
	background:url(../images/arrow_r.jpg) no-repeat 0 0;
}

</style>
