﻿#wrapper {
    width: 890px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 890px;
    margin: 0 auto;
    position: relative;
	border: 0px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 890px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 0 12px;
    width: 280px;
	height: 425px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background-image: url(../images/leftshadow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background-image: url(../images/rightshadow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.inside {
	padding: 0 0 30px 0;
	border: 0px solid #999;
	background: url('../images/shad.png') center bottom no-repeat;
	
}

.inside img {
	display: block;
	margin: 0 0px 10px 0px;
	width: 180px;
}



/*
.inside h2 {}
.inside p {}

a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

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;
}
