div.thumb{
 float:left;
 width:110px;
 height:140px;
 background:#121212;
 text-align:center;
 padding:5px 2px;
 margin:1px 14px 10px 0px;
 color:#fff;
 border:solid 1px green;
 overflow:hidden;
}

div.thumbnail {
 height:120px;
 width:110px;
 text-align:center;
}

div.text {
 height:25px;
 text-align:center;
}

#pagePrev{
  width:25% ;
  float:left ;
}


#pageNext{
 width:25% ;
 float:right;
 text-align:right;
}

#pageShow{
 float:left;
 text-align:center;
 width:50% ;
}

#content {
  position:relative;
}

#catSelector{
 position:absolute;
 z-index:2;
 right:0px;
 top:2px;
 width:300px;
 height:30px;
 text-align:right;
}


#fblinks{
  clear:both;
  background:url(/img/fblogo.gif) no-repeat;
  padding-left:35px;
  height:28px;
}
