@charset "utf-8";

.galleryTween {
	cursor: url(../Scripts/galleryTween/graphics/zoomin.cur) , pointer;
    outline: none;
}
.galleryTween-active-anchor img {
	visibility: hidden;
}
.galleryTween img {
	border: none;

}
.galleryTween:hover img {
	margin-top: 0px;




}
.galleryTween-wrapper {
	background-color: #F30;
}
.galleryTween-image {
	border: 10px solid white;
}
.galleryTween-image-blur {
}
.galleryTween-caption {
	display: none;
	padding: 10px;
	background-color: #FFF;
	color: #000;
	font-size: 11px;
	font-variant: small-caps;

}
.galleryTween-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: #FFF;
	padding-left: 22px;
	background-image: url(../Scripts/galleryTween/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.galleryTween-credits,
a.galleryTween-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.galleryTween-credits:hover,
a.galleryTween-credits:hover i {
    color: white;
    background-color: gray;
}

a.galleryTween-full-expand {
	background: url(../Scripts/galleryTween/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.galleryTween-display-block {
    display: block;
}
.galleryTween-display-none {
    display: none;
}

