#slider1{
height: 396px
}

#paginate-slider1{
margin:0;
padding:0;
z-index:-2;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 950px; /*width of featured content slider*/
height: 396px;
z-index:-1;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: black;
	width: 950px; /*width of content DIVs within slider*/
	height: 396px;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	background-image: url(images/summer-in-phuket-king-cup-regatta.jpg);
	z-index:-1;
}

li {
	display: inline;
}
