#overlay,
#TB_overlay,
.overally {
	background: #000000;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 200;
}

#lightbox {
	z-index: 300;
}

#TB_window,
.window {
	background: #67a8d2 url(../images/tb-bg.png) repeat-x 0px bottom;
	display: block;
	padding: 7px 8px;
	position: fixed;
	z-index: 999;
	border: 0;
}

#outerLightboxContainer {
	background: #67a8d2 url(../images/tb-bg.png) repeat-x 0px bottom;
	display: block;
	z-index: 999;
	border: 0;
	position: relative;
	width: 250px;
	min-width: 440px;
	margin: 0 auto;
}

#outerImageContainer {
	background: transparent;
	min-width: 440px;
}

#imageDataContainer {
	background: transparent;
	padding-left: 10px;
	padding-right : 10px;
	padding-top: 0px;
	padding-bottom : 13px;
	min-width: 440px;
}

.window a:hover {
	text-decoration: none;
}

.img-view {
	display: block;
	clear: both;
	margin-bottom: 9px;
}

.img-view a {
	display: block;
}

/*#imageData*/ #bottomNavClose,
#TB_closeWindowButton,
.close-win {
	background: url(../images/close-win.png) no-repeat 0px 0px;
	width: 72px; 
	height: 14px;
	float: left;
	position: static;
}

#TB_closeWindowButton.map
{
	margin-bottom: 4px;
}

#numberDisplay,
.number-view {
	width: 250px; 
	height: 14px;
	float: left;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

#prevLink,
#nextLink,
a.win-btn {
	background: url(../images/prev-next.png) no-repeat center 0px;
	width: 50px; 
	height: 14px;
	float: left;
	overflow: hidden;
}

#prevLink,
a.prev {
	background-position: center 0px;
	height: 13px;
	margin-right: 5px;
}

#nextLink,
a.next {
	background-position: center -14px;
}

#prevLink:hover, 
#prevLink:visited:hover { 
	background: url(../images/prev-next.png) no-repeat center 0px;
}
#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(../images/prev-next.png) no-repeat center -14px;
}

