#whitespace .content ul.galleries {
  list-style-type : none;
  list-style: none;
  margin : 0;
  padding : 0;
}

#whitespace .content ul.galleries li {
  position : relative;
  background : #eeeeee;
  border : 1px #cccccc solid;
  margin : 1em 0;
  padding : 1em;
}

#whitespace .content ul.galleries li img {
  float : left;
  position : relative;
  padding-right : 4px;
  margin-right : 4px;
}

#whitespace .content ul.galleries li .count,
#whitespace .content ul.galleries li .last {
  clear : left;
  margin : 0;
  padding : 0;
  font-style : italic;
}

#whitespace .content ul.galleries h3 {
  margin : 0;
  padding : 0;
}

#whitespace .content ul.images {
  list-style-type : none;
  list-style: none;
  margin : 0;
  padding : 0;
}

#whitespace .content ul.images h3 { 
  font-size:1em;
}

#whitespace .content ul.images li {
  float: left;
  margin: 1em;
  margin-left: 0;
  margin-right: 2em;
  padding: 0;
  background: transparent;
}
/* gallery view in a block */
#whitespace .content .block ul.images li, #whitespace .content .block ul.images {
  margin-top:0;
  list-style-type : none;
  list-style: none; 
}

.image-thumbnail {
	border: 1px solid #000;
	}

#whitespace .content .view-item-sponsor-gallery {
	padding-right:10px;
	border-right:1px solid #ccc;
	}




