/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,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,td {
	border:0;
	outline:0;
}
:focus { outline:0; }
a:active { outline:none; }
body {
	color:black;
}
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td {
	font-weight:normal;
}
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }


#container {
	width:570px;
	position:relative;
	z-index:0;
	height: 422px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#example {
	width:570px;
	height:422px;
	position:relative;
}

#ribbon {
	position:absolute;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:570px;
	height:422px;
}

#slides {
	position:absolute;
	z-index:100;
}

#slides .next,#slides .prev {
	position:absolute;
	top:385px;
	left:243px;
	width:16px;
	height:36px;
	display:block;
	z-index:101;
}
#slides .title{
	position:absolute;
	top:1px;
	left:470px;
	display:block;
	z-index:101;
}

.slides_container {
	width:570px;
	height:422px;
	overflow:hidden;
	position:relative;
	margin-top: 10px;
	margin-left: 10px;
}

#slides .next {
	left:279px;
}

.pagination {
	width:570px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.pagination li {
	float:left;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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

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


a:link,a:visited {
	text-decoration:none;
}

a:hover,a:active {
	text-decoration:underline;
}
body {
	margin-top: 0px;
}
.probtn{
	text-align: right;
}
.mainbtn{
	text-align: center;
}
