* {
	margin: 0;
	padding: 0;
}
img{ border:none;}
ul, li{ list-style-type:none;}


#wrapper {
    width: 644px;
    margin: 25px auto;

	
}

#intro {
    padding-bottom: 10px;
}

#slider, #slider2{
    width: 620px;
  /*  margin: 0 auto;*/
    position: relative;
	border: 10px solid #9c5d26;
	
}
#slider2 { padding:4px 0 10px; overflow:hidden;/*min-height:880px; height:auto !important; .min-height:910px; _height:910px;*/}

.scroll {
	overflow: hidden;
	width: 620px;
    margin: 0 auto;
    position: relative;
	background-color:#6f4318;
		height:600px;
}

.scrollContainer {
	position: relative;
	background-color:#6f4318;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	
}

#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;
}

.inside {
	padding: 10px;
	background:#dedbd8;
	border: 1px solid #fff ;
	
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}


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

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

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

.hide {
    display: none;
}
