* {
	margin: 0;
	padding: 0;
}


/*#wrapper {
    width: 800px;
    margin: 25px auto;

}
*/
#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 2% auto 2em auto;
    position: relative;
	border: 6px solid #c5c5c5;
	background:#555;
}

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

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 5px; /*10px*/
    width: 274px; /*274px*/
	height: 350px;/*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: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.innersection {
	padding: 6px;
	background: #c5c5c5;
	font-family:"Georgia", Times New Roman, Times, serif;
	text-transform:uppercase;
	
}

.innersection img {
	display: block;
	border: 1px solid #fff;
	margin: 0 auto;
	margin-bottom: 2px;
	width: 160px; /*250px*/
}

.innersection h2 {
	font-weight: bold;
	color: #111;
	font-size: 0.4em;
	margin: 0;
}

.innersection p {
	font-size: 8px;
	color: #333;
}

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

a:hover {
	border: 0;
}

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

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

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

.hide {
    display: none;
}