* {
	margin: 0;
	padding: 0;
}


#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 20px auto 10px auto;
    position: relative;
    border: 10px solid #ABBAEB;
    height:370px;
    background:#E0E6F8 url(../images/slider-bg.jpg) center bottom no-repeat;
}

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

.scrollContainer {
	position: relative;
}

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

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
	display:none;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
	display:none;
	}

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

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

.inside h2 {
	font-size: 14px;
	padding:5px 0 0 0;
}

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

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

a:hover {
}

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

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

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

.hide {
    display: none;
}