.nggslider-maindiv,
.nggslider-maindiv:visited,
.nggslider-maindiv:link {
	display: table;
	background: none repeat scroll 0 0 #ffffff;
	height: 90px;
	width: 100%;
	margin: 0 0 5px 0;
}
.nggslider-maindiv:hover,
.nggslider-maindiv:active,
.nggslider-maindiv:focus {
    background: #f9f9f9;
	text-decoration: none !important;
}
.nggslider-maindiv .nggslider-image {
	width: 130px;
	height: 90px;
	overflow: hidden;
	float: left;
}
.nggslider-maindiv .nggslider-image img {
	min-width: 130px;
	min-height: 90px;
	max-width: 100%;
	margin-top: -20px;
}
.nggslider-maindiv .nggslider-count {
	position: absolute;
	width: 130px;
	z-index: 1;
}
.nggslider-maindiv .nggslider-count span {
	float: right;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.8);
	margin-top: 68px;
	padding: 1px 5px;
	height: 20px;
	color: #ffffff;
	font-weight: normal;
	font-size: 8pt;
}
.nggslider-maindiv .nggslider-info {
	display: table-cell;
	width: 100%;
	height: 90px;
	padding-left: 10px;
	vertical-align: middle;
}
.nggslider-maindiv .nggslider-info h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
}
.nggslider-maindiv .nggslider-info h5 {
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	line-height: 110%;
}
.nggslider-maindiv .nggslider-info p {
	position: relative;
	margin: 0;
	color: #888888;
	font-size: 10px;
	line-height: 110%;
	font-weight: normal;
}