body
{
	position: relative;
	height: 100%;
}
/* SEMITRANSPARENT DIV */
#js_pictureshow_transparent
{
	overflow: auto;
	display: none;
    position: absolute;
	z-index:9995;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: #003399;
    opacity: 0.85;
}
#js_pictureshow_image_layer
{
	display: none;
	position: absolute;
	z-index:9997;
    top: 0px;
    left: 0;
	margin: 0 auto 0 auto;
	width: 100%;
}
#js_pictureshow_image
{
	cursor: pointer;
	display: block;
	z-index:9998;
	margin: 0 auto;
}
#js_pictureshow_image_container
{
	background: #ffffff;
	position: relative;
	width: 443px;
	height: 409px;
	margin: 0 auto 0 auto;
}
#js_pictureshow_image_thumbs img
{
	cursor: pointer;
}

#js_pictureshow_image_thumbs
{
	text-align: left;
	width: 443px;
	margin: 10px auto 0 auto;
}
#js_pictureshow_image_title
{
	background-image: url('/images/pictureshow_title.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 443px;
	color: #003399;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 0;
	padding: 15px;
}
#js_pictureshow_close
{
	cursor: pointer;
	width: 10px;
	height: 10px;
	background-image: url('/images/close.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 13px;
	right: 13px;
}