/*
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th { margin:0px; padding:0px; border:auto; outline:0; font-family:arial; font-size:12px; font-weight:normal; color: #444444; font-style:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1px; color:black; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0px; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/
body {
	background-color:transparent;
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0px;
	color:#FFFFFF;
	padding:0px 0px;
	position:relative;
	text-shadow:0px 1px 0px rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#container {
	border:0px solid #000000;
	overflow:visible;
	width:800px;
	height:240px;
	padding:0px;
	margin:0px auto;
	position:relative;
	z-index:0;
}

#example {
	border:0px solid #000000;
	overflow:visible;
	width:800px;
	height:240px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:99;
	width:800px;
	height:240px;
	top:0px;
	left:0px;
}

/*
	Slideshow
*/

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

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

.slides_container {
	border:0px solid #000000;
 	overflow:hidden;
 	width:686px;
 	height:240px;
	overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
	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 div.slide {
	border:0px solid #000000;
 	overflow:hidden;
	width:686px;
	height:240px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:relative;
	display:block;
	z-index:101;
}

#slides .next {
	left:0px;
}

/*
	Pagination
*/

.pagination {
	border:0px solid #000000;
	margin:12px auto;
	margin-left:75px;
	margin-top:8px;
	width:670px;
	height:12px;
	text-align:center;
}

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

.pagination li a {
	display:block;
	width:12px;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0px 0px;
	float:left;
	overflow:hidden;
	color:transparent;
	font-size:0px;
}

.pagination li a:hover {
	color:transparent;
}

.pagination li.current a {
	background-position:0px -12px;
	color:transparent;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0px;
	height:30px;
	padding:5px 20px 0px 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33em;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0px 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0px;
	font-size:1.0em;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#2c97b9;
	text-decoration:none;
}

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

.title {
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	color: #666666;
}

.desc {
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	color: #666666;
}
