#photoalbum-photocon{
	height:600px;
        width:886px;
        margin-left:auto;
        margin-right:auto;
}
img.photoalbum-bottom{
	display:block;
	margin:0;
}
#photodisplay{
	text-align:center;
	margin-top:40px;
}
a.photoalbum-imgfolder{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	border-width:2px;
	border-color:#C0C0C0;
	border-style:ridge;
}

div#photoalbum-left{
	margin-right:5px;
	width:128px;
}
div#photoalbum-middle{
	margin-right:10px;
	width:600px;
}
div#photoalbum-right{
	margin-left:5px;
	width:128px;
}
div.photoalbum-photo{
	display:inline-block;
	background-position:center 100%;
	background-repeat:no-repeat;
	height:100%;
}
div.photoalbum-top{
	display:inline-block;
	margin:0;
}
.photoalbum-protrait{
	background-size:auto 100%;
}
.photoalbum-landscape{
	background-size:100% auto;
}
#photoalbum-button-con{
	width:100%;
	display:block;
	text-align:center;
}
#photoalbum-button-back, #photoalbum-button-next{
    margin:5px;
}
a.photoalbum-imgfolder{
    height:200px;
}
a.photoalbum-imgfolder img.photoalbum-bottom{
    position:relative;
    top:-5px;
}