.left_panel #wrapper {
    width: 680px;
    margin: 10px 0px 0 36px;
}

.left_panel #intro {
    padding-bottom: 10px;
}

.left_panel #slider {
    width: 680px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ccc;
}

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

.left_panel .scrollContainer {
	position: relative;
}

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

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

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

.left_panel .inside {
	padding: 10px;
	border: 1px solid #999;
}

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

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

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

.left_panel a {
	color: #333;
	text-decoration: none;
}

.left_panel a:hover {

}

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

.left_panel .scrollButtons.left {
    left: -45px;
}

.left_panel .scrollButtons.right {
    right: -45px;
}

.left_panel .hide {
    display: none;
}
