.hpstyle #wrapper {
    width: 700px;
    margin: 0px auto;
margin-left:-7px;
background-color:#e8e8e8;

}

.hpstyle #flash-background{
		width:710px;
		height:365px;
		text-align:left;
		position:absolute;
		top:774px;
		z-index:0;
	}


.hpstyle #intro {
    padding-bottom: 10px;
}

.hpstyle #slider {
    width: 700px;
    margin: 0 auto;
    position: relative;
    border: 5px solid #F4F4F4;
}

.hpstyle .scroll {
	overflow: hidden;
	width: 700px;
    margin: 0 auto;
    position: relative;
}

.hpstyle .scrollContainer {
	position: relative;
    margin-left: -70px;
}

.hpstyle .scrollContainer div.panel {
    padding: 10px;
    width: 274px;
    height: 340px;
}

.hpstyle #left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/hp/leftshadow.png) repeat-y;
}

.hpstyle #right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/hp/rightshadow.png) repeat-y;
}

.hpstyle .inside {
	padding: 10px;
	border: 1px solid #999;
background-color:#ffffff;
}

.hpstyle .inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.hpstyle .inside iframe {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 100%;
}

.hpstyle .inside object {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 100%;
}

.hpstyle .inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.hpstyle .inside p {
	font-size: 9px;
	color: #ccc;
}

.hpstyle a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.hpstyle a:hover {
	border-bottom: 1px solid #999;
}

.hpstyle .scrollButtons {
    position: absolute;
    top: 147px;
    cursor: pointer;
}

.hpstyle .scrollButtons.left {
    left: -45px;
}

.hpstyle .scrollButtons.right {
    right: -45px;
}

.hpstyle .hide {
    display: none;
}