 
* {
	margin: 0;
	padding: 0;
}

body { 
}

div#wrapper {
	position:relative;
    width: 460px;
	 margin-top: 20px;
	 height: 550px;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 450px;
    margin: 0 auto;
    position: relative;
	border: 5px solid #BDBEB9;
	background-color: #f7f7f5;
}

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

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 5px;
    width: 260px;
	height: auto;
}

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

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

.inside {
	padding: 7px 0px;
}

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

.inside h2 {
	font-weight: bold;
	color: #222222;
	font-size: 12px;
	margin-bottom: 5px;
	clear: both;
}

.inside p {
	color: #222;
	font-size: 10px;
	line-height: 130%;
	margin-top: 0px;
}

.inside a {
	font-weight: bold;
	font-size: 85%;
	margin-top: 7px;
	float: right;
}

.inside a:hover {
}

.scrollButtons {
    position: absolute;
    width: 20px !important ;
    top: 16px;
    cursor: pointer;
}

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

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

.hide {
    display: none;
}