.dojoxResizeHandle {
	float: right;
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 13px;
	height: 13px;
	z-index: 20;
	background-image: url(../images/resize.png);
	line-height: 0px;
}
.dijitRtl .dojoxResizeHandle {
        float: right;
        left: 0px;
        right: auto;
		background-image: url(../images/resizeRtl.png);
}
.dojoxResizeNW {
	cursor: nw-resize;
}
.dijitRtl .dojoxResizeNW {
    cursor: ne-resize;
}
.dojoxResizeNE {
	cursor: ne-resize; 
}
.dijitRtl .dojoxResizeNE {
        cursor: nw-resize;
}
.dojoxResizeW {
	cursor: w-resize; 
}
.dojoxResizeN { 
	cursor: n-resize; 
}
.dojoxResizeHandleClone {
	position:absolute; top:0; left:0; 
	border:1px dashed #666; 
	z-index:999; 
}

.clear { clear:both; }

#loader {
	float:right;
	height:32px;
	width:32px;
	background:url('../images/loading.gif') no-repeat center center;
}

#body {
	padding:0;
	margin:0 auto;
	width:710px;
}

#title {
	font:21pt Arial,sans-serif;
	color: #9BDC74;
	font-weight:bold;
}


#titleText {color: #9BDC74; font-family: "Trebuchet MS", Trebuchet, Georgia, Geneva, Arial, Helvetica, sans-serif;}

#demo { 
	margin:0; 
	padding:0; 
	#position:relative;
}

#pager {
	line-height:1.45em;
	text-align:center;
	margin-right:0;
}

#heading {
	margin-top:1em;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:5px;
}

#footing {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:8px;
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
	height:99px;
	background:#2E2E2E;
	overflow:hidden;
}

p.notas { 
	clear:both;
	text-align:center;
	color:#aaa;
	font:9pt Arial,sans-serif;
}

#exif { clear:both; height:2em; }
#footing img { border:none; }
#footing ul {
	margin:0;
	text-align:center;
	padding:0;
	margin-left:15px;
	margin-top:10px;
	list-style-type:none;
	background:#2E2E2E;
}
#pager {
	float:right;
	z-index:996;
	height: 1.5em;
	margin:0;
	margin-right:-4px;
	list-style-type:none;
}
#pager li { 
	float:left; 
	border-bottom:4px solid #ccc;
	margin-top:2px;
	margin-left:5px; margin-right:5px;
	padding-left:5px; padding-right:5px;
	cursor:pointer;
	font-weight:bold;
	color:#ccc;
}

#pager li.selected {
	color:#888;
	border-bottom:4px solid #888;
}

#pager li.over {
	color:#666;
	border-bottom:4px solid #666;
}

#picker li { 
	float:left; 
	padding:0;
	padding-right:9px;
}

#picker li a {
	border-bottom:3px solid #ededed;
}

#picker li a:hover {
	border-bottom:3px solid #ccc;
}

li.navButton {
	position:relative;
	line-height:79px;
	cursor:pointer;
	font-weight:bold;
	color:#777;
}
#me {
	width:400px;
	height:420px;
}
.imageDragger {
	position:absolute;
	cursor:move;
	z-index:999;
	background:#fff;
}
