.gallerycontainer {
	position: relative;
	min-height: 250px;
	height: auto;
	width: 200px;
	padding-top:45px;
	padding-left:0px;
	margin: 0px;
}

* html .gallerycontainer {
	height: 250px;
}   
.photo{
width: 200px;
min-height: 250px;
height: auto;
float: rigth;
margin-left: 20px;
background-color: #ff00ff;
}

* html .photo {
	height: 250px;
}   
.thumbnail img{
	border: 1px solid #260d08;
	margin: 0;
	padding: 0;
}



.thumbnail:hover{
	background-color: transparent;

}

.thumbnail:hover img{
	border: 1px solid #260d08;

}


.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	margin: 0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	left:-560px; /*position where enlarged image should offset horizontally */
	top: 20px;
	
}
.thumbnail span img{ /*CSS for enlarged image*/
	padding: 0;
	margin:0;
	border:0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 120px;
	left: -470px; /*position where enlarged image should offset horizontal 
	z-index: 30*/
	
	
}

/* hb added */
#more2{
	background: url(../images/ico-list.gif) no-repeat 18px 5px;
	font-style: italic;
	padding: 10px 0 0 33px;
	margin-top: 0px;
	height: 50px;
	width: 200px;
}

.album-left {
width: 240px;
float: left;
}
.album-right {
width: 240px;
float: right;
}
.album {
margin: 10px 0 10px 0;
height: 120px;
width: 230px;
border: 1px solid #644C43;
}
.album-inside {
padding: 10px;
}
.album-inside-wrapper {
padding: 0px 0 30px 10px;
}

.album-pic {
width: 100px;
height: 100px;
float: left;
}
.album-pic img {
border: 1px solid #644c43;
}
	
.album-text {
width: 80px;
float: right;
margin-left: 20px;
margin-top: 30px;
font-size: 13px;
}