@charset "utf-8";
/* CSS Document */

#pictureviewer{
	position:relative;
	height:400px;
	width:600px;
}
.image-viewer-wrapper{
	position: relative;
	margin: 0 0 0 8px;
	width: 600px;
}
#contentflowContainer{
	position:relative;
	top: 9px;
	height:465px !important;
	width: 600px;
	margin:none;
	padding:none;
	border:none;
}
#contentflow{
	position:relative;
	top: 0px;
	left:0px;
	height:100%;
	width:100%;
}
#picbrowser-iframe{
	width:100%;
	height:100%;
	overflow:hidden;
	border:none;
	margin:0;
	padding:0;
}
.picture-viewer-label{
	position: absolute;
	left:-1px;
	top:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.pb-info-button-container{
	position:relative;
	display:inline;
	visibility:visible;
	border:none;
	margin-left:563px;
	top:12px;
	z-index:100;
}
.pb-info-button{
	cursor:pointer;
	float:right;
	border:none;
	margin-right:1px;
}
.yui-content p{
	left:-10px;
}

