@charset "utf-8";
/* CSS Document */

#gallery {
	display: block;
	width:960px;
	height:361px;
	overflow:hidden;
	position:relative;
	padding: 0 0 15px 0;
	margin: 0 auto;
	clear: both;
}
.gallery {

	width:960px;
	height:361px;
	overflow:hidden;
	position:relative;
}
.gallery .list {
	width:9999px;
	padding:0;
	margin:0;
	height:361px;
	position:relative;
	list-style:none;
	overflow:hidden;
}
.gallery .list li {
	width:960px;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	/* background: url(../images/bg-gallery.jpg) no-repeat; */
}
.gallery .list li.active {z-index:1;}
.gallery img {
	display:block;
	background: #fff;
	width: 571px;
	height: 335px;
	position: absolute;
	top: 18px;
	left: 348px;
	padding: 8px 8px 0 8px;
}
.gallery .list .text {
	position:absolute;
	top:50px;
	left:39px;
	width:330px;
}
.gallery .list .text h2 {
	font-size:32px;
	line-height:36px;
	font-weight:bold;
	color:#fff;
	margin:0 0 0 3px;
	text-transform: uppercase;
	width: 280px;
	padding-bottom: 10px;

}
.gallery .list .text .holder {
	border-top: solid 1px #2f63aa;
	width:100%;
	padding:10px 0 0;
	overflow:hidden;
	margin:0 0 10px 5px;
}
.gallery .list .text p {
	font:14px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	line-height: 20px;
	width: 280px;
}
.gallery .list .text .btn {
	margin: 16px 0 0 5px;
}
.btn-learn-more {
	background: url(../images/btn-learn-more1.png) no-repeat;
	overflow: hidden;
	display: block;
	width: 109px;
	height:27px;
	cursor:pointer;
	border:none;
	text-indent: -99999px;
	font-size: .1em;
	color: #fff;
}
.btn-learn-more:hover {
	background-position: 0 -27px;
}

.launch-proposal-planner {
	overflow: hidden;
	background: url(../images/btn-request-a-quote.png) no-repeat;
	display: block;
	width: 148px;
	height:29px;
	cursor:pointer;
	border:none;
	text-indent: -99999px;
	font-size: .1em;
	color: #fff;
}
.launch-proposal-planner:hover {
	background-position: 0 -29px;
}




#gallery .paging {
	position:absolute;
	top:270px;
	right:7px;
	padding:0;
	margin:0;
	list-style:none;
	z-index:2;
}
#gallery .paging li {
	padding-bottom: 7px;
}
#gallery .paging li a {
	display:block;
	width:11px;
	height:11px;
	padding:0;
	background:#2e71cf;
	text-indent: -9999px;
}
#gallery .paging li a:hover {background:#862c73}
#gallery .paging li.active a {background:#862c73}
* html #gallery .paging li a {
	width:18px;
	padding:3px 1px 0 0;
}