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

/* Easy Slider */
#banner ul, #banner li {
	margin:0;
	padding:0;
	list-style:none;
	color: #4B5152;
}

#banner {
    width: 630px; 
    height: 200px;
    margin: 0 0 30px;
    overflow:hidden;
}
#banner li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:630px;
	height:200px;
	overflow:hidden;
}	

#bannercontrols {
	height: 10px;
	position: absolute;
	padding: 7px 0px 4px 2px;
	z-index:2;
}

#bannercontrols li {
	font-size: 60%;
	float:left;
	list-style-type: none;
    color:#FFFFFF;
}
#bannercontrols li a {
	width: 8px;
	height:12px;
	color:#FFFFFF;
	text-decoration: none;
	background: url(../images/pageloader.png) bottom center no-repeat;
	margin: 0 2px;
	padding: 0 2px;
	float: left;
}
#bannercontrols li.current a, #bannercontrols li a:hover { 
    width: 8px;
	height:12px;
	color:#35393C;
	background:url(../images/pageloader.png) top center no-repeat;
	margin: 0 2px;
}

img {
	border: none;
}