
div.tx-wtgallery-pi1 {
  padding: 10px;
  background-color: green;
  background-color: transparent;
}

div.wtgallery_list {
  padding: 1px;
  margin: 10px;
  background-color: #444;
}

div.wtgallery_list a img {
  padding: 1px;
  filter: alpha(opacity=66); 
  -moz-opacity: 0.66; 
  opacity: 0.66;
  border: 1px solid #444;
}

div.wtgallery_list a:hover img {
  filter: alpha(opacity=100); 
  -moz-opacity: 1.00; 
  opacity: 1.00;
}

div.wt_gallery_list_inner_text {
	text-align: center;
	background-color: white;
	margin-top: 1px;
}

div.wt_gallery_list_inner_title {
  font-weight: bold;
  width: 130px;
}

div.wt_gallery_list_inner_comments {
  white-space: normal;
  width: 130px;
}

ul.wtgallery_pagebrowser_list {
  list-style-type: none;
}

ul.wtgallery_pagebrowser_list li {
	display: inline;
	padding: 0 5px 0 0;
}

ul.wtgallery_pagebrowser_list li a {
	text-decoration: none;
	color: #416E9C;
	font-weight: bold;
}

ul.wtgallery_pagebrowser_list li a.act, ul.wtgallery_pagebrowser_list li a:hover {
  text-decoration: underline;
}

div.wtgallery_list {
	text-align: center;
}

