/*
For use with Fancy Gallery int he indivision core
*/

.GalleryImageHolder{
	margin:8px;
}
.LBThumbs div{
	float:left;
	height:92px;
	width:92px;
}

#NotificationDiv, .NotificationBox {
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 14px;
  -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display:block;
}
.notify, #NotificationDiv, .NotificationBox, .Warning {
  background: #FEFCCB;
  color: #565314;
  border: 1px solid #BDB62D;
}

a.social-icon img {
	border:0;
	margin:2px;
}
