h4 {
	margin:0;
	padding:0;
}

.wrap { 
	position:relative;
	margin:0 auto;
	/* width:850px ;*/
}

.categoryslider-wrapper {
	margin:0 auto;
	padding:0;
}

.wrap ul {
	margin:15px 0;
	padding: 0;
	overflow:hidden;
	}

.wrap ul li {
	float:left;
	margin: 0;
	width:133px;
	margin-bottom:40px;
}

.wrap ul li img {
	border:1px solid #ccc;
}

.wrap ul li h5 {

	margin: 0;
}
	
.wrap ul li h5 a {

	text-decoration:none;
	font-weight:normal;
	font-size:13px;
	
	margin-bottom: 6px;
display: block;
}

.wrap ul li h5 a:hover {
	text-decoration:underline;
}


.wrap ul li span.price {

	color:#990000;
	font-weight:bold;
	font-size:12px;
}
	
a.categoryslider-prev, a.categoryslider-next {
	background: transparent url(../images/arrow_sprites.jpg) no-repeat scroll left top;
	position: absolute;
	width:17px;
	height:26px;
	text-indent:-9999em;
}

a.categoryslider-prev {
	background-position: left top;
	top:65px;
 	left: -45px;
}

a.categoryslider-next {
	background-position: right top;
	top:65px;
	right:-45px;
}

a:hover.categoryslider-prev {
	background-position: left bottom;
}

a:hover.categoryslider-next {
	background-position: right bottom;
}
.productscategory_h2 {
	margin-top: 34px;
font-size: 13px;
}