/*next button*/
.bx-next {
	position:absolute;
	bottom:-42px;
	right:200px;
	z-index:999;
	width: 20px;
	height: 26px;
	text-indent: -999999px;
	background: url(next.png) no-repeat 0px 0px; outline: 0;
}

/*previous button*/
.bx-prev {
	position:absolute;
	bottom:-42px;
	left:200px;
	z-index:999;
	width: 20px;
	height: 26px;
	text-indent: -999999px;
	background: url(prev.png) no-repeat 0px 0px; outline: 0;
}

/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {background-position: 0px -42px;}

/*pager links*/
.bx-pager a {
	text-decoration:none;
	margin-right: 6px; 
	color: #dba103;
	font-size: 12px;
	zoom:1;
	outline: 0;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-weight: bold;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {background-position: 0 0;}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {	 	color: #000;
text-decoration:underline;
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	font-size:11px;
	color:#666;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	position: absolute;
	left: 230px;
}


OL,UL{list-style-type: none;}
LI{list-style-type: none; }

#slider1{ height:400px; width: 620px; overflow:hidden;  padding: 0px;  margin: 0px; }	
UL#slider1 li {list-style-type: none; padding: 0px;  margin: 0px; }
UL#slider1 li a {list-style-type: none; padding: 0px;  margin: 0px; }





