/* CSS Document */
/* General Journal Styles */
@import url(journals-new.css);

/* Page Pagination Styles */
@import url(pagepagination.css);

/* Image Viewer Plugin */
@import url(imageviewer.css);

body { background:url(009/bg.jpg) fixed center top; }

#wrapper { /*width: 865px;*/ }

a { text-decoration:none; }

ul li {
  font:normal small Verdana,"Trebuchet MS",Tahoma,Arial;
  margin:0;
}

p.line-spacer { line-height:10px; margin:0; }

div.dwrap div{ text-align:center; float:left; margin:0 0 4px 0; }
div.dwrap .left{
  margin:4px 10px 0 0;
  border:0;
  float:left;
}
div.dwrap .right{
  margin:4px 0 0 10px;
  border:0;
  float:right;
}

div.photograph { margin:4px 10px 0 0; border:0; padding-bottom:0; float:left}
div.photograph img { padding:0; margin:0; float:left;}
div.photograph .phototext {
  font:normal small Verdana,"Trebuchet MS",Tahoma,Arial;
  text-align:center;
  float:left;
  height:36px;
  width:100%;
  margin:0 auto;
  padding:0;
  font-size: small;
  color:#333;
  font-style:italic;
}

div#test, div.phototitle{
  display:table;
  text-align:center;
  height:52px;
  width:100%;
  *display:block;
  *position:relative;
  *  clear:both;
}
div#test span, div.phototitle span{
  display:table-cell;
  vertical-align:middle;
  *display: block;
  *position:absolute;
  *text-align:center;
  *left:0px;
  *width:100%;
  *cursor:default;
  *top:expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
  font:normal small calibri,"Trebuchet MS",Verdana,Tahoma,Arial;
  color:#333;
  font-style:italic;
}

td.photograph {
  padding:6px 6px 24px 6px;
  background-color:white;
  text-align:center;
}

#slideshow { float:right; margin-right:10px; }

