
#slider {
    width: 998px;
    height: 350px;
    margin: 0 auto;
    position: relative;
	border: 1px solid #000;
	background: black;
}

.scroll {
	overflow: hidden;
	width: 998px;
	height: 350px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    padding-top: 0px;
    width: 281px;
	height: 350px;
	position: relative;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.panel img {
	border: 8px;
	border-style: solid;
	border-color: white;
	display: block;
	width: 261px;
	height: 174px;
}

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

.scrollButtons.left {
    left: 55px;
    top: 270px;
    position: absolute;
    z-index: 1000;
}

.scrollButtons.right {
    right: 55px;
    top: 270px;
    position: absolute;
    z-index: 1000;
}
#gallery h2 {padding-left: 10px; padding-bottom: 5px; padding-right: 5px; padding-top: 5px; position: relative; color: white; bottom: 44px; margin: 9px; background: url(../images/transpBlack.png); font-size: 13px;}

.hide {
    display: none;
}