#banner {
width:660px;
margin:0 auto;
}
#slider-wrapper {
	position: relative;
	height:451px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#slider {
	background: url(images/ajax-loader.gif) no-repeat 50% 50%;
	position: relative;
	width:900px;
	height:450px;
	left: -140;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width:1003px;
	height:16px;
	text-align: center;
	position: absolute;
	top:460px; /*high or low*/
	left: 0;
}
.nivo-controlNav a {
		background: url(images/pagination.png) no-repeat 0% 0%;
		display: inline-block !important;
		position: relative;
		width: 14px;
		height: 14px;
		margin: 0 1px;
		overflow: hidden;
		line-height: 0;
		font-size: 0;
		z-index: 99;
		cursor: pointer;
}	
.nivo-controlNav a img {
			display: none !important;
}
	
.nivo-controlNav a:hover {
			background-position: 0% -16px;
}
	
.nivo-controlNav a.active {
		background-position: 0% -16px;
}

#wrap {
	width:1009px;
	height:270px;
	background-image:url(images/hwb.gif);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.homelist p,.homelist dl,.homelist ul {
float:left;
width:268px;
margin-top:10px;
line-height:25px;
}
#product dl dt{
color:#333333;
}
#product dl dd {
overflow:hidden;
}
#new ul {
width:275px;
} 
#new ul li {
	list-style-type: none;
}
#new ul li span {
color:#333333;
margin-right:5px;
}
#new ul li a {
	text-decoration: none;
	color:#333333;
	text-decoration: underline;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#new ul li a:hover{
    color:#FF0000;
	text-decoration: underline;
}
.homelist {
	display:inline;
	float:left;
	width:268px;
	margin-left:50px;
	color:#666666;
	line-height:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.homelist span a{
	color:#333333;
	text-decoration: underline;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.homelist span a:hover{
    color:#FF0000;
	text-decoration: underline;
}
.homelist h3 {
	float:right;
	margin-top:20px;
}
.homelist h3 a {
display:block;
width:268px;
height:20px;
text-indent:270px;
white-space:nowrap;
overflow:hidden;
background-image:url(images/homelist.gif);
background-repeat:no-repeat;
clear:both;
}
#about h3 a {
background-position:0 0;
}
#product h3 a {
background-position:0 -91px;
}
#new h3 a {
background-position:0 -202px;
}
