/*********************************** Layout Section **********************************/

div#container
{
	width: 100%;
	height: 600px;
	position: relative;
	padding-bottom:170px;
}
div#gallerycontainer
{
	width:100%;
	height:100%;
	position: relative;
}

div#profilewrapper
{
	width:100%;
	height: 260px;
}

div#profile
{
	width: 100%;
	height:260px;
	overflow:hidden;
	z-index:3;
}

div#gallerytitle
{
	position:absolute;
	left:270px;
	top:0px;
}
div#profilerelated
{
	margin-top:10px;
	left:10px;
	top:0px;
	width: 190px;
	text-align: right;
}
div#profileinformation
{
	position:absolute;
	left:270px;
	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%;
	padding-bottom:200px;
}

div#gallerywall h1
{
	color: #666;
	padding: 0.5em 1em;
}


div.wallmiddle
{
	background-image: url(../images/wall/wall_bg.gif);
	background-repeat:repeat-y;
	width:100%;
}


div.galleryname
{
	z-index:300;
}


div#selector
{
	position: absolute;
	top:160px;
	left: 480px;
}


div.wallprintcontainer
{
	width:100%;
}


div.wallprint1
{
	display:inline;
	float:left;
	min-width: 180px;
	height:240px;
	text-align:center;
}

div.wallprint2
{
	display:inline;
	float:left;
	min-width: 180px;
	height:280px;
	text-align:center;
}
div.wallprint3
{
	display:inline;
	float:left;
	width: 1px;
	height:240px;
	text-align:center;
}
div.wallprint4
{
	display:inline;
	float:left;
	width: 1px;
	height:280px;
	text-align:center;
}

div.wallprint1 img.print
{
	margin-top: 0px; /*background-color:White;*/
}

div.wallprint2 img.print
{
	margin-top: 60px; /*background-color:White;*/
}

div.wallprint1 p,
div.wallprint2 p
{
	margin:0;
	font-weight:bold;
	font-size: 0.8em;
	line-height:1.2em;
	color:#000;
}

div.person
{
	position: absolute;
	top: 80px;
	z-index:2;
	/*opacity:0.85; 
	filter:alpha(opacity=85); 
	-moz-opacity: 0.85;	*/
}


div.galleryname h1,
div.galleryname h1 a
{
	color:#000;	
	font-size: 1.2em;
	margin: 1em;
}

img.person
{
	position:absolute;
	right: 0;
	bottom:0;
	z-index:0;	
}


#related_artists {width:100%;margin:0;}
#related_artists a{ float:left;margin:0 20px;}

#ScrollWrapper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
}
#ScrollContent
{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
}


#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; }
