@font-face {
font-family: Sansation_Regular;
src: url('../fonts/Sansation_Regular.ttf');
src: url('../fonts/Sansation_Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Sansation_Regular.woff') format('woff'),
url('../fonts/Sansation_Regular.ttf') format('truetype'),
url('../fonts/Sansation_Regular.svg#Geogrotesque') format('svg');
font-weight: normal;
font-style: normal;
 
}

#container {
	width:980px;
	padding:0px;
	height:415px;
    float:left;
	font-family: Sansation_Regular !important;
}

#example {
	width:980px;
	height:415px;
	position:relative;
	
}


#frame {
	position:absolute;
	z-index:0;
	width:980px;
	height:415px;
	top:0px;
	left:0px;
	margin:0px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:2px;
	z-index:100;
	width:980px !important;
	height:400px !important;
	padding:0 0 0 3px
}
#slides2 {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:970px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:900px;
	height:415px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:0;
	left:3px;
	width:12px;
	height:12px;
	display:block;
	z-index:101;
}

#slides .next {
	left:942px;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:59px;
	padding:0px;
	background:url(../images/banner-bg.png) no-repeat left bottom;
	width:936px;

	color:#fff;
	text-shadow:none;
	margin:0px;
	padding:0px;
}


.caption p {

	margin:0px;
	padding:0px;
}
.caption h3 {
    color:#FFFFFF;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
	padding:9px 55px 0 25px;
	line-height:20px;
}


.plans{ width:970px; height:415px; float:left;}
.plans .box{width:970px; height:415px; float:left; margin:0px; padding:0px;}
.plans .box .project-1{width:280px; height:215px; float:left; margin:0;}
.plans .box .project-1 .project-img, .plans .box .project2 .project-img{width:280px; height:154px; float:left;}
.plans .box .project-1 .project-name, .plans .box .project2 .project-name{width:280px; height:152px; float:left;  text-align:justify; font-family: Sansation_Regular !important;}

.plans .box .project-2{width:280px; height:215px; float:left; margin:0 0 0 64px;}
.plans .box .project-2 .project-img, .plans .box .project2 .project-img{width:280px; height:154px; float:left;}
.plans .box .project-2 .project-name, .plans .box .project2 .project-name{width:280px; height:152px; float:left;  text-align:justify;}

.plans .box .project-3{width:280px; height:215px; float:left; margin:0 0 0 64px;}
.plans .box .project-3 .project-img, .plans .box .project2 .project-img{width:280px; height:154px; float:left;}
.plans .box .project-3 .project-name, .plans .box .project2 .project-name{width:280px; height:152px; float:left; text-align:justify; }