/* Slider */

#slider {
    width: 840px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	overflow: hidden;
	width: 100%;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
	height: 100px;
}

.scrollContainer div.panel {
    padding: 10px 0;
    width: 160px;
	height: 100px;
}

#left-shadow {
        height:98px;
	position: absolute;
	top: 9px;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../../../../MovingBoxes/images/leftshadow.png) repeat-y;
}

#right-shadow {
	height:98px;
	position: absolute;
	top: 9px;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../../../../MovingBoxes/images/rightshadow.png) repeat-y;
}

.inside {
}

.inside img {
	display: block;
	margin: 0 0 0 0;
	width: 150px;
	border:0;
}

.inside a {
	color: #999;display: block;
	text-decoration: none;
	background:#FFF;
	padding:1px;
	margin: 0 10px 0 0;
	width: 150px;
	border:1px solid #cdcdcd;
}

.inside a:hover {
	border-color:#ffd800;
}

.scrollButtons {
    position: absolute;
    top: 30px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -55px;
}

.scrollButtons.right {
    right: -55px;
}

.hide {
    display: none;
}




