Подскажите как сделать текст по центру?
http://jsfiddle.net/reh1910/oje83sg9/8/
.photoAlbum{
position: relative;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
border: solid 1px rgb(48, 70, 77);
background-color: #F0F0F0;
height: 100px;
width: 140px;
float: left;
margin-top: 10px;
margin-left: 10px;
}
.textCountPhoto{
margin: auto;
margin-top: 35px;
display: block;
text-align: center;
}
.photoAlbum{
position: relative;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
border: solid 1px rgb(48, 70, 77);
background-color: #F0F0F0;
height: 100px;
width: 140px;
float: left;
margin-top: 10px;
margin-left: 10px;
}
.textCountPhoto{
position: absolute;
bottom: 0;
display: block;
text-align: center;
width: 100%;
}