/* 
	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; }
a:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }*/
#selection ol, #selection ul { list-style:none; }
#selection table { border-collapse:separate; border-spacing:0; }
#selection caption, #selection th, #selection td { text-align:left; font-weight:normal; }
#selection blockquote:before, #selection blockquote:after, #selection q:before, #selection q:after { content:""; }
#selection blockquote, #selection q { quotes:"" ""; }

/*
	Slideshow style
*/

#slides {
	z-index:100;
}

.slides_container {
	width:195px;
	height:250px;
	overflow:hidden;
	position:relative;
	display:none;
	margin-bottom:-150px;
}

/*
	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 {
	line-height:16px;
	width:195px;
	height:auto;
	display:block;
	background:transparent;
	padding:0px;
	text-transform:uppercase;
}

/*
	Next/prev buttons
*/
#selection .next, #selection .prev
{
	color:#003c8d;
	float:right;
	position:relative;
	z-index:1000;
}

#selection .prev {
	margin-right:15px;
}

#selection .next:hover, #selection .prev:hover
{
	color:#fff;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
}

.pagination li {
	float:right;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:none;
	width:12px;
	height:12px;
	padding-top:0px;
	background-image:none;
	background-position:0 0;
	float:left;
	overflow:hidden;
	font-size:0px;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Type and anchors
*/

#selection h1 {
	font-size:2em;
}

#selection p {
	
}

#slides .link {
	display:block;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:800;
}