#net { 
	width:1003px;
	height:171px;
	position:relative;
}

#container {
	width:1003px;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:1003px;
	height:171px;
}

#example {
	width:1003px;
	height:171px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	left:2px;
	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:1003px;
	height:171px;
	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 {
	width:1003px;
	height:171px;
	display:block;
}
/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:60px;
	left:10px;
	width:42px;
	height:41px;
	display:block;
	z-index:101;
}

#slides .next {
	left:950px;
}

/*
	Pagination
*/

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

/*
	Type and anchors
*/

h1 {
	font-size:2em;
}

p {
	font-size:1.3em;
}

#slides .link {
	display:block;
	font-weight:800;
}