/*
 Definizioni per la visualizzazione della PhotoGallery tutto viene definito all'interno del
 div npPhotoGalleryJq
*/
div#npPhotoGalleryJq a {
	background: #F2F2F2 none repeat scroll 0 0;
	border: 1px solid #B5B5B5;
	float: left;
	height: 30px;
	margin: 5px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 30px
}

div.npPhotoGalleryTools a {
	background: #F2F2F2 none repeat scroll 0 0;
	border: 1px solid #B5B5B5;
	float: left;
	height: 40px;
	margin: 5px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 40px
}

.npPhotoGalleryTrashHover {
   background-color: aqua;	
}

.npPhotoGalleryTrashActive {
   background-color: #F55;
}


