@charset "utf-8";
  /* CSS Document */

div.sidebar{
  width: 200px;
  height:600px;
  padding:0px;
  margin:auto;
  position: absolute;
  top:0px;
  right: 0px;
  overflow:hidden;
  text-align:center;
  }  

div.thumbcont{
width: 200px;
height:500px;
position:absolute;
top:50px;
left:0px;
text-align: center;
} 

div.thumb{
width: 100px;
height: 100px;
overflow: hidden;
position: relative;
margin:auto;
padding:5px;
}

div.navbtnholder{
width:200px;
height: 50px;
position: absolute;
top: 0px;
left:0px;
margin:auto;
padding: 0px;
text-align:left;
}

div.navbtn{
	display:inline;
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0px;
	padding:0px;
	overflow:hidden;
	cursor: crosshair;
}

div.viewport{
	width: 400px;
	height: 400px;
	position: absolute;
	top: 60px;
	left: 80px;
	margin:0px;
}

div.pictitle{
	width: 400px;
	height: 50px;
	position:absolute;
	top: 10px;
	left: 80px;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CCCCCC;
	text-align: center;
	margin:0px;
}
div.instruct{
	position:absolute;
	top: 98px;
	right: 1000px;
	height:73px;
	width: 117px;
	text-align:right;
}

div.galname1{
	position:absolute;
	top:140px;
	left: 232px;
	height: auto;
	width: 141px;
	z-index: 4;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 2;
	background-color:#000000;
	}

div.galname{
	position:absolute;
	top:145px;
	left: 1px;
	height: auto;
	width: 230px;
	z-index: 4;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 2;
	}

