/*
CSS Name: Jackie Styles
Description: Jackie Plastino Styles
Author: David
Version: 1.50

Upload this file after update
*/
/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 20px;
	width: 100%;

}
table.ngg-galleryoverview td {
text-align:right!important;
vertical-align:bottom!important;
}

.ngg-gallery-thumbnail {

	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#212121;
	border:1px solid #333;
	margin:6px 0px 10px 4px;
	padding:0;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

