#nav
{
margin: 0 auto;
width: 900px;
position: relative;
top: 0px;
left: 30px;
}

#nav  ul
{
list-style: none;
}

#nav li {
display: inline;
}

#nav a
{
padding-top: 47px;
float:left;
text-align: center;
width: 60px;
height: 66px;
display: block;
text-decoration: none;
color: #2c6700;
font-weight: bold;
font-size: 10px;

}

#nav a:hover
{
color: #92CD00;
height: 66px;
}

#nav a.first
{
background : url(images/nav_first.png) no-repeat;
}

#nav a.first:hover
{
background : url(images/nav_first2.png) no-repeat;
}

#nav a.prev
{
background : url(images/nav_prev.png) no-repeat;
}

#nav a.prev:hover
{
background : url(images/nav_prev2.png) no-repeat;
}

#nav a.rand
{
background : url(images/nav_rand.png) no-repeat;
}

#nav a.rand:hover
{
background : url(images/nav_rand2.png) no-repeat;
}

#nav a.next
{
background : url(images/nav_next.png) no-repeat;
}

#nav a.next:hover
{
background : url(images/nav_next2.png) no-repeat;
}

#nav a.latest
{
background : url(images/nav_latest.png) no-repeat;
}

#nav a.latest:hover
{
background : url(images/nav_latest2.png) no-repeat;
}

#share
{
margin: 0 auto;
width: 900px;
position: relative;
top: 0px;
left: -30px;
}

#share  ul
{
list-style: none;
}

#share li {
display: inline;
}

#share a
{
padding-top: 47px;
float:right;
text-align: center;
width: 60px;
height: 66px;
display: block;
text-decoration: none;
color: #2c6700;
font-weight: bold;
font-size: 10px;

}

#share a:hover
{
color: #92CD00;
height: 66px;
}

#share a.fb
{
background : url(images/fbicon_60px.png) no-repeat;
}

#share a.fb:hover
{
background : url(images/fbicon_60px_gr.png) no-repeat;
}
