/*
*
*  Photo gallery
*
*/
#LB_content .LB_nav
{
	color: #444;
}
#LB_content .album
{
	width: 350px;
	height: 180px;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 5px;
	overflow: hidden;
}

#LB_content .album IMG
{

	max-height: 170px;
	max-width: 170px;
	/* IE 6 hack */
	width: expression(Math.min(parseInt(this.offsetWidth), 170) + "px"); 
	height: expression(Math.min(parseInt(this.offsetHeight), 170) + "px");
	border: 0px;
}


#LB_content .album_name
{
	font-size: 14px;
	height: 110px;
	padding-top: 5px;
	font-size: smaller;
	font-style: italic;
	color: #777;
}

#LB_content .album A
{
	font-weight: bold;
	font-size: medium;
	font-style: normal;
	border: 0px;
	text-decoration: underline;
	background: none;	
}

#LB_content .album_count
{
	height: 30px;
	font-size: 9px;
	color: #777;
	line-height: 30px;
}

#LB_content .album_subalbums
{
	font-size: 9px;
	height: 30px;
}

#LB_content .album_info
{
	background-color: #F3F2F7;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 20px;
	color: #444;
	margin-top:10px;
}

#LB_content .album_info H1
{
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 18px;
	background: none;
}

#LB_content .album_info SELECT
{
	width: 150px;
	font-size: 14px;
}

#LB_content .photo
{
	margin: 5px;
	float: left;
	width: 204px;
	height: 200px;
}

#LB_content .photo A
{
	text-decoration: none;
	font-size: 14px;
	color: #0033CC;
}

#LB_content .photo IMG
{
	margin-top: 5px;
	max-height: 150px;
	max-width: 170px;
	/* IE 6 hack */
	width: expression(Math.min(parseInt(this.offsetWidth), 170) + "px"); 
	height: expression(Math.min(parseInt(this.offsetHeight), 150) + "px");

	border: 1px solid #CCCCCC;
	cursor: pointer;
	padding: 3px;
	background-color: #F5F5F5;
}

#LB_content .photo_info
{
	width: 600px;
}

#LB_content .photo_info .name
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

#LB_content .photo_info .img
{
	padding: 25px;
	/*background-color: #EBEBEB;*/
	font-size: 14px;
	color: #444;	
}

#LB_content .photo_info .img IMG
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 8px;
}

#LB_content .photo_info .date
{
	color: #444;
	text-align: right;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #EBEBEB;
}

#LB_content .photo_info .nav
{
	padding-top: 10px;
}

#LB_content .photo_info .nav div
{
	width: 400px;
	float: left;
}

#LB_content TD.thumbnail
{
	background-color: #dddddd;
}

#LB_content TD.thumbnail IMG
{
	border: 1px solid #FFFFFF;
}

#LB_content .film TD
{
	width: 137px;
	height: 160px;
	background: url(film.gif);
}

#LB_content .film TD IMG
{
	max-width: 135px;
	max-height: 130px;
	/* IE 6 hack */
	width: expression(Math.min(parseInt(this.offsetWidth), 135) + "px"); 
	height: expression(Math.min(parseInt(this.offsetHeight), 130) + "px");
}

#LB_content #lock
{
	border: 0px;
}
