/*********************************** Layout Section **********************************/

div#container
{
	width: 100%;
	height: 600px;
	position: relative;
}

div#standardwrapper
{
	float:left;
	width:730px;
}

div#profilewrapper
{
	width:100%;
	height: 260px;
}

div#profile
{
	height:260px;
	overflow:hidden;
	z-index:3;
}

div#gallerytitle
{
	position:absolute;
	left:290px;
	top:0px;
}
div#profilerelated
{
	margin-top:10px;
	left:10px;
	top:0px;
	width: 200px;
	text-align: right;
	height: 100%;
}
div#profileinformation
{
	position:absolute;
	left:290px;
	top:40px;
	width: 350px;
	height: 210px;
	overflow:hidden;
}


div#profileimage
{
	position:absolute;
	left:620px;
	top:30px;
	width:200px;
	height:200px;
	text-align:center;
}

div#profileimage img
{
	
}

div#gallerywall
{
	width:100%;
}
div.walltop
{
	width: 100%;
	height: 76px;
	background-image: url(../images/gallery/leftwall_top.png);
	background-repeat:no-repeat;
}
div.wallmiddle
{
	position:relative;
	width: 100%;
	height: 256px;
	background-image: url(../images/gallery/leftwall_middle.gif);
	background-repeat:repeat-y;
}

div.wallbottom
{
	width: 100%;
	height: 60px;
	
	background-color:#82d1e0; /* change this to change floor colour...cool huh!*/
	
	background-image: url(../images/gallery/leftwall_bottom.png);
	background-repeat:no-repeat;
}

div.galleryname
{
	position: absolute;
	/*top: 0px; - flush top*/
	top:5px;
	/*left: 61px; - flush left*/
	left: 71px;
	z-index:300;
}
div.galleryname h1,
div.galleryname h1 a
{
	color:#fff;	
	font-size: 1.2em;
}

div.wallprintouterwrapper
{
	position: absolute;
	top:0px;
	left: 61px;	
	width: 739px;
	height:100%;
	overflow:hidden;
}
div#selector
{
	position: absolute;
	top:0px;
	left: 715px;
	opacity:0.85; 
	filter:alpha(opacity=85); 
	-moz-opacity: 0.85;	
	width: 100%; /* need to specify width, stupid IE */	
}


div.wallprintoutercontainer
{
	width: 755px;
	height:100%;
	overflow:hidden;

}
div.wallprintcontainer
{
	position: absolute;
	top: 0;
	left: 0;
}


div.wallprint
{
	display:inline;
	float:left;
	min-width: 200px;
	height:200px;
	margin: 20px;
	text-align:center;
	/*background-color:White;*/
}

div.wallprintpad0
{
	display:inline;
	float:left;
	width: 100px;
	height:200px;
	margin: 20px;
	text-align:center;
	/*background-color:White;*/
}
div.wallprintpad1
{
	display:inline;
	float:left;
	width: 200px;
	height:200px;
	margin: 20px;
	text-align:center;
	/*background-color:White;*/
}
div.wallprintpad2
{
	display:inline;
	float:left;
	width: 75px;
	height:200px;
	margin: 20px;
	text-align:center;
	/*background-color:White;*/
}


div.wallprint
{

}
div.wallprint img.print
{
	/*border-top: 1px solid #eee;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #eee;*/
	margin-top: 20px; /*background-color:White;*/
}

div.wallprint p
{
	font-size: 0.9em;
	color:#000;
	margin: 5px 0 0 0;
	line-height: 1.25em;
}

div.person
{
	position: absolute;
	top: 80px;
	z-index:1000;
	/*opacity:0.85; 
	filter:alpha(opacity=85); 
	-moz-opacity: 0.85;	*/
}


.selectorgrabout
{
	background-image: url(../images/selector_out.png);
}

.selectorgrabin
{
	background-image: url(../images/selector.png);
}

#ScrollWrapper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
}
#ScrollContent
{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
}

#HScrollbar-Container { position: absolute; top: 240px; left: 10px; }
#HScrollbar-Container .Scroller-Container { position: relative; top: 0px; left: 0px; }
#HScrollbar-Container .Scrollbar-Left { position: absolute; width: 12px; height: 12px; }
#HScrollbar-Container .Scrollbar-Left:hover,
#HScrollbar-Container .Scrollbar-Track:hover,
#HScrollbar-Container .Scrollbar-Right:hover { cursor:hand;cursor:pointer; }
#HScrollbar-Container .Scrollbar-Track {
  width: 650px; height: 12px;
  position: absolute;
  left: 20px;
  background: url(/themes/default/images/scroller/h_bg.gif);
}
#HScrollbar-Container .Scrollbar-Handle { position: absolute; top:0;left:0; width: 12px; height: 12px; }
#HScrollbar-Container .Scrollbar-Right { position: absolute; width: 12px; height: 12px; left:680px; }

#Scrollbar-Container { position: absolute; top: 0px; left: 320px; }
#Scrollbar-Container .Scroller-Container { position: relative; top: 0px; left: 0px; }
#Scrollbar-Container .Scrollbar-Up { position: absolute; width: 12px; height: 12px; }
#Scrollbar-Container .Scrollbar-Up:hover,
#Scrollbar-Container .Scrollbar-Track:hover,
#Scrollbar-Container .Scrollbar-Down:hover { cursor:hand;cursor:pointer; }

#Scrollbar-Container .Scrollbar-Track {
  width: 12px; height: 170px;
  position: absolute;
  top: 20px;
  background: url(/themes/default/images/scroller/bg.gif);
}
#Scrollbar-Container .Scrollbar-Handle { position: absolute; top:0;left:0; width: 12px; height: 12px; }
#Scrollbar-Container .Scrollbar-Down { position: absolute; top: 200px; width: 12px; height: 12px; }
