/* FOOTER */
#navigation {
width: 510px;
}
#navigation .pagination {
font-family:Lekton;
font-size: 8pt;
color: #fff;
background: url(http://static.tumblr.com/6lttjv1/uxymet8aj/pageshover.png) repeat-x;
display:inline-block;
width:20px;
height: 26px;
line-height: 25px;
-webkit-transition: -webkit-transform 3s ease-in;
}
#navigation .pagination:hover {
background: url(http://static.tumblr.com/6lttjv1/EZ9met8az/pages.png) repeat-x;
display:inline-block;
width:20px;
height: 26px;
}
#navigation .next{
float: right;
background: url(http://static.tumblr.com/6lttjv1/0aLmet7q4/nexthover.png) repeat-x;
width:76px;
height: 26px;
margin-left: 2px;
}
#navigation .next:hover {
background: url(http://static.tumblr.com/6lttjv1/G9Cmet7pu/next.png) repeat-x;
width:76px;
height: 26px;
}
#navigation .prev{
float: left;
background: url(http://static.tumblr.com/6lttjv1/UGAmet7wq/prev.png) repeat-x;
width:76px;
height: 26px;
margin-left: 2px;
margin-right: 30px;
}
#navigation .prev:hover {
background: url(http://static.tumblr.com/6lttjv1/1Udmet7x5/prevhover.png) repeat-x;
width:76px;
height: 26px;
}