/* grey panel */
.greyImageGallery{
	float: left;
	width: 218px;
}

.greyImageGallery .widgetHeader{
	background: url(/images/structure/widgets/greyPanel/tobBorder001.gif) no-repeat top left;
	width: 218px;
	height: 6px;
	float: left;
}

.greyImageGallery .widgetFooter{
	background: url(/images/structure/widgets/greyPanel/solidBottomBorder001.gif) no-repeat bottom left;
	width: 218px;
	height: 5px;
	float: left;
}

.greyImageGallery .widgetBody{
	border-left: 1px solid #415a68;
	border-right: 1px solid #415a68;
	width: 216px;
	float: left;
}

.greyImageGallery .widgetBody .title{
	color: #fff;
	background: #415a68;
	width: 190px;
	font-size: 1.4em;
	padding: 5px 13px 12px 13px;
	font-weight: bold;
}

.greyImageGallery .widgetBody .body{
	float: left;
	padding: 0px;
	background: #415a68;
}

.greyImageGallery .tableNavigation{
	float: left;
	padding: 0px;
	background: #415a68;
	border: none;
}

.greyImageGallery .tableNavigation .navLinks{
	padding: 5px 0px;
	float: left;
	width: 216px;
}

.greyImageGallery .tableNavigation .prevPageLink{
	padding: 0px 5px;
	float: left;

}

.greyImageGallery .tableNavigation .pageNumbers{
	padding: 0px;
	float: left;
	padding-left: 10px;
}

.greyImageGallery .tableNavigation .currentImage{
	color: #96cd00;
}

.greyImageGallery .tableNavigation .nextPageLink {
	padding: 0px 5px;
	float: right;
}

.greyImageGallery a{
	color: #fff;
	font-size: 0.95em;
}

