@charset "utf-8";
/* CSS Document by Armada Studio */
img {
	border: 0px;}

body {
	background-color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;}
	
#header {
	width: 100%;
	height: 234px;
	background:url(images/bkg_top.png) repeat-x;}
#top_phone {
	width: 934px; 
	height: 60px; 
	margin: auto;}
#content {
	width: 100%;
	min-height: 130px;
	background-color: #FFF;}
#footer {
	width: 100%;
	height: 87px;
	background:url(images/bkg_footer.png) repeat-x;}	
	
	
	
#container {
	width:931;
	padding-top:30px;
	position:relative;
	z-index:0;
}
#example {
	width:931;
	height:306px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:931px;
	height:306px;
	top:0px;
	left:0px;
}
/*
	Slideshow
*/

#slides {
	position:absolute;
	top:6px;
	left:9px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:912px;
	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 a {
	width:856px;
	height:444px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position: absolute;
	top: 117px;
	left: -39px;
	width: 71px;
	height: 72px;
	display: block;
	z-index: 101;
}

#slides .next {
	left: 882px;
}

/*
	Pagination
*/

.pagination {
	margin-top:315px;
	width:100px;
	position:absolute;
	top:0px;
	left:395px;
	z-index:102;
}

.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(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
