.present {
	width: 900px;
	height:248px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}
.present ul li {
	top: -1px;
	left: 0;
	display: none;
	min-width: 900px;
	overflow: hidden;
	position: absolute;
}
.present ul .hold {
	width: 900px;
	overflow:hidden;
}
.slider {
	margin: 0 auto;
	position:absolute;
	width:430px;
	height:40px;
	z-index:2;
	left:910px;
	top: 400px;
	background-image: url(images/dot.png);
	color:#FF0000;
}
.slider-list {
	height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.slider-list ul {
	top:4px;
	left: 1px;
	margin: 0;
	width: 700px;
	list-style: none;
	position: absolute;
	padding: 0px;
	margin:0px;
	z-index: 2;
}
.slider-list ul li {
	float: left;
	font-size: 13px;
	line-height: 18px;
	padding: 0px 12px 0px 0px;
}
.slider-list ul li span{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	outline: none;
	cursor:pointer;
}
.slider-list ul li span.hover,
.slider-list ul li.active span{
}

/* left products */
 


.clearAll{
clear:both;
}
.product_left{ font-family:Verdana; color:#bdfb0a; font-size:12px; text-decoration:none;}
.our_moto{ font-family:Verdana; font-size:13px; color:#bdfb0a; text-decoration:none; text-align:justify; padding:25px 3px 3px 3px;  font-style:normal;}
.news{font-family:Verdana; font-size:13px; color:#ebffb1; text-decoration:none; font-style:normal; padding:28px 8px 8px 8px; line-height:20px;}
.text{ font-family:Arial, Helvetica, sans-serif; color:#494848; font-size:12px; text-decoration:none; text-align:justify; line-height:18px;}
.text2{ font-family:Arial, Helvetica, sans-serif; color:#494848; font-size:12px; text-decoration:none; line-height:18px;}
.footer{ font-family:Arial, Helvetica, sans-serif; color:#494848; font-size:12px; text-decoration:none; line-height:18px;}
.text_02{ font-family:Arial, Helvetica, sans-serif; color:#494848; font-size:12px; text-decoration:none; text-align:justify; line-height:20px;}
.text_field{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; width:150px; background:#CCCCCC; border:1px solid #666666; padding:3px;}
.head{ font-family:Verdana; font-size:14px; color:#333333; font-weight:bold; text-decoration:none;}
.head_01{ font-family:Verdana; font-size:11px; color:#000000; font-weight:bold; text-decoration:none;}
.head_02{ font-family:Verdana; font-size:11px; color:#fff; font-weight:bold; text-decoration:none;}

/* slider */
div.bgcarousel{ /* CSS for main carousel container */
background: black url(ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
width:900px; /* default dimensions of carousel */
height:250px;
}

img.navbutton{ /* CSS for the nav buttons */
margin:5px;
opacity:0.7;
}

div.slide{ /* CSS for each image's DIV container within main container */
background-color: black;
background-position: center center; /* center image within carousel */
background-repeat: no-repeat;
background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
color: black;
}

div.selectedslide{ /* CSS for currently selected slide */
}

