#slideCanvas {
	margin: 0px auto; width: 888px; height: 205px; overflow: hidden; position: relative;
}
#slideH {
	width: 2310px; position: absolute;
}
.slideIcon {
	border: 1px solid rgb(45, 43, 44); text-align: center; margin-right: 1px; float: left;
}
.active.slideIcon {
	border: 1px solid rgb(45, 43, 44) !important;
}
.prevNext #slNext {
	left: 869px; top: 15px; width: 43px; height: 38px; display: block; position: absolute; z-index: 100; cursor: pointer; background-image: url("slider-right-btn.png"); background-repeat: no-repeat;
}
.prevNext #slPrev {
	left: -23px; top: 9px; width: 43px; height: 38px; display: block; position: absolute; z-index: 100; cursor: pointer; background-image: url("slider-Left-btn.png"); background-repeat: no-repeat;
}
.prevNext #slPrev:hover {
	background-position: 0px bottom;
}
.prevNext #slNext:hover {
	background-position: 0px bottom;
}
.prevNext #iconNext {
	left: 610px; top: 0px; width: 279px; height: 202px; position: absolute; cursor: pointer;
}
.prevNext #iconPrev {
	left: 1px; top: 0px; width: 279px; height: 202px; position: absolute; cursor: pointer;
}
