


#gallery
{
background-color: #808080;
border-bottom: 1px solid #999;
background-image: url(/images/thumbnailBG.gif);
background-position: bottom right;
background-repeat: no-repeat;
}


#main_view
{
float: left;
width: 400px;
background-image: url(/images/loading_ani.gif);
background-repeat: no-repeat;
background-position: center center;
position: relative;
min-height: 200px;
}

* html #main_view
{
	height: 200px;
}

#main_view div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	text-align: center;
}


#gallery
{
	float: left;
	width: 750px;
	margin-bottom: 1px;
	border: 0px;
}
/*
#gallery:after
{
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}*/

* html #gallery
{
	height: 1%;
}

#thumbnails
{
padding: 5px;
margin-left: 400px;
}

#thumbnails div.thumbnail
{
display: block;
width: 70px;
height: 70px;
float: left;
margin: 5px;
}

#thumbnails img
{
cursor: pointer;
cursor: hand;
border: 1px solid white;
}

#main_view img
{
border-right: 1px solid white;
border-left: 1px solid white;
margin-left: -1px;
}

#main_view img#gallery_placer_image
{
	display: block;
	visibility: hidden;
}

/*

#Frame
{
	width: 100%;
}

#Container
{
	margin: 0 auto;
	position: relative;
	width: 400px;
	height: 300px;
	background-color: #4d4d4d;
	overflow: hidden;
}

#PhotoRow
{
	background: #808080;
}

#PhotoRow td
{
	text-align: right;
	width: 45%;
}

#PhotoRow td#PhotoCell
{
	width: 10%;
}



#LoadContainer
{
	height: 25%;
	width: 50%;
	position: absolute;
	top: 40%;
	left: 25%;
	text-align: center;
	z-index: 1;
}


#LinkContainer
{

	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 200px;
	z-index: 100;
	filter: alpha(opacity: 50);
	KHTMLOpacity: 0.5;
	MozOpacity: 0.5;
	opacity: 0.5;
	background: url(/images/c.gif) 50% 50% no-repeat;
}

#PrevLink
{
	z-index: 100;
	position: absolute;
	top: 0%;
	left: 0%;
	height: 200px;
	width: 50%;
	display: block;
}

#NextLink
{
	z-index: 100;
	position: absolute;
	top: 0%;
	left: 50%;
	height: 200px;
	width: 50%;
	display: block;
}

#PrevLink:hover, #NextLink:hover
{
text-decoration: none;
}

#PrevLink:hover
{
background: transparent url(/images/prev_minus.gif) 50% 50% no-repeat;
}

#NextLink:hover
{
background: transparent url(/images/next_plus.gif) 50% 50% no-repeat;
}

#PrevLink span, #NextLink span
{
display: none;
}

#PhotoContainer
{
visibility: hidden;
}

#ThumbnailRow
{
background-color: #808080;
border-bottom: 1px solid #999;
background-image: url(/images/thumbnailBG.gif);
background-position: bottom right;
background-repeat: no-repeat;
}

#ThumbnailRow td ul
{
margin: 9px 0;
text-align: right;
list-style: none;
float: right;
}

#ThumbnailRow ul li
{
margin: 10px 0 0 2px;
float: left;
height:60px;
width: 80px;
}



#ThumbnailRow img
{
border: 1px solid #ccc;
}
*/
