#mb_slider {
    margin: 0 auto;
    position: relative;
}

.mb_scroll {
	overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.mb_scrollContainer {
	position: relative;
}

.mb_scrollContainer div.panel {
    width: 374px;
	height: 374px;
}

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

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

.mb_inside {
	width: 100px;
	height: 374px;
	line-height: 374px;
	display: block;
	text-align: center;
}

.mb_inside img {
	vertical-align: middle;
}

.mb_inside h2 {
}

.mb_inside p {
}

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

.leftScroll {
    cursor: pointer;
}

.rightScroll {
    cursor: pointer;
}