* {
	margin: 0;
	padding: 0;
}

body { 
    font: Georgia, 'Courier New', Helvetica, Arial, sans-serif;
}

a:link {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover {
    color: #fff;
}

a:link {
    color: #fff;
}

#wrapper {
    width: 790px;
    margin: 0 auto;
	
}

#player {
	position: relative;
    margin-top: 30px;
	
}

#intro {
    padding-bottom: 20px;
}

#slider {
    width: 790px;
    margin: 0 auto;
    position: relative;
	
}

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

.scrollContainer {
	position: relative;
	width:790px;
	
}

.scrollContainer div.panel {
	padding: 10px;
	width: 180px;
	height: 340px;
}

#left-shadow {
	position: absolute;
	height: 360px;
	top: 0;
	left: 0;
	width: 35px;
	bottom: 0;
	background: url(../images/leftshadow.png) no-repeat;
}

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

.inside {
	padding: 5px;
}

.inside img {
	display: block;
	margin: 0 0 2px 0;
	padding:5px;
	background-color: #fff;
	width: 180px;
}

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


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



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

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

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

.hide {
    display: none;
}
