#slidercontainer {
	width: 790px; 
	height: 210px;
	color: #fff;
	clear: left;
	float: left;
	background: url (http://mediafiles.thedms.co.uk/publication/ee-ess/slideshow/home-1.jpg) no-repeat;
	position: relative;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 790px; height: 210px;
border-top: none;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 790px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 22px;
padding: 3px 0;
text-align: center;
position: absolute;
top: 170px;
left: 20px;
z-index: 2000;
display: none; /* set not to display as elli does not want it */
}
.paginationbg {
	background-color: #fff;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.60; 
	opacity: 0.60;
	width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 22px;
	position: absolute;
	top: 170px;
	left: 20px;
	z-index: 1000;
	display: none;
}
.pagination a, .pagination a:visited{
padding: 0 4px;
text-decoration: none; 
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}

.pagination a:hover, .pagination a.selected{
color: #666;
background-color: #fff;
}
.next {
	margin-left: ;
}
.prev {
	margin-right: ;
}
.toc {
	
}
.image {
	position: relative;
	z-index: 1;
}
