@charset "utf-8";
/* CSS Document */
#example {
	width:581px;
	height:330px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:1px;
	left:9px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:581px;
	height:330px;
	top:-3px;
	left:0px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:20px;
	z-index:100;
	float: left;
	width: 554px;
	left: 29px;
	height: 0px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:525px;
	height:265px;
	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:525px;
	height:265px;
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:106px;
	left:-25px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:526px;
}
.pagination {
	width:550px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 25px;
	text-align: center;
	display: block;
	float: right;
}

.pagination li {
	list-style:none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	float: left;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/templates/theme002/pagination.png);
	background-position:0 0;
	overflow:hidden;
	text-align: center;
	margin: 0px;
}

.pagination li.current a {
	background-position:0 -12px;
}
.tabcontent1 {
display:block !important;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
