div#gallery_item_full {
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	position: relative;
	padding: 0px 19px 0px 19px;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000; 
}
div#gallery_item_full p#item_title {
	font-weight: bold;
	color: #003857;
	line-height: 0.8;
	margin: 0px -19px 1em -19px;
	padding: 6px 24px 6px 24px;
	background-color: #dcf0ff;
	background-image: url(../images/backgrounds/accessibility.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#gallery_item_full img#item_image {
	border: 1px solid #dfefeb;
	margin: 0px 5px 5px 5px;
}
div#gallery_item_full a#item_link_prev, div#gallery_item_full a#item_link_next {
	position: absolute;
	top: 32px;
	height: 50px;
	width: 49%;
	padding: 0px;
	outline: none;
	background-color: transparent;
}
div#gallery_item_full a#item_link_prev img, div#gallery_item_full a#item_link_next img {
	border: none; 0px;
}
div#gallery_item_full a#item_link_prev {
	left: 0px;
	background-image: url(../images/backgrounds/item_link_prev_idle.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#gallery_item_full a#item_link_prev:hover {
	background-image: url(../images/backgrounds/item_link_prev_hover.gif);
}
div#gallery_item_full a#item_link_next {
	right: 0px;
	text-align: right;
	background-image: url(../images/backgrounds/item_link_next_idle.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
div#gallery_item_full a#item_link_next:hover {
	background-image: url(../images/backgrounds/item_link_next_hover.gif);
}
div#gallery_item_full p {
	padding: 0px;
	margin: 0px 5px 0.25em 5px;
}
div#gallery_item_full p#item_position {
	font-size: 0.6em;
	line-height: 0.8em;
	color: #017c8e;
	text-align: right;
}
div#gallery_item_full p#item_dimensions {
	font-size: 0.8em;
}
div#gallery_item_full a#item_close {
	clear: both;
	margin: 1em -19px 0px;
	display: block;
	font-size: 0.8em;
	padding: 0px 10px;
	text-align: right;
	text-decoration: none;
	color: #ffffff;
	background-color: #005b8e;
	background-image: url(../images/backgrounds/primary_nav_a_idle.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 24px;
}
div#gallery_item_full a#item_close:visited {
	color: #ffffff;
}
div#gallery_item_full a#item_close:hover {
	background-color: #006390;
	background-image: url(../images/backgrounds/primary_nav_a_hover.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#gallery_item_full a#item_close img {
	margin-left: 5px;
	border-width: 0px;
	border-style: none;
	vertical-align: middle;
}
div#item_effect_block.loading {
	background-image: url(../images/backgrounds/loading_big.gif);
	background-repeat: no-repeat;
	background-position: center center;
}