/* Picture Viewer */
#main_content img {        border:0px solid #fff;        clear:both;}
img#loading {
    margin-left:250px;
    margin-top:75px;
}
#longtitleh2 {
	display:none;
}
#picture_viewer {
	width:580px;
	min-height:267px;
	margin-left:-5px;
	display:none;
	border:none;
}
#previous_nav, #next_nav {
	display:block;
	width:76px;
	height:287px;
}
#previous_nav {
	background:url(../images/pic_viewer/left_arrow_off.png) no-repeat;
	float:left;
	text-indent:-4000px
}
#next_nav {
	background:url(../images/pic_viewer/right_arrow_off.png) no-repeat;
	float:left;
	text-indent:-4000px
}

#pictures {
	background-color:#0f0f0f;
	float:left;
	border-top:1px solid #80807a;
	border-bottom:1px solid #80807a;
	min-height:285px;
	width:428px;
}
#pictures div {
	text-align:center;
	color:#fff;
	margin:5px 0 0 0;
}
#pictures div p, #pictures div h1 {
	text-align:left;
	display:none;
}


#caption {
	clear:both;
	padding-top:10px;
	width:58opx;
		color:#fff;
}
#caption_header {
	background:url(../images/pic_viewer/caption_top_background.png) no-repeat;
	height:0;
	padding:8px 0 6px 8px;
    letter-spacing:0.1em;
}

#caption_text {
	background:#0f0f0f;
	border-left:1px solid #80807a;
	border-right:1px solid #80807a;
	width:558px;
    padding:21px 10px 0 10px;
    line-height:1.3em;
    font-size:1.1em;
       
}
#caption_footer {
	background:url(../images/pic_viewer/caption_bottom_background.png) no-repeat;
	height:14px;
}
#caption a {
        color:#fff;
}