body { 
    font: 11px verdana, Arial, sans-serif;
}

#wrapper {
    width: 700px;
    margin: 25px auto;
}

#slider {
    width: 780px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

#gallery { margin: 0 auto; display:block;  }
  #pictures { position: relative; height: 408px; }
  #pictures img { position: absolute; top: 0; left: 0; }

  #prev, #next { margin-top: 30px; text-align: center; font-size: 2.0em; }



/*.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#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: 32px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}



.inside img {
	display: block;
	border: 1px solid #fff;
        margin-top: 25px;
	width: 250px;
}

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

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

