.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery-icon {
	overflow: hidden;
	border-width: 0 !important;
}
.gallery img {
	border: 1px solid #000 !important;
}
.gallery canvas {
	padding-left: 1px;
	border: 0 none;
}
.gallery-caption {
	margin: 0 1em 0 0;
	font-size: 0.75em;
	text-align: left;
	line-height: 1;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


div#nyroModalFull {
	font-size: 12px;
	color: #777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 4px solid #4a4a2f;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/loadinfo.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #4a4a2f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a#closeBut {
	position: absolute;
	display: block;
	bottom: -5px;
	right: -28px;
	width: 22px;
	height: 22px;
	text-indent: -9999em;
	background: url(../img/cross-glow.png) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
	display: none;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #f9f9f9;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: help;
}
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
}
a.nyroModalPrev:hover {
	background: url(../img/arrow-tail-glow2.png) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(../img/arrow-tail-glow.png) right 20% no-repeat;
}
