#slides{
	width: 100%;
	position:relative;
	overflow:hidden;
/*	margin-right: auto;
	margin-left: auto; */
	background-color: #0066A4;
	margin-top: 10px;
	-moz-border-radius-topleft: 0px 0px;
	-moz-border-radius-topright: 15px 15px;
	-moz-border-radius-bottomright: 15px 15px;
	-moz-border-radius-bottomleft: 15px 15px;	
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 15px 15px;
	-webkit-border-bottom-right-radius: 15px 15px;
	-webkit-border-bottom-right-radius: 15px 15px;
}
.slides_container{
	width:600px;
	height:200px;
	overflow:hidden;
}
.slide{width:600px; height:auto;}

/* Control Nav */
.pagination{position:absolute; top:170px; left:20px; overflow:hidden;  z-index:999;}
	.pagination li{
		float:left;
		font-size:0px;
		line-height:0;
		margin-right:10px;
		text-indent:-5000px;
	}
		.pagination li a{
			display:block;
			height:10px;
			width:10px;
			background: url(../images/pagination.png) -20px 0 no-repeat;
		}
			.pagination li.current a,.pagination li a:hover{background-position:0 0;}
			.pagination li.current a{cursor:default;}
			
.slide img {
	float: right;	
}

/* Caption */
.slider-border{
	position:absolute;
	top:10px;
	left:0px;
	width:900px;
	height:320px;
	overflow:hidden;
}
.caption{
	z-index:999;
	position:absolute;
	top:0px;
	left:0px;
	padding-top:0px;
	padding-left:0px;
	width:50%;
	overflow:hidden;
	font-family:'Maven Pro', sans-serif;
	font-weight:700;
	font-size:34px;
	line-height: 36px;
	text-align: left;
	color: #ECE8F7;	
}
.caption li{
	color:#F0EAF7;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	list-style-type: disc;
	text-align: left;
	width: 50%;
	padding-left: 10px;
	white-space: normal;
	text-wrap: unrestricted;
	}
	.caption .row1{
	color:#EDE0ED;
	display: block;
	font-size: 32px;
	line-height: 34px;
	text-align: left;
/*	float:right; */
	}
	.caption .row2{
		color:#EDE0ED;
	display: block;
	font-size: 32px;
	line-height: 34px;
	

	}
	.caption .row3{
		color:#EDE0ED;
	display: block;
	font-size: 32px;
	line-height: 34px;


	}
		.caption .row4{
		color:#EDE0ED;
	display: block;
	font-size: 32px;
	line-height: 34px;

	}
			.caption .row5{
		color:#EDE0ED;
	display: block;
	font-size: 18px;
	line-height: 24px;
	
	}
	.caption .indents1{padding-left:10px;}
	.caption .indents2{margin-top:-53px; padding-left:50px;}
	.caption .indents3{padding-left:100px; margin-top:-18px;}
	.caption .indents4{padding-left:100px;}
	.caption .indents5{margin-top:-38px;}
	.caption .indents6{padding-left:100px; margin-top:-22px;}
	.caption .indents7{padding-left:100px;}
	.caption .indents8{margin-top:-53px;}
	.caption .indents9{padding-left:100px; margin-top:-18px;}
	.caption .button-wrapper{
/*	position:relative; */
	margin-top: 10px;
	display:block;
}
	.caption a{
		display:inline-block;
		font:700 18px/22px 'Maven Pro', sans-serif;
		color:#343a41;
		letter-spacing:-1px;
		background-position: center -56px;
		background:url(../images/slider-button.gif) center top repeat-x #f5f5f5;
		padding:10px 19px 11px;
		margin-bottom:1px;
		cursor:pointer;
		border-radius:22px;
		-moz-border-radius:22px;
		-webkit-border-radius:22px;
		box-shadow:1px 1px 0px rgba(0,0,0,0.11);
		-moz-box-shadow:1px 1px 0px rgba(0,0,0,0.11);
		-webkit-box-shadow:1px 1px 0px rgba(0,0,0,0.11);
	}
		.caption a:hover{
			text-decoration:none;
			color:#fff;
			background-position: center -56px;
			background-color:#434950;
		}

@media only screen and (max-width: 900px){
	.slides_container{
	width:748px;
	height:350px;
}
	.slide{width:748px;}
	/* Control Nav */
	.pagination{top:10px; left:120px;}
	/* Caption */
	.slider-border{top:10x; left:10x; width:715px; height:235px;}
	.caption{
	padding-top:15px;
	padding-left:100px;
	width:400px;
	text-align: right;
}
	.caption .row1{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	float: right;
	width: 280px;
}
	.caption .row2{font-size: 16px; line-height: 52px;}
	.caption .row3{font-size: 16px; line-height: 24px;}
	.caption .indents1{padding-left:150px;}
	.caption .indents2{margin-top:-42px;}
	.caption .indents3{padding-left:50px; margin-top:-15px;}
	.caption .indents5{margin-top:-30px;}
	.caption .indents6{margin-top:-20px;}
	.caption .indents8{margin-top:-42px;}
	.caption .indents9{padding-left:20px; margin-top:-16px;}
	.caption a{font-size:16px; line-height:20px; letter-spacing:-1px; padding:9px 19px;}

}
@media only screen and (max-width: 600px){
	.slides_container{width:420px; height:226px;}
	.slide{width:420px;}
	/* Control Nav */ 
.pagination{top:10px; left:10px;}
	/* Caption */
	.slider-border, .caption{display:none !important;}
	.caption{
	padding-top:10px;
	padding-left:10px;
	width:250px;
	text-align: right;
}
	.caption .row1{
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	float: right;
	width: 200px;
}
	.caption .row2{font-size: 14px; line-height: 24x;}
	.caption .row3{font-size: 14px; line-height: 24px;}
	.caption .indents1{padding-left:150px;}
	.caption .indents2{margin-top:-42px;}
	.caption .indents3{padding-left:50px; margin-top:-15px;}
	.caption .indents5{margin-top:-30px;}
	.caption .indents6{margin-top:-20px;}
	.caption .indents8{margin-top:-42px;}
	.caption .indents9{padding-left:20px; margin-top:-16px;}
	.caption a{font-size:14px; line-height:20px; letter-spacing:-1px; padding:9px 19px;}
}
@media only screen and (max-width: 479px){
	.slides_container{width:300px; height:161px;}
	.slide{width:300px;}
	/* Control Nav */
	.pagination{top:10px; left:10px;}
	.caption{
	padding-top:15px;
	padding-left:15px;
	width:200px;
	text-align: right;
}
	.caption .row1{
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	float: right;
	width: 150px;
}
	.caption .row2{font-size: 12px; line-height: 24x;}
	.caption .row3{font-size: 14px; line-height: 24px;}
	.caption .indents1{padding-left:150px;}
	.caption .indents2{margin-top:-42px;}
	.caption .indents3{padding-left:50px; margin-top:-15px;}
	.caption .indents5{margin-top:-30px;}
	.caption .indents6{margin-top:-20px;}
	.caption .indents8{margin-top:-42px;}
	.caption .indents9{padding-left:20px; margin-top:-16px;}
	.caption a{font-size:12px; line-height:14px; letter-spacing:-1px; padding:9px 12px;}

}
