* {
  margin: 0px;
  padding: 0px;
}

html {
	overflow: hidden;
}

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  background: #fff;
  margin: 0px 10px;
}

a {
	color: #999;
	text-decoration: none;
}

a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}

a:hover {
	color: #000;
}

img {
  outline: 0px;
  border: 0px;
}

.hide {
  display: none !important;
}

#header {
	height: 34px;
	border-bottom: 1px solid #000;
	z-index: 0;
}

#logo {
	position: absolute;
	left: 30px;
	color: #999;
	height: 20px;
	top: 14px;
	font-size: 14px;
}

#about {
	position: absolute;
	left: 161px; 
	height: 20px;
	top: 14px;
	color: #999;
	font-size: 14px;
}

#menu {
	position: relative;
	height: 64px;
	border-bottom: 1px solid #ccc;
}
#menu ul {
	margin-left: 20px;
}
#menu li {
	position: inline;
	width: auto;
	float: left;
	list-style: none;
}

#menu li a {
	display: inline-block;
	height: 20px;
	font-size: 10px;
	margin-top: 44px;
	margin-right: 54px;
	-webkit-transition: all .2s;
}
#menu li:last-of-type a {
	margin-right: 0px;
	margin-left: 54px;
}
#menu li a:hover,
#menu li a.active {
	color: #444;
}

#controls {
	position: absolute;
	left: 330px;
	right: 0px;
	bottom: 1px;
	text-align: center;
}
#controls div {
	position: absolute;
	width: 180px;
	left: 50%;
	margin-left: -85px;
}
#controls a {
	position: absolute;
	bottom: 5px;
	width: 45px;
	display: block;
	height: 20px;
	text-indent: -6000px;
}
#controls a.prev {
	left: 0px;
	background: url(/assets/images/controls.png) no-repeat 15px 10px;
}
#controls a.prev:hover {
	background: url(/assets/images/controls.png) no-repeat 15px bottom;
}
#controls a.play-pause {
	left: 45px;
	background: url(/assets/images/controls.png) no-repeat -30px 10px;
}
#controls a.play-pause:hover {
	background: url(/assets/images/controls.png) no-repeat -30px bottom;
}
#controls a.play-pause.play {
	background: url(/assets/images/play.png) no-repeat center 10px;
}
#controls a.play-pause.play:hover {
	background: url(/assets/images/play.png) no-repeat center bottom;
}


#controls a.next {
	right: 45px;
	background: url(/assets/images/controls.png) no-repeat -75px 10px;
}
#controls a.next:hover {
	background: url(/assets/images/controls.png) no-repeat -75px bottom;
}
#controls a.close {
	right: 0px;
	background: url(/assets/images/controls.png) no-repeat -116px 10px;
}
#controls a.close:hover {
	background: url(/assets/images/controls.png) no-repeat -116px bottom;
}


#page {
	position: absolute;
	top: 108px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#content {
	position: absolute;
	top: 0px;
	bottom: 35px;
	left: 340px;
	right: 10px;
	overflow: hidden; 
	z-index: 2000;
}
#content.loading {
	background: url(/assets//images/loader.gif) no-repeat center center;
}
#content.panorama {
	left: 10px;
}


#side {
	position: absolute;
	top: 0px;
	left: 30px;
	bottom: 35px;
	font-size: 10px;	
  width: 307px;
}
#projectlist, #projectlabel, #contact {
	position: absolute;
	width: 307px;
	top: 50%;
}

.ie6 #projectlist, .ie6 #projectlabel, .ie6 #contact {
	top: auto;
	bottom: 20px;
}

#projectlist ul, #meta, #address {
	position: absolute;
	bottom: -6px;
}
#projectlist li {
	list-style: none;
	line-height: 16px;
	padding-bottom: 1px;
}

#projectlist.twentyfive,
#projectlabel.twentyfive,
#contact.twentyfive,
#projectlist.twenty,
#projectlabel.twenty,
#contact.twenty {
	margin-top: -208px;
	height: 416px;
}
#projectlist.sixteen,
#projectlabel.sixteen,
#contact.sixteen,
#projectlist.twelve,
#projectlabel.twelve,
#contact.twelve {
	height: 332px;
	margin-top: -166px;
}

#projectlist.nine,
#projectlabel.nine,
#contact.nine,
#projectlist.six,
#projectlabel.six,
#contact.six {
	height: 248px;
	margin-top: -124px;
}

#projectlist.four,
#projectlabel.four,
#contact.four {
	height: 164px;
	margin-top: -82px;
}




#meta {
	color: #999;
}

#description {
	position: absolute;
	color: #999;
	top: -5px;
	width: 300px;
}

#description p {
	margin-bottom: 20px;
}

#address table, #address {
	color: #999;
}
#address table {
	margin-top: 20px;
}
#address th {
	font-weight: normal;
	text-align: left;
	padding-right: 10px;
}



#grid {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
}
#grid li {
	position: relative;
	list-style: none;
	line-height: 0px;
	float: left;
	width: 104px;
	height: 104px;
	background: #eee;
	overflow: hidden;
}
#grid li.placeholder {
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
}
#grid li a,
#grid li span {
	display: block;
	border: 2px solid #fff;
	width: 100px;
	overflow: hidden;
	height: 100px;
}
#grid li div.text {
	width: 0px;
	height: 0px;
	border: 0px;
	position: absolute;
	bottom: 0px;
	z-index: 0;
	visibility: hidden;
}
#grid li img {
	opacity: 0;
	filter: Alpha(opacity=0);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width:100px;
	height: 100px;
}

#grid li a:hover img {
	-webkit-transform: scale(1);
}

#grid.twentyfive {
	/* 5*5 */ 
	margin-top: -260px;
	margin-left: -260px;
	width: 520px;
	height: 520px;
}
#grid.twentyfive ul {
	width: 520px;
	height: 520px;
}

#grid.twenty {
	/* 4*5 */
	width: 416px;
	height: 520px;
	margin-top: -256px;
	margin-left: -208px;
}
#grid.twenty ul {
	width: 416px;
	height: 520px;
}

#grid.sixteen {
	/* 4*4 */
	width: 416px;
	height: 416px;
	margin-top: -208px;
	margin-left: -208px;
}
#grid.sixteen ul {
	width: 416px;
	height: 416px;
}

#grid.twelve {
	/* 3*4 */
	width: 312px;
	height: 416px;
	margin-top: -208px;
	margin-left: -156px;
}
#grid.twelve ul {
	width: 312px;
	height: 416px;
}

#grid.nine {
	/* 3*3 */
	width: 312px;
	height: 312px;
	margin-top: -156px;
	margin-left: -156px;
}
#grid.nine ul {
	width: 312px;
	height: 312px;
}

#grid.six {
	/* 2*3 */
	width: 208px;
	height: 312px;
	margin-top: -156px;
	margin-left: -104px;
}
#grid.six ul {
	width: 169px;
	height: 248px;
}

#grid.four {
	/* 2*2 */
	width: 208px;
	height: 208px;
	margin-top: -104px;
	margin-left: -104px;
}
#grid.four ul {
	width: 208px;
	height: 208px;
}




#detail {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px; 
	right: 0px;
  text-align: center;
  z-index: 10000;
}

#detail a {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 50%;
	height: 100%;
	z-index: 1;
}
#detail a.prev {
	left: 0px;
}
#detail a.next {
	right: 0px;
}
#detail img {
	position: absolute;
}


#footer {
	position: absolute;
	bottom: 5px;
	height: 34px;
	left: 5px;
	right: 5px;
	border-top: 1px solid #ccc;
	font-size: 10px;
	color:#999;
	padding-left:23px;
	z-index: 2000;
	background-color:#fff;
}
#content_full_page {width:auto; padding:25px;
	color:#999;
	position: absolute;
	top: -64px;
	overflow: scroll;
	z-index: 20;
	line-height:18px;
	height:100%;
}
#content_full_page ul {margin-left:25px;}