﻿.oneimage   
{   
	float: left;   
    margin: 0px 1px 1px 0px;   
    width: 180px;   
    height:160px;
    border: #D0D0D0 1px solid;   
    padding:3px;   
    vertical-align:bottom;
    text-align:center;
    background-color:white;
} 

.oneimagehover
{
	float: left;
	margin: 0px 5px 5px 0px;
	width: 250px;
	height: 180px;
	background: #696969;
	border-right: appworkspace 1px solid;
	border-top: appworkspace 1px solid;
	border-left: appworkspace 1px solid;
	border-bottom: appworkspace 1px solid;
	padding: 10px;
	font-size: 8pt;
	color: #d4d0c8;
	font-family: Verdana;
}   

.ImageView {
	border:1px solid blue;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.ImageName
{
	font-family: Verdana;
	font-size: 7pt;
	color: #6e6e6e;
	width:160px;
	height:14px;
	border:solid 1px #6e6e6e;
}


.PhotoAlbumTitle
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	color: #808080;
}

.PhotoAlbumDescription
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	color: #808080;
}