#wrapper {
	width: 884px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#intro {
	padding-bottom: 10px;
}

#slider {
	width: 884px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scroll {
	overflow: hidden;
	width: 884px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scrollContainer {
	position: relative;
	width: 884px;
}

.scrollContainer div.panel {
	width: 150px;
	height: 200px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	bottom: 0;
	background-image: url(../../../Doo_Web_Back/091228work/html/html/images/leftshadow_6px.png);
	background-repeat: repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	bottom: 0;
	background-image: url(../../../Doo_Web_Back/091228work/html/html/images/rightshadow_6px.png);
	background-repeat: repeat-y;
}*/

.inside {
	padding: 10px;
	width: 150px;
}

.inside img {
	display: block;
	width: 150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #999;
}

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

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

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

.hide {
    display: none;
}

