@charset "utf-8";
/* Looped slider content */
.container {
	width:970px;
	height:280px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	margin:0 auto;
	
}
.slides { position:absolute; top:0; left:0; }
ul.pagination {
	list-style:none;
	padding:0;
	margin:0;
	position: relative;
	width:100%;
	height:15px;
	float:left;
	background-color: #232629;
	
}
ul.pagination li  {
	float:left;
	width:9px;
	height:9px;
	float:left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	margin-top: 10px;
	background-image: url(../images/bla.png);
	background-repeat: no-repeat;
	background-position: center center;
}
ul.pagination li a {

	display:block;
	width:9px;
	height:9px;
float:left font-size:0px; 	
}
ul.pagination li.active a {
	background-image: url(../images/bla1.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.slider img{
	float:left;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15;
	margin-left: 0;
}
.leftContent{
	width:270px;
	float:right;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.leftContent h2{
	width:100%;
	float:left;
	font-size:32px;
	padding-bottom:10px;
	color: #003;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.leftContent p{
	width:300px;
	float:left;
	font-size:20px;
	color:#fff;
	line-height:21px;
	padding-bottom:35px;
	font-weight: bolder;
	font-style: italic;
}
.leftContent p a{
	color: #ECE810;
}