/* Defaults */
.JQueryGallery {
	float: left ;
	font-size:12px;
	width:98%;
	margin:0 auto;
}
.typography ul.JQueryGalleryPage-FancyBox {
	margin:0px;
}

.JQueryGallery .JQueryGalleryPage-FancyBox ul ,
.JQueryGallery .JQueryGalleryPage-FancyBox li ,
.JQueryGallery .JQueryGalleryPage-FancyBox ol {
	list-style:none;
	list-style-type:none;
	float:left;
	
}
.JQueryGallery .JQueryGalleryPage-FancyBox {
	padding-bottom:20px;
}
.JQueryGallery .JQueryGalleryPage-FancyBox li {
	margin:10px;	
}
.JQueryGallery .JQueryGalleryPage-FancyBox li a img {
		float:left;
	border:solid 0.5px #333;
		padding: 8px;
		background: #1F13B3 ;
}
.JQueryGallery .JQueryGalleryPage-FancyBox li a:Hover img {
		float:left;
	border:solid 0.5px #333;
		padding: 8px;
		background: #9BAD4A ;
}


	.JQueryGallery .description {
		padding : 5px;
	}

	.JQueryGallery h1,
	.JQueryGallery h2,
	.JQueryGallery h3,
	.JQueryGallery h4,
	.JQueryGallery h5,
	.JQueryGallery h6 {
	}
	
	.JQueryGallery p {
	}

/* List styling  */
	.JQueryGallery li,
	.JQueryGallery ul,
	.JQueryGallery ol{
	list-style:none; 
	list-style-type: none;
}
	.JQueryGallery ul {

}
	.JQueryGallery li {

}



/*
***************** Pagination Style *****************
*/
	.JQueryGallery .JQueryGalleryPagination {
		text-align:center;
		margin-top:10px;
		width:98%;
		float:left;
		clear:both;
	}
	.JQueryGallery .JQueryGalleryPagination .ButtonWrapper {
		height:30px;
		padding-top:10px;
		clear:both;
	}
	.JQueryGallery .JQueryGalleryPagination a span {
		position:relative;
		border:solid 1px #00F;
		padding: 4px 5px;
	}
	.JQueryGallery .JQueryGalleryPagination span {
		position:relative;
		border:solid 1px #ccc;
		padding: 4px 5px;
	}		
	.JQueryGallery .JQueryGalleryPagination a {
		text-decoration:none;

	}
	.JQueryGallery .JQueryGalleryPagination span.CurrentBool {
		border-color:#f00;

	}

/* Reset */
	.JQueryGallery .clr ,
	.JQueryGallery .clear {
		clear:both;
		display:block;
	}
#Content div.JQueryGallery ul.JQueryGalleryPage-FancyBox li {
	list-style:none; 
	list-style-type: none;
}