* {
	margin: 0;
	padding: 0;
}

#slider {
    width: 900px;
    margin: 0 auto;
    position: relative;
    /*border: 10px solid #000;*/
}

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

.scrollContainer {
	position: relative;
}

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

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

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

.inside {
	padding: 10px;
	/*border: 1px solid #393a39;*/
}

.inside img {
	display: block;
	/*border: 1px solid #666;*/
	margin: 0 0 10px 0;
	width: 250px;
}

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

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

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

a.scrollButtons.left { background: url(../img/leftarrow.png) no-repeat top left; width: 78px; height: 77px; left: -45px; z-index: 499; }
a.scrollButtons.left:hover { background: url(../img/leftarrow-hover.png); }
a.scrollButtons.left:active { background: url(../img/leftarrow-click.png); }

a.scrollButtons.right { background: url(../img/rightarrow.png) no-repeat top right; width: 78px; height: 77px; right: -45px; z-index: 499; }
a.scrollButtons.right:hover { background: url(../img/rightarrow-hover.png); }
a.scrollButtons.right:active { background: url(../img/rightarrow-click.png); }

.hide {
    display: none;
}