/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.3
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* { margin:0; padding:0; }
body { background:#111; }
	img{ border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }

body{font-family:Arial,Helvetica,Verdana,sans-serif;font-size:10px;cursor:default;color:000}
img{display:block}

#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%}
#bg td{vertical-align:middle;text-align:center}
#bg img{min-height:50%;min-width:50%;margin:0 auto}
#cont{position:absolute;top:0;left:0;z-index:70;overflow:auto}
#menu1{position:absolute;top:28px;left:141px;z-index:80;width:999px;line-height:12px; text-decoration: none; list-style: none;}
#menu1 div{height:56px;background:#000;opacity:0.6;filter:alpha(opacity=80);padding:7px 0 0 7px; text-decoration: none; list-style: none;}
#menu2{position:absolute;bottom:28px;left:140px;z-index:80;width:899px;line-height:12px; text-decoration: none; list-style: none;}
#menu2 div{height:56px;background:#000;opacity:0.6;filter:alpha(opacity=80);padding:7px 0 0 7px; text-decoration: none; list-style: none;}
.iconcb{width:16px;height:16px;float:right;padding:28px 14px}


h1{position:relative;left:-141px;margin-bottom:-63px;width:140px;opacity:0.99}
h1 a{padding:41px 10px 10px 0;color:#999;background:#000 url(go.gif) 0 -30px repeat-x;font-size:12px; font-weight: lighter; text-align:right;display:block}
h1 a:hover{background:#000 url(go.gif) 0 43px repeat-x text-decoration: none font-weight: lighter}
li a{height:12px;padding:0 5px;font-weight: lighter;color:#fff;text-decoration: none; list-style: none; display:block border: 0px;}
li a:hover,li.cur a{color:#fff; text-decoration: none; list-style: none; border: 0px;}


a:link { font-weight: lighter; text-decoration : none; color : #999; border: 0px;} 
a:active { font-weight: lighter; outline: none; text-decoration : none ; color : #fff; border: 0px;} 
a:focus {outline:0;}
a:visited { font-weight: lighter; text-decoration : none; color : #fff; border: 0px;} 
a:hover { font-weight: lighter; text-decoration : none; color : #fff; border: 0px;}

a.linxz:link { font-weight: lighter; text-decoration : none; color : #666666; border: 0px;} 
a.linxz:active { font-weight: lighter; outline: none; text-decoration : none ; color : #ff6600; border: 0px;} 
a.linxz:focus { -moz-outline-style: none; }
a.linxz:visited { font-weight: lighter; text-decoration : none; color : #666666; border: 0px;} 
a.linxz:hover { font-weight: lighter; text-decoration : none; color : #ff6600; border: 0px;}

.content {
	margin: 0 auto;
	width: 700px;
	height: 600px;
	display: block;
	font-family:Arial,Helvetica,Verdana,sans-serif;font-size:12px;color:#666666;
	border-top: dotted #333333 1px;
	border-bottom: dotted #333333 1px;
}
div#nav {
	font: 11px Arial,Helvetica,Verdana,sans-serif;
	float: left;
	display: block;
}
#navigation {
	float: right;
	margin: 4px 2px;
	padding: 0;
	list-style: none;
	text-align: right;
	background: transparent;
}
#navigation a, #navigation span {
	display: block;
	text-decoration: none;
	background: transparent;
}
#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
	background: transparent;
}
#navigation .open a, #navigation .open span {
	background: transparent;
}
#navigation .subMenu {
	background: transparent;
	list-style: none;
	font: 10px "Arial", Helvetica, Sans-Serif;
	margin: 0;
	padding: 2px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 100;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #666666;
padding: 1px;
left: -50px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -205px;
left: 50px; /*position where enlarged image should offset horizontally */
}

