#lightbox{
     background-color:#eee;
     padding: 10px;
     border-bottom: 2px solid #666;
     border-right: 2px solid #666;
     }
#lightboxDetails{
     font-size: 0.8em;
     padding-top: 0.4em;
     }
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}

/*********************/
/***    Pagination      ***/
/********************/
#pages {
    padding-bottom: 30px;
    margin: 10px;
}

#pages ul {float: right;}

#pages ul li {
    padding: 3px 0 0 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 80%;
    text-align: center;
    color: #ffffff;
    float: left;
    margin-right: 5px;
    height: 22px;
    min-width: 30px;
    background: url("img/pg_no.png") repeat-x;
    list-style: none;
}
#pages ul li a {color: #ffffff;}
#pages ul li a:hover {
    /*background: url("img/pg_no.png") repeat-x;*/
}
#pages ul li.no_link {
    /*height: 22px;
    min-width: 30px;
    background: url("img/pg_no.png") repeat-x;*/
    color: yellow;
    font-weight: bold;
}
#pages ul li.hide_page {
	color: #ffffff;
	font-size: 80%;
}
#pages ul li.hide_page:hover {
	background: transparent;
}