.pictureContent{
	width:800px;
}

.controls{
	width:130px;
	float:left;
	display:inline;
	margin-left:7px;text-align:left;
	background-color:#393939;border:solid 1px white;
}
.controls h2{margin-top:0px;}

.pictureContainer{
	max-width:650px;
	float:right;
	border:solid 1px;
	display:inline;
	margin-right:10px;
}

.submenu{
	text-align:left;
}

.controlBtn{
	background-color:#B1AFAF;
	border:outset 1px;
	margin:2px;padding:2px;color:black;
}
.controlBtn a {color:black;}

/* tagging */
#tagPicture{
	border:solid 5px #6D6D6D;
	cursor:crosshair;
}

#panelDiv {
    position:absolute;cursor:move; 
    height: 150px; 
    width: 200px;
    top:80px; 
    left:105px; 
    border:2px solid white;
    background-image:url(../images/shadowlight.gif);
    display:none;
}

#handleDiv {
    position: absolute; cursor:se-resize;
    bottom:0px; 
    right: 0px; 
    width:10px; 
    height:10px;
    /*background-color:blue;*/
    font-size: 1px;
    background-image:url(../images/admin/se-handle-dark.gif);
    display:none;
    
}

#tagForm {
    position: absolute;
    bottom:-200px; 
    right: 0px; 
    width:200px; 
    padding:2px;
    height:195px;
    background-color:#3D3D3D;        
    text-align:center;
    overflow:hidden;
    display:none;
	cursor:default;
}

#theimage {
    position:absolute;top:10px;left:10px;
}

#controlHelp{
	font-size:10px;text-align:justify;padding:3px;background-color:#FFFBE2;color:black;border:solid 2px #FFFFA0;margin:2px;
}

.panelDiv{
	float:left;display:inline;margin:10px;width:360px;border:solid 1px;padding:5px;text-align:left;
}

.PictureSlider{
	border-top:dashed 1px;  border-bottom:dashed 1px; background:#393939; margin-top:10px;margin-bottom:10px;padding:10px;text-align:center;
}

.PictureSlider img{
	border:solid 1px #CCCCCC;
}

.PictureSlider img:hover{
	border:solid 1px white;
}

.showPerson {
	border:solid 4px;
	position:absolute;
	display:none;cursor:pointer;
}
