/* CSS Document */
html { overflow:-moz-scrollbars-vertical }
body { background: #2a2a2e url(images/bgmain.jpg) top left no-repeat; height: 842px; font-family: Arial }

* {	margin:0; padding:0 }

/* Table */
table					{ border: 0; margin-top: 60px }
th                      { padding: 0; text-align:left; vertical-align: top }
td                      { padding: 0 }

table, a, img, div, input, h1, h2, h3, li, table td, p, body { behavior: url("iepngfix.htc") }

.se {visibility: hidden; display: none; font-size: 0; line-height: 0px; height: 0px }
#intro-bar { margin: 18px auto }

#slideshow { list-style:none; color:#fff }
#slideshow span { display:none }
#wrapper { width:874px; margin:0 auto; display:none }
#wrapper * { margin:0; padding:0 }
#fullsize { position:relative; width:869px; height:364px; border:3px solid #fff; background:#000 }

#information	{ position:absolute; bottom:0; width:869px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70) }
#information h3	{ padding:4px 8px 3px; font: bold 16px Arial; text-transform: uppercase }
#information p	{ padding:0 8px 8px; font: 12px Arial }

#image		{ width:869px }
#image img	{ position:absolute; z-index:25; width:auto }

.imgnav { position:absolute; width:25%; height:364px; cursor:pointer; z-index:150 }
#imgprev { left:0; background:url(images/left.gif) left center no-repeat }
#imgnext { right:0; background:url(images/right.gif) right center no-repeat }
#imglink { position:absolute; height:364px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40) }
.linkhover { background:url(images/link.gif) center center no-repeat}

#thumbnails					{ margin-top:15px }
	#slideleft 				{ float:left; background: #151515 url(images/scroll-left.gif) center center no-repeat }
	#slideleft:hover		{ background-color:#000 }
	#slideright				{ float:right; background:#151515 url(images/scroll-right.gif) center center no-repeat }
	#slideright:hover		{ background-color:#000 }
	#slideleft, #slideright { width:15px; height:97px; border: 1px solid #484848 }
	#slidearea 				{ float:left; position:relative; width:830px; margin-left:5px; height:98px; overflow:hidden }
	#slider 				{ position:absolute; left:0; height:100px }
	#slider img 			{ cursor:pointer; border:1px solid #666; padding:2px }

