img { border:0;}
a { border:0;}

#container {
	width:972px;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:0;
}
#frame {
	position:absolute;
	z-index:0;
	width:972px;
	height:269px;
	top:-3px;
	left:-80px;
}
#example {
	width:972px;
	height:269px;
	position:relative;
}
/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:15px;
	left:15px;
	z-index:100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:972px;
	height:269px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:0;
	width:972px;
	height:269px;
	display:block;
}
/*
	Next/prev buttons
*/
#slides .next, #slides .prev {
	position:absolute;
	bottom:-33px;
	left:432px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:496px;
}
/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	display:none
}
.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;
}
#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}
/*.banner-1 {
	margin:0;
	padding:0;
	background:url(../images/banner-img-1.jpg) no-repeat left top;
	font-family: 'Bliss2Light';
	font-size:30px;
	color:#FFFFFF;
}
.slides_container p {
	line-height:34px;
	margin:84px 0 0 207px;
	width:400px;
}*/
 @font-face {
 font-family: 'Bliss2Light';
 src: url('../images/fonts/bliss2l-webfont.eot');
 src: url('../images/fonts/bliss2l-webfont.eot?#iefix') format('embedded-opentype'),  url('../images/fonts/bliss2l-webfont.woff') format('woff'),  url('../images/fonts/bliss2l-webfont.ttf') format('truetype'),  url('../images/fonts/bliss2l-webfont.svg#Bliss2Light') format('svg');
 font-weight: normal;
 font-style: normal;
}
