.zArtistCatalog ul.zArtistList {
  text-align: center;
  float: left;
  width: 716px;
}

.zArtistCatalog ul.zArtistList li {
  float: left;
}

.zArtistCatalog ul.zArtistList li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 10px;
}

.zArtistCatalog ul.zArtistList li a {
  background: url(../images/zArtistList-li-background.jpg) top left no-repeat;
  color:#666666;
  font-size: 12px;
  float: left;
  width: 129px;
  height: 129px;
  text-align: center;
  margin: 10px 2px 5px 4px;
  padding:0px 4px 0px 4px;
}

.zArtistCatalog ul.zArtistList li > a:hover {
  background: url(../images/zArtistList-li-background-hover.jpg) top left no-repeat;
  color:#ff6600;
  float: left;
  text-decoration:none;
}

.zArtistCatalog-holder {
  float: left;
}
.zArtistCatalog {
  border-left:2px solid #b3b3b3;
  border-right:2px solid #b3b3b3;
  width: 716px;
  padding:0px 10px 0px 10px;
  float:left;
}
.zArtistCatalog-top {
  background: url(../images/zArtistCatalog-top.jpg) top left no-repeat;
  height:11px;
  width: 740px;
}
.zArtistCatalog-bottom {
  background: url(../images/zArtistCatalog-bottom.jpg) top left no-repeat;
  height:11px;
  width: 740px;
  clear:left
}



.zArtistCatalog h1, h2, p, div.field {
  width: 320px;
}

.zArtistCatalog .lightwindow {
  width: 385px;
  float:left;
  padding-top:5px;
  text-align: center;
  border-right:1px solid #ff0000;
  padding-right:5px;
}

.zArtistCatalog .thumb
{
width:716px;
float: left;
border-top:1px solid #ff0000;
margin-top:5px;
}

.zArtistCatalog .lightwindow img
{
margin:0;
padding:0;
}

.zArtistCatalog .media {
  width: 320px;
  float: right;
}

.zArtistCatalog .media object {
  margin: 5px 0px 0px 0px;
}

.zArticle p {
  width: 100%;
}


