
/*
	Page Style

body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(img/background.png) repeat top center;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}*/

#container {
	width:900px;
	
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:5px;
	left:15px;
	z-index:100;
}

#slides a:link, #slides a:visited {
	color:#ff9d00;
	text-decoration:none;
}

#slides a:hover, #slides a:active {
	color:#ff9d00;
	text-decoration:underline;
}

/*
	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:920px;
	height:310px;
	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:20px;
	width:880px;
	height:320px;
	display:block;
}
#slides .slide h1{
	color:#030368;
}
#slides .slide p{
	color:#4d64a9;
}


/*
	Next/prev buttons
*/
#slides .next, #slides .prev {
	position:absolute;
	top:127px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:935px;
}

/*
	Pagination
*/

.pagination {
	margin:2px 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;
}


#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}