/* Gallery CSS Document */

.album_container{
	margin-left:10px;
}

.album{
	float:left;
	background-image:url(../img/album_mid.jpg);
	width:170px;
	margin:0 10px 10px 0;
	text-align:center;
}

.album .album_mid{
	background-image:url(../img/album_top.jpg);
	background-repeat:no-repeat;	
	width:170px;
	padding-top:15px;
}

.album .album_heading{
	background-image:url(../img/album_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:20px;
	word-wrap:  break-word;
	padding-left:5px;
	padding-right:5px;
}

.album img{
	border:0;
	margin-bottom:3px;
}


.album a{
	color:000099;
	}
	.album a:hover{
		text-decoration:none;
	}
	
.photo{
	float:left;
	width:170px;
	height:170px;
	margin:0 10px 10px 0;
	text-align:center;
}

.photo img{
	border:0;
	margin-bottom:3px;
}

.photo a{
	color:#eb3e97;
	}
	.photo a:hover{
		text-decoration:none;
	}