#footerwrapper {
    width: 960px;
    margin: 0 auto;
    background:url(images/footerslide/background.jpg) center top no-repeat;  
}
#footerwrapper #slider {
    width: 960px;
    margin: 0 auto;
    position: relative;
	border: 0;
}
#footerwrapper #slider .scroll {
	overflow: hidden;
	width: 960px;
    margin: 0 auto;
    position: relative;
}
.scrollContainer {position: relative;}

.scrollContainer div.panel {
    padding: 0;
    width: 188px;
	height: 147px;
	margin:0 10px;
}
.inside img {
	display: block;
	margin: 0;
	width: 188px;
}
.inside img a{border:0;}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

.inside a {
	color: #c4c4c4;
	text-decoration: none;
	border:0;
}

.scrollButtons {
    position: absolute;
    top: 50px;
    cursor: pointer;
}

.scrollButtons.left {left: +35px;}

.scrollButtons.right {right: +35px;}

.hide {display: none;}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	bottom: 0;
	background: url(images/footerslide/leftshadow.png) no-repeat;
	height:147px;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 84px;
	bottom: 0;
	background: url(images/footerslide/rightshadow.png) no-repeat;
	height:147px;
}
.closefooter{
	width:960px;
	height:320px;
	background: url(images/closefooter_bg.jpg) no-repeat top center;
	clear:both;
}
