/*																											*/
#Banner
{
	position:absolute;
	top:0px; 
	right:0px;
	height:132px; 
	width:600px;
}

#Collection
{
	position:relative;
	padding-left:100px;
	padding-top:132px;
	width:600px;
	min-height:600px;
}

#Collection table
{
	/* background:url("/gallery/deco/square.gif"); */
}

/*																											*/
#Lightbox
{
	position:relative;
	padding-left:100px;
	padding-top:132px;
	width:600px;
	min-height:600px;
}

#Lightbox_inner
{
  border:0px;
}

#Lightbox_inner img
{ 
	border: 1px solid; 
	border-color: #000 #000 #000 #000; 
}

#Lightbox_inner table
{
	border:0;
	background:url("catFrame.gif");
}

#Thumbnail_GalleryTitle
{
	position:absolute;
	top:132px; 
	right:0px; 
	width:100px; 
	height:100px;
	text-align:center; vertical-align:middle;
}

#Thumbnail_GalleryBanner
{
	position:absolute;
	top:8px; 
	left:350px; 
	width:100px; 
	height:100px;
	text-align:center; 
	vertical-align:middle;
}


#Thumbnail_Before, #Thumbnail_Previous, #Thumbnail_Current, #Thumbnail_Next, #Thumbnail_After
{
	width     :100px; 
  height    :100px;
	border    :0px;
  background:url("catFrame.gif");
}

#Thumbnail_Before img, #Thumbnail_Previous img, #Thumbnail_Current img, #Thumbnail_Next img, #Thumbnail_After img
{ 
  border: 0px solid; 
  border-color: #000 #000 #000 #000; 
}


#Thumbnail_Before
{
	position	:absolute;
	top				:132px; 
	right			:0px; 
}

#Thumbnail_Previous
{
	position  :absolute;
	top       :232px; 
  right     :0px; 
}

#Thumbnail_Current
{
	position	:absolute;
	top				:332px; 
	right			:0px; 
}

#Thumbnail_Next
{
	position	:absolute;
	top				:432px; 
	right			:0px; 
}

#Thumbnail_After
{
	position	:absolute;
	top				:532px; 
	right			:0px; 
}
#CurrentPicture 
{
	position:absolute;
	left:100px; top:132px;
	width:600px; height:600px;
}

#CurrentPictureGlass
{
	position:absolute;
	left:100px; top:132px;
	width:600px; height:600px;
	z-index: 2;
}

#PictureFrame
{
	padding-top:650px;
}

#PictureTitles
{
	position:relative;
	left:100px; 
	width:600px;
	padding-bottom:25px;
}

#PictureTitles h1
{
	text-align:center;
	font: 15px Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	line-height:14px;
	color: #000; 
}

#PictureTitles h2
{
	text-align:center;
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal;
	line-height:0px;
	color: #444; 
}

#PictureComments
{
	position:relative;
	left:100px; width:600px;
	padding-bottom:50px;
}

#CurrentPicture img{ border: 4px solid; border-color: #000 #000 #000 #000 ; }
