* {
	margin: 0;
	padding: 0;
}
/*
body { 
    font: 11px Helvetica, Arial, sans-serif;
}
*/
/*
#wrapper {
    width: 800px;
    margin: 25px auto;
}
*/
#intro {
    padding-bottom: 10px;
}

#slider {
	height:298px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	width:1135px;
}

.scroll {
	overflow: hidden;
	height: 342px;
	width: 730px;
    margin: 0 auto;
    position: relative;
} /* height needs to be taller */

.scrollContainer {
	position: relative;
}

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

#scrollbottom{
	background-image: url(../images/slideshowbottom.png);
	width: 818px;
	height:33px;
	background-repeat: no-repeat;
	margin: -4px 0 0 172px;
}
#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 232px;
	bottom: 0;
	height:380px;
	background: url(../images/slideshowleft.png);
	background-repeat: no-repeat;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	left: 927px;
	width: 220px;
	bottom: 0;
	height:380px;
	background: url(../images/slideshowright.png);
	background-repeat: no-repeat;
}

#left-shadow1 {
    background: url("../images/slideshowleft.png") no-repeat scroll -174px 0 transparent;
    bottom: 0;
    height: 82px;
    left: 174px;
    position: absolute;
    top: 298px;
    width: 58px;
}

#right-shadow1 {
    background: url("../images/slideshowright.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 82px;
    left: 927px;
    position: absolute;
    right: 0;
    top: 298px;
    width: 58px;
}


.inside {
	padding: 3px;
	border: 1px solid #3F3B3B;
}

.inside img {
	display: block;
	margin: 0;
	width: 250px;
}

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

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

#buttons{
	margin: 25px 0 0 45px;
}

.scrollButtons {
    margin-top:-25px;
    cursor: pointer;
}

.scrollButtons.left {
	padding-left:440px;
}

.scrollButtons.right {
    margin-left: -4px;
}

.hide {
    display: none;
}
