@charset "utf-8";
/* CSS Document */

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
	background-color: #fff;
	padding: 10px;
	width: 490px;
	z-index:-100;
	}
	#gallery ul { list-style: none; margin-left: 0px;}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #b3d8af;
		border-width: 5px 5px 15px;
	}
	#gallery ul a:hover img {
		border: 5px solid #84c17e;
		border-width: 5px 5px 15px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

/********Gallery Pagination************/
#ditto_pages {
	margin:20px 0px 20px 100px;
	width:300px;
}

#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	border: 1px solid #3B6EB1; 
    background-color: #b3d8af;
    padding: 3px 5px 3px; 
    margin-right: 1px; 
    text-decoration: none !important; 
	color: #3B6EB1;
} 
#ditto_pages a:hover {
	border: 1px solid #006837; 
	background-color: #b2b3de;
    color: #006837;
}

