#slider {
	width: auto;
    margin: 0;
    position: relative;
    padding: 0;
}
.scroll {
    height: 700px;
    width: 958px;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    margin: 0;
}
.scrollContainer div.panel {
    padding: 20px;
    margin: 0;
    width: 918px;
}
.scrollButtons {
	width: 330px;
	height: 39px;
	margin: 0px auto 0 auto;
}
#left {
	background: url(../images-website-designers-london-portsmouth/portfolio-london-portsmouth-web-designers.jpg) no-repeat 0 0;
	width: 139px;
	height: 39px;
	margin: 0 31px 0 0;
	padding: 0;
	float: left;
	cursor: pointer;
}
#right {
	background: url(../images-website-designers-london-portsmouth/portfolio-london-portsmouth-web-designers.jpg) no-repeat -139px 0;
	width: 160px;
	height: 39px;
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#left:hover {
	background: url(../images-website-designers-london-portsmouth/portfolio-london-portsmouth-web-designers.jpg) no-repeat 0 -40px;
}
#right:hover {
	background: url(../images-website-designers-london-portsmouth/portfolio-london-portsmouth-web-designers.jpg) no-repeat -139px -40px;
}
.hide {
    display: none;
}
.hidden {
	display: none;
}
