#slider {
    width: 840px;
		height: 370px;
    margin: 0 auto;
    position: relative;
		z-index: 0;
}

.scroll {
	overflow: hidden;
	width: 840px;
	margin: 0 auto;
	position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px 10px 0;
    width: 820px;
	height: 360px;
	background: url(img/panel-bg.png) center bottom no-repeat;
}

.inside {
	padding: 0;
}

.inside img {
	float: left;
	margin: 10px 0 0;
	padding: 10px 10px 0;
	width: 515px;
	background: url(img/prod-shadow.png) center top no-repeat;
}

.inside h2 a {
	font-weight: normal;
	color: #222;
	font-size: 16px;
	margin: 0 0 8px 0;
	text-decoration:none;
}

.slide-info {
	float: left;
	width: 270px;
	height: 280px;
	margin: 70px 0 0;
}

.inside p {
	height: 160px;
	padding: 10px 15px 10px 10px;
	line-height: 1.3em;
	font-family: arial;
	font-size: 20px !important;
	font-weight: bold;
	color: #fff;
}

.read-more{
	height: 30px !important;
	text-align: right;
}
.read-more a{
	color:#fff;
}
.signup-wrap {
	height: 45px !important;
	margin: 0;
	padding: 0 0 0 5px !important;
}
.sign-up-button {
	width: 255px !important;
	height: 45px;
	margin: 0 !important;
	padding: 0 !important;
	background:0 !important;
}

.scrollButtons {
    position: absolute;
    top: 195px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -60px;
}

.scrollButtons.right {
    right: -60px;
}

.hide {
    display: none;
}
