/* 
	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 { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page Style
*/
body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#fff;
	padding:0;
	position:relative;
	/*text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;*/
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 7px;
	
}

#navigation {
	/*background-color: #9CC;*/
	margin: 0px 20px 15px 0px;
	padding: 1px 0px 0px 0px;
	border-bottom: 1px solid #CCC;
	/*height: 40px;*/
	clear: both;
	overflow:auto;	
}
.pagination ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}


/*
	Pagination
*/

.pagination {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 660px;
	float: right;
}

.pagination li {
	float:left;
	margin: 0px 1px 0px 1px;
	list-style:none;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 17px;
}

.pagination li a {
	display:block;
	padding:12px 10px 15px 10px;
	/*background-color: #F4F4F4;*/
	color: #00ACEC;
	font-weight: bold;
	float:left;
}
.pagination li a:hover {
	color: #333;
	/*background-color: #CCC;	*/
}

.pagination li.current a {
	color: #333;
	background-color: #F5F5F5;
	font-weight: bold;	
	/*border: 2px solid #F00;*/
	/*background-position:0 -12px;*/
}

.pagination .homebutton a {
	position: absolute;
	top: -40px;
	right: 0px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	padding:6px 5px 6px 5px;
}


.instructions {
	width: 80px;
	display: block;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	display:block;
	padding: 0px 20px 0px 1px;
	margin-top: -4px;
	color: #999;
	line-height: 17px;	
}



#container {
	width: 800px;
	height: 600px;
	padding: 0px;
	margin:0 auto;
	position:relative;
	z-index:0;
	background-color: #FFF;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:5px;
	left:0px;
	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:760px;
	height:460px;
	margin: 0px 20px 0px 0;
	overflow:hidden;
	position:relative;
	display:none;
	/*background-color: #CCC;*/
	/*border: 3px solid #333;*/
}

/*
	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:0px;
	width:760px;
	height:480px;
	display:block;
	/*background-color: #F4F4F4;*/
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	bottom:-15px;
	right:30px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	right:1px;
}



/*
	Footer
*/

#footer {	
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Type and anchors
*/

a:link,a:visited {	
	text-decoration:none;
}

a:hover,a:active {	
	text-decoration:underline;
}

h1 {
	font-size:2em;
}

p {
	font-size:1.3em;
}

#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}

.clear {
	clear:both;	
}

/*.slide {
	position: relative;	
}

.slide .hlight {
	background-color: #F00;
	position: absolute;
	top: -20px;
	padding: 20px;
	left: 0px;	
	z-index:102;
}*/

.slide h2 {
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 24px;
}
#playerhome {
	background-color: #F3F1EA;
	width: 300px;
	height: 70px;
	padding: 10px 20px 25px 20px;
	margin: 5px;
	float: right;	
}
#player {
	width: 290px;
	height: 55px;
	padding: 20px;
	margin: 5px;
	float: right;	
}
#introtexthome {
	width: 345px;
	float: left;
	color: #999;
	padding-top:2px;	
}
#introtext {
	width: 420px;
	float: left;
	color: #999;
	padding-top:2px;	
}

#skintest {
	padding: 100px;	
}
.speaker {
	display: block;
	font-size: 13px;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.bold {
	font-weight: bold;	
}
