
#gallery-wrapper {
    width: 529px;
    margin: 25px auto;
}

#intro {
    padding-bottom: 0;
}

#slider {
    width: 529px;
    margin: 0 auto;
    position: relative;
	text-align: left;
	background: url(../images/panel-bg.jpg) repeat-x;
	z-index: 10;
}

.scroll {
	overflow: hidden;
	width: 529px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 174px;
	height: 220px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow2.png) no-repeat top left;
	z-index: 5;
	height: 188px;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow2.png) no-repeat top right;
	z-index: 5;
	height: 188px;
}

.inside {
	padding: 10px 10px 8px 10px;
	border: 1px solid #ccc;
	background: #6F6F6F;
	z-index: 1;
}

.inside img {
	display: block;
	border: 1px solid #D0C2DB;
	margin: 0 0 0 0;
	width: 150px;
}

img.enlarge {
	width: 16px;
	height: 15px;
	border: none;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 0 0;
}

.inside p {
	font-size: 10px;
	color: #fff;
	line-height: 10px;
	padding: 5px 0 0 0;
}

#slider a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	line-height: 10px;
}

#slider a:hover {
	border-bottom: 1px solid #F2ECF7;
}

.scrollButtons {
    position: absolute;
    top: 58px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0px;
	z-index: 100;
}

.scrollButtons.right {
    right: 0px;
	z-index: 100;
}

.hide {
    display: none;
}
