/* CMS Gallery Styles (Alex@Popcorn07) */

.gallery-album {
	float: left;
	width: 752px;
	color: #3D3D3D;
}

.gallery-album td.desc {
	vertical-align: top;
	width: 100%;
}
	.gallery-album td.desc div {
	padding: 0px 12px 12px 5px;
/*	background-color: #EAEAEA;*/
	margin: 0px 0px 11px 0px;
	}
	.gallery-album td.desc p {
	width: 100%;
	margin: 4px 0px 0px 0px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #969696;
	}
	.gallery-album td.desc a {
	color: #3D3D3D;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	}
	.gallery-album td.desc span {
	padding: 0px 6px 0px 10px;
	}
	
.gallery-album td.image {
	vertical-align: top;
}
	.gallery-album td.image img {
	margin-right: 12px;
	border: 0px;
	padding-bottom: 11px;
	float: left;
	}

.gallery{
	width: 752px;
}


.gallery img {
  border:0;
}

.gallery .image {
  float:left; 
  width:120px;
  height:150px;
  margin: 10px 5px 10px 5px;
  padding: 0;
}

.gallery .image .thumbnail {
  width:120px; 
  height:120px;
  background-color: #f0f0f0;
  padding: 0px;
}

.gallery .image .thumbnail img {
  float: left;
}

.gallery .image .caption {
  height:34px; 
  width:114px; 
  overflow:hidden; 
  font-size:9px;
  color:#666666;
  padding: 4px 3px 4px 3px ;
  text-align:center;
}

.gallery-viewer {
	float: left;
	margin: auto;
	text-align: center;
}
.gallery-viewer p {
	text-align: left;
}

img.gallery-noborder {
	border: 0px;
}

p.gallery-backlink {
	width: 752px;
	background-color: #f0f0f0;
	padding: 5px 0px 5px 0px;
}

p.gallery-backlink a {
	text-decoration: none;
	padding-left: 5px;
}