.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 238px; /*width of featured content slider*/
height: 90px;
margin:0px;
padding:0px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 238px;
height: 100%;
margin:0px;
padding:0px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align:center;
}

.pagination{
width: 238px;
position:absolute;
z-index:+5000;
bottom:0px;
}

.slide1 {
	width: 238px;
	height: 77px;
	background: url(images/collections/1.jpg) no-repeat;
	display:block;
	text-decoration:none;
	line-height:166px;	
}

.slide2 {
	width: 238px;
	height: 160px;
	background: url(images/collections/2.jpg) no-repeat;	
	display:block;
	text-decoration:none;
	line-height:166px;
}

.slide3 {
	width: 238px;
	height: 160px;
	background: url(images/collections/3.jpg) no-repeat;
	display:block;
	text-decoration:none;
	line-height:166px;	
}

.slide4 {
	width: 238px;
	height: 160px;
	background: url(images/collections/4.jpg) no-repeat;
	display:block;
	text-decoration:none;
	line-height:166px;	
}

.slide5 {
	width: 238px;
	height: 160px;
	background: url(images/collections/5.jpg) no-repeat;
	display:block;
	text-decoration:none;
	line-height:166px;	
}

.slide6 {
	width: 238px;
	height: 160px;
	background: url(images/collections/6.jpg) no-repeat;
	display:block;
	text-decoration:none;
	line-height:166px;	
}

.slide7 {
	width: 238px;
	height: 160px;
	background: url(images/collections/7.jpg) no-repeat;
	display:block;
	text-decoration:none;
	line-height:166px;	
}

.slide8 {
	width: 238px;
	height: 160px;
	background: url(images/collections/8.jpg) no-repeat;
	display:block;
	text-decoration:none;
	line-height:166px;	
}