/*Photo album styles Start*/
.albumContainer {
	width: auto;
	margin: 0px auto;
	overflow:hidden;
}

.albumItemContainer {
	width: 128px;
	height: 158px;
	overflow: hidden;
	float: left;
	margin: 0 30px 20px 0;
	text-align: center;
}

.albumItemContainer A
{
    font: 12px bold Verdana;
    color:#2D4D9D;
    text-decoration:none;
}


.height158 {
	height: 158px;
}

.height146 {
	height: 146px;
}

.albumBack {
	width: 147px;
	height: 114px;
/*	background-image: url(../images/photoBack.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}

.albumCategory {
	width: 128px;
	height: 137px;
	background-image: url(../images/photoCatBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: solid 1px #ffffff;
	text-align: center;
}

.photoCategory {
	width: 118px;
	height: 130px;
	overflow:hidden;
	xbackground-image: url(../images/photoBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#bed4ee;
	border-top: solid 1px #ffffff;
	text-align: center;
	float:left;
	margin-right:40px;
}

.albumCategory img {
	display: block;
	margin: 32px auto 0px;
	border: solid 1px white;
}

.photoCategory IMG
{
    display: block;
	margin: 10px auto 0px;
	border: solid 1px white;
}

.albumPhoto1Row {
	width: 146px;
	height: 103px;
	margin-top: 12px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-image:url(../images/photoBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	
}

.albumPhoto1Row img, .albumPhoto img {
	display: block;
	margin: 12px auto 12px;
	border: solid 1px white; 
}

.albumPhoto {
	width: 146px;
	height: 103px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-image:url(../images/photoBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

/*Image title*/
.photoTitle 
{
	text-align: center;
	margin-top: 3px;
}
.albumContainer .albumItemContainer .photoTitle A
{
    font: bold 12px Verdana;
    color:#2D4D9D;
    text-decoration:none;
}

.photoTitle A
{
    font: normal 12px Verdana;
    color:#2D4D9D;
    text-decoration:none;
}

.albumItemContainer span p {
	margin: 0px;
}

a.photobreadcrumbs, span.photobreadcrumbs
{
    font:bold 12px Verdana;
    color:#AE3031;
    text-decoration:none;
}

.photoContainer
{
    text-align:center;
    height:318px;
    width:650px;
    overflow:hidden;
}
.photoContainer IMG
{
    border:solid 6px #DDE9F8;
}

.photo-left
{
    width:19px;
    height:19px;
    float:left;
    margin-right:10px;
}

.photo-right
{
    width:19px;
    height:19px;
    float:left;
}

.photoname
{
    float:left;
    margin-top:2px;
    margin-right:10px;
    width:200px;
    text-align:center;
    
}

.photonavigator
{
    margin-top:5px;
    margin-left:195px;
}

/*Photo album styles End*/
