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: #363636;
    opacity: 0.90;
}
#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;

	position: absolute;
	bottom: 0px;
	right: 0;
}
#js_pictureshow_image_container
{
	position: relative;
	height: 500px;
	width: 375px;
	margin: 0 auto 0 auto;
}
#js_pictureshow_image_thumbs img
{
	cursor: pointer;
	opacity: 0.40;
}
#js_pictureshow_image_thumbs img.pictureshow_hovered
{
    opacity: 1.00;
}

#js_pictureshow_image_thumbs
{
	text-align: right;
	width: 375px;
	margin: 0 auto 0 auto;
}
#js_pictureshow_image_title
{
	background-image: url('/images/pictureshow_title.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 335px;
	padding: 20px;
	margin: 5px auto 5px auto;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
