/* ALBUMS */

#wait_img
{
	display:none;
	margin:0 auto 0;
	position:absolute;
	margin:190px 0pt 0pt 281px;
}	
#wait_img img
{
	width:100px;
	height:100px;
}
.arrows img
{
	cursor:pointer;
	height:44px;
	width:99px; 
}	
#photos_cont
{
	height:475px;
	width:668px;
	text-align:left;
	padding:20px 0pt 0pt;
}
#arrows_cont
{
	margin:0 auto;
	width:668px;
	height:60px;
	text-align:center;
	width:243px;
	height:60px;
	margin:0 auto;
	text-align:center;
}
#arrow_l
{
	float: left; 
	padding-right: 22px;
	width:99px;
	height:44px;
	display:block;
}
#arrow_r
{
	float: left; 
	padding-left: 22px;
	width:99px;
	height:44px;
	display:block;
}
#left_arrow
{
	display:none;
}
*html #arrows_cont
{
	padding-left: 10px;
}

/* PHOTOS */
#all_photos
{
	height:445px;
	width:640px;
	margin:0 auto;
	text-align:left;
}
.photo_lnk
{	
	display:block;
	float:left;
	height:210px;
	margin:11px 15px;
	width:130px;	
	background-position:center;
	background-repeat:no-repeat;
}
*html .photo_lnk
{
	margin:9px 11px;
}
*html #all_photos
{
	padding-left:15px;
}
.gal_pic
{

}
.photo_cell
{
	 vertical-align:middle;
	 height:210px;
	 width:130px;
	 text-align:center;
}

