
/*------------------------------------------------------------------------------------------------------*/
/* Reset 																								*/
/*------------------------------------------------------------------------------------------------------*/

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, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*------------------------------------------------------------------------------------------------------*/
/* General	 																							*/
/*------------------------------------------------------------------------------------------------------*/

body{
	margin:10px;
	font:normal 12px "Century Gothic", sans-serif;color:#ffffff;line-height:12pt;
	background:#000000;
}

a{text-decoration:none;color:#ffffff;}
a:link {}	
a:visited {text-decoration:none;}
a:hover{text-decoration:none;}	
a:active {text-decoration:none;}

a img{border:0px none}

p{
	margin-bottom:15px;
	margin-right:50px;
}

b{
	font-weight:bold;
}
li{
	margin-left:20px;
}

#stage{
	position:absolute;
	width:976px;
	height:628px;
	margin:-314px 0 0 -488px;
	left:50%;
	top:50%;
	border:0px solid red;
}

/*------------------------------------------------------------------------------------------------------*/
/* Head																									*/
/*------------------------------------------------------------------------------------------------------*/

#header{
	position:relative;
	height:50px;
	margin:0px;
	border:0px solid green;
}

#header #headline{
	position:absolute;float:left;
	bottom:0px;left:0px;
	padding:10px;
	font-size:24px;line-height:24px
}	

#header #logo{
	position:absolute;
	bottom:0px;right:0px;
	padding:0px;
}

/*------------------------------------------------------------------------------------------------------*/
/* Content																								*/
/*------------------------------------------------------------------------------------------------------*/

#content{
	position:relative;
	display:inline-block;
	height:528px;
	margin:0px;
	border:0px solid blue;
}	

#contentLeft{
	overflow-y:auto;
	float:left;
	height:508px;
	width:546px;
	padding:10px;
	border:0px solid blue;
	font-size:14px;
scrollbar-shadow-color: #2D2C2D;
scrollbar-highlight-color:#2D2C2D;
scrollbar-3dlight-color: #2D2C2D;
scrollbar-darkshadow-color: #2D2C2D;
scrollbar-track-color: #2D2C2D;
scrollbar-arrow-color: #cccccc;	
scrollbar-face-color: #000000;
}


#contentLeft::-webkit-scrollbar {
	background: #2d2C2D;
    }

#contentLeft::-webkit-scrollbar-thumb {
    background: #666666;
	border-radius: 10px;
}


#contentRight{
	float:left;
	height:508px;
	width:390px;
	padding:10px;
	border:0px solid green;
}


.box{
	position:relative;
	float:left;
	padding:0px;
	margin:10px;
	width:175px; /*175*/
	height:155px; /*155*/
	border:0px solid cyan;
	background:#080505;
	text-align:center;
}

.box a{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background: rgba(0,0,0,0); /* Fixes an IE bug */
	border:0px solid cyan;
}

.lightbox{
	position:absolute;
	overflow:hidden;
	top: 0px;
	left:0px;
	width: inherit;
	height: inherit;
	padding: 0px;
	margin:0px;
	border:0px solid pink;
	/*
	  -moz-transition-property: height, width;
  -webkit-transition-property: height, width;
  transition-property: height, width;
  -moz-transition-duration: 1s, 1s;
  -webkit-transition-duration: 1s, 1s;
  transition-property-duration: 1s, 1s;
  -moz-transition-delay: 0, 1s;
  -webkit-transition-delay: 0, 1s;
  transition-property-delay: 0, 1s;
  */

	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.image{
	width:inherit;
	height:inherit;
}

.lightbox .navtext{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:70px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

.lightbox .description{
	display:none;
	width:100%;
	margin:0px;
	color:#999999;
}

.description .title{
	font-weight:bold;
}
.lightbox .close {
	position: absolute;
	width: 20px; height: 20px;
	right: 20px; top: 20px;
	display:none;
	z-index:+1;
}

.lightbox .close a {
	height: auto; width: auto;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	background: #22272c;
	font-weight: bold;
	float: right;
}

div[id^=image]:target {
	overflow:visible;
	left:0px;
	top:0px;
	width: 956px;
	height: 508px;
	z-index: 5000;
	padding:0px;
	background-color:rgba(0,0, 0, 0.9);
	border:0px solid green;
}

div[id^=image]:target .image{
	width:inherit;
	height:492px;
}

div[id^=image]:target .close {
	display: block;
}
div[id^=image]:target .description {
	display: block;
}

div[id^=image]:target .expand {
	display: none;
}

div[id^=image]:target img{
	/* Inherit the width and height from the parent element */
	top:0px !important;
	left:0px !important;
	margin:0px;
	padding:0px;
	max-height: 96% !important;
	max-width: 100% !important;
}

div#image-A1:target, div#image-A2:target , div#image-A3:target , div#image-A4:target, div#image-A5:target {top:0px}
div#image-B1:target, div#image-B2:target , div#image-B3:target , div#image-B4:target, div#image-B5:target {top:-175px}
div#image-C1:target, div#image-C2:target , div#image-C3:target , div#image-C4:target, div#image-C5:target {top:-350px}

div#image-A1:target, div#image-B1:target, div#image-C1:target  { left:0px}
div#image-A2:target, div#image-B2:target, div#image-C2:target  { left:-195px}
div#image-A3:target, div#image-B3:target, div#image-C3:target  { left:-390px}
div#image-A4:target, div#image-B4:target, div#image-C4:target  { left:-585px}
div#image-A5:target, div#image-B5:target, div#image-C5:target  { left:-780px}

div#image-A1-C, div#image-A2-C , div#image-A3-C , div#image-A4-C, div#image-A5-C {top:0px}
div#image-B1-C, div#image-B2-C , div#image-B3-C , div#image-B4-C, div#image-B5-C {top:175px}
div#image-C1-C, div#image-C2-C , div#image-C3-C , div#image-C4-C, div#image-C5-C {top:350px}

div#image-A1-C, div#image-B1-C, div#image-C1-C  { left:0px}
div#image-A2-C, div#image-B2-C, div#image-C2-C  { left:195px}
div#image-A3-C, div#image-B3-C, div#image-C3-C  { left:390px}
div#image-A4-C, div#image-B4-C, div#image-C4-C  { left:585px}
div#image-A5-C, div#image-B5-C, div#image-C5-C  { left:780px}
/*------------------------------------------------------------------------------------------------------*/
/* Footer																								*/
/*------------------------------------------------------------------------------------------------------*/

#footer{
	position:absolute;
	bottom:0px;left:0px;
	height:30px;
	padding:10px;
	border:0px solid yellow;

}

#footer a{text-decoration:none;font-weight:bold;font-size:16px ;padding-right:30px;}
#footer a:link {}
#footer a:visited {text-decoration:none;}
#footer a:hover{text-decoration:underline;}	
#footer a:active {text-decoration:none;}


