#slidedeck_frame {
	width:961px;
	height:371px !important;
	background:#3d7edb;
	overflow:hidden;
}
#slidedeck_frame dl {
	width: 961px;
	height: 371px !important;
	margin: 0;
}			
.slidedeck dd {
	height: 371px !important;
	background:#2c61af;
	color:#fff;
	overflow:hidden;
}
.slidedeck dd.item1, .slidedeck dt#item1 {
	background:#2c61af;
}
.slidedeck dd.item2, .slidedeck dt#item2 {
	background:#336bbb;
}
.slidedeck dd.item3, .slidedeck dt#item3 {
	background:#3771c5;
}
.slidedeck dd.item4, .slidedeck dt#item4 {
	background:#3d7edb;
}
	.slidedeck dd img {
		position:absolute;
		right:0;
		top:0;
	}
	.slidedeck dd h2 {
		font-size:26px;
		line-height:33px;
		font-weight:normal;
		padding-right:10px;
		margin-bottom:19px;
		color:#fff;
	}
	.slidedeck dd .inner {
		padding:35px 0 0 0;
		width:200px;
	}
.slidedeck dt {
	cursor: pointer;
	height: 39px;
	color: #505050;
	width:371px !important;
	overflow:hidden;
}
.slidedeck dt:hover {
	color: #000;
	background-position: center left;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	color: #fff;
	background-position: bottom left;
}
.slidedeck dt .index {
	background:url(images/marker.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
	width:22px !important;
	height:22px !important;
	overflow:hidden;
	left:15px !important;
	top:29px !important;
	color:#1f4172;
}
.slidedeck dt.active .index {
	background-position:0 -22px;
}
.button-alt {
	background:url(images/button-alt.png) no-repeat 0 0;
	width:91px;
	height:38px;
	line-height:38px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
}
.button-alt:hover {
	color:#2c61af;
}
.extra-line {
	height:1px;
	overflow:hidden;
	background:#fff;
	font-size:0;
	line-height:0;
	position:absolute;
	left:0;
	top:371px;
	width:961px;
	z-index:3000;
}