
/* PAGE GLOBALS */
#gallery-wrapper {
	text-align:center;
}

#showcase {
	width:850px;
	text-align: center;
}

#thumb {
	width:500px;
	text-align: center;
}

/* needed for IE to make :active state work first time */
a, a:visited {
color:#000;
} 
/* COMMON STYLING FOR ALL GALLERY LAYOUTS */
a.gallery, a.gallery:visited {
display:block; 
display:inline-block; 
color:#000; 
text-decoration:none; 
border:1px solid #585858; 
width:64px; 
height:96px; 
float:left; 
margin:4px; 
z-index:50;
}
/* LIST THUMBNAIL PICS HERE */
a.slidea {background:url("/screens/Guardian_tn.jpg");}
a.slideb {background:url("/screens/iqbanarun_tn.jpg");}
a.slidec {background:url("/screens/basevsbase_tn.jpg");}
a.slided {background:url("/screens/Glassmatrix_tn.jpg");}
a.slidee {background:url("/screens/newpreload_tn.jpg");}
a.slidef {background:url("/screens/Palace_tn.jpg");}
a.slideg {background:url("/screens/agalai_tn.jpg");}
a.slideh {background:url("/screens/sol_tn.jpg");}
a.slidei {background:url("/screens/hyper_tn.jpg");}
a.slidej {background:url("/screens/jump_tn.jpg");}
a.slidek {background:url("/screens/rats_tn.jpg");}
a.slidel {background:url("/screens/newbiezone_tn.jpg");}

a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #B4F9FF;}
/* FULL SIZE PICS HERE */
a.slidea em {background:url("/screens/Guardian_800.jpg") 18px 5px no-repeat;}
a.slideb em {background:url("/screens/iqbanarun_800.jpg") 5px 5px no-repeat;}
a.slidec em {background:url("/screens/basevsbase.jpg") 5px 5px no-repeat;}
a.slided em {background:url("/screens/Glassmatrix_800.jpg") 5px 5px no-repeat;}
a.slidee em {background:url("/screens/newpreload_800.jpg") 5px 5px no-repeat;}
a.slidef em {background:url("/screens/Palace_800.jpg") 5px 5px no-repeat;}
a.slideg em {background:url("/screens/agalai_800.jpg") 5px 5px no-repeat;}
a.slideh em {background:url("/screens/sol_800.jpg") 5px 5px no-repeat;}
a.slidei em {background:url("/screens/hyper_800.jpg") 5px 5px no-repeat;}
a.slidej em {background:url("/screens/jump_800.jpg") 5px 5px no-repeat;}
a.slidek em {background:url("/screens/rats_800.jpg") 5px 5px no-repeat;}
a.slidel em {background:url("/screens/newbiezone_800.jpg") 5px 5px no-repeat;}
/*---------------------------------------------
FOUR GALLERY LAYOUT FORMATS FOLLOW 
----------------------------------------------*/
/* GALLERY 1: styling for TOP gallery -425- */
/* big box container */
#container {
	position:relative;
	width:800px;
	height:675px;
	margin:0;
	text-align: center;
}
#container img {
border:0;
}
#container #thumbs {
	position:absolute;
	left:0;
	top:0;
	width: 850px;
}
#container a.gallery:hover span {
	display:block;
	position:absolute;
	height:50px;
	top:100px;
	left:5px;
	padding:5px;
	z-index:100;
	width: 800px;
	font-weight:bold;
	font-size:0.9em;
	color:#B4F9FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container a.gallery:active, #container a.gallery:focus {
border:1px solid #000;
}
/* big picture view */
#container a.gallery:active em, #container a.gallery:focus em {
	display:block;
	position:absolute;
	width:850px;
	height:675px;
	top:145px;
	left:5px;
	z-index:50;
	background-color: #000000;
}
/* OUR BRANDING */
#container h1 {
clear:both; 
margin-left:10px; 
padding-top:145px; 
text-align:center;
font-size:70%;
font-weight:normal;
color:#999999;
}

#container a 
{
  color:#cccccc;
  text-decoration: underline;
}

#container a:hover
{
  text-decoration: none;
}
