/* Author : Patrick Sy */

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;}
body { line-height:1;}
/* 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:"" "";}

/*** font styles ***/
a,h1,h2,h3,h4,h5,h6,p,pre,table,th,td,label,li,input,textarea,select,blockquote,code,dt,dd {}
a { text-decoration:none; cursor:pointer; color:#666600;}
a:hover, a:focus { text-decoration:none; color:#9d4b0b;}
:focus { outline:0;}

h1,h2,h3,h4,h5,h6 { font-weight:bold;}
p,strong,li,label,pre,table,th,tr,td,tbody,tfoot,thead,blockquote,code  {}
em { font-style:italic;}
strong { font-weight:bold;}
/* ol li { list-style:decimal inside;} */

span.break { display:block; margin-bottom:22px;}
.violet { color:#660066;}
.brown { color:#666600;}
.alignLeft { float:left;}
.alignRight { float:right;}
.caps { text-transform:uppercase;}
.abs div { position:absolute;}
.clr { height:0; clear:both;}

/*** general ***/
body { text-align:center; background:black; font-family:Arial; margin:10px 0;}
:focus { outline:0;}
#wrap { width:700px; padding:40px 0 0 0; background:white; margin:0 auto; position:relative;}
#slideshow { width:700px; height:603px; text-align:center; position:relative;}
#slideshow div { text-align:center; width:700px; margin:0 auto;}
#nav { display:block; float:left; margin:1px; padding:1px; top:0; position:absolute; background:#000; width:696px; font-size:11px; font-weight:bold;}
#nav li { display:block; float:left; margin:1px; list-style:none;}
#nav li a { background:#000; color:#fff; display:block; float:left; padding:2px 8px; text-decoration:none;}
#nav li a:hover, #nav li a:focus { background:#fff; color:#000;}
.btn { display:block; position:absolute; width:68px; height:68px; top:300px;}
#next { background:url(nextBtn.jpg) no-repeat; right:-80px;}
#prev { background:url(prevBtn.jpg) no-repeat; left:-80px;}
#prev:hover, #prev:focus, #next:hover, #next:focus { background-position:0 -82px;}
.btn:hover { background-position:0 -80px;}