/* Floatbox v3.10 */
/* September 01, 2008 */

#fbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	margin: 0;
	padding: 0;
}
/* overlay color */
div.fbOverlay_custom { background-color:#000000; }

#fbShadowRight, #fbShadowBottom, #fbShadowCorner {
	position: absolute;
	width: 100%;
	height: 100%;
}
#fbShadowRight {
	background-image: url(graphics/shadowRight.png);
	background-repeat: repeat-y;
	background-position: top right;
}	
#fbShadowBottom {
	background-image: url(graphics/shadowBottom.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}	
#fbShadowCorner {
	background-image: url(graphics/shadowCorner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}	

#fbBox {
	position: absolute;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0;
}
div.fbBox_custom {
	border-color:#FFFFFF;
	background-color:#FFFFFF;
}

#fbBox div, #fbBox a {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	outline: none;
}
#fbBox a { background: url(graphics/blank.gif); }

#fbZoomDiv, a.fbPopup img {
	position: absolute;
	left: -9999px;
	top: 0;
	/* border-width is set in js code */
	border-style: solid;
	border-color: white;
	margin: 0;
	padding: 0;
}

#fbZoomImg {
	position: relative;
	border-width: 0;
	margin: 0;
	padding: 0;
}

#fbLoader {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
/* animated 'loading' graphic */
#fbBox .fbLoader_custom { background-image: url(graphics/loadingwhite.gif); }

#fbContentPanel {
	position: relative;  /* won't fade in ie6 if absolute */
	height: 100%;
	width: 100%;
}

#fbDiv {
	position: absolute;
	margin: 0;
	padding: 0;
	border-style: solid;
	overflow: hidden;
}
/* innerBorder color */
#fbBox .fbDiv_custom { border-color:#FFFFFF; }

#fbResizer {
	position: absolute;
	width: 25px;  /* = dimensions of the resize button (see note below) */
	height: 25px;
}
/* resize button graphic */
#fbBox .fbResizer_custom { background-image: url(graphics/resize_white.gif); }
/* note: if you want the smaller resize button, change #fbResizer width and height to 19px
   and also add "_small" to the resize gif name (e.g., graphics/resize_black_small.gif) */

#fbLeftNav, #fbRightNav { position: absolute; }
#fbLeftNav { left: 0; }
#fbRightNav { right: 0; }

#fbUpperPrev, #fbUpperNext {
	position: absolute;
	width: 73px;  /* = dimensions of the upper prev and next graphics */
	height: 52px;
	background-repeat: no-repeat;
}
/* on-mouse-over upper nav prev graphic */
#fbBox .fbUpperPrev_custom { background-image: url(graphics/anterior.gif); }
/* on-mouse-over upper nav next graphic */
#fbBox .fbUpperNext_custom { background-image: url(graphics/proxima.gif); }

#fbInfoPanel {
	position: absolute;
	overflow: hidden;
	text-align: left;
	line-height: 1.25em;
	/* caption and info link text */
  	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#fbCaption {
	display: block;
}
/* caption and info link color */
#fbBox .fbCaption_custom, #fbBox .fbInfoPanel_custom a:link, #fbBox .fbInfoPanel_custom a:visited { color:#333333; }

#fbInfoLink {
	display: block;
	float: left;
	padding-right: 16px;  /* space between info link and item number */
}

#fbItemNumber {
	display: block;
	float: left;
	font-size: 10px;  /* 'image x of y' text */
}
/* 'image x of y' color */
#fbBox .fbItemNumber_custom { color:#666666; }

#fbControlPanel {
	position: absolute;
	height: 14px;
	font-size: 1px;
}

#fbLowerNav {
	float: left;
	width: 88px;  /* sum of lowerprev and lowernext widths */
	height: 14px;  /* height of 1 sprite panel in lowerprev and lowernext graphics */
}

#fbLowerPrev { float: left; }
#fbLowerPrevA { position: absolute; }
#fbLowerPrev, #fbLowerPrevA {
	width: 44px;  /* = dimensions of the lower nav 'prev' graphic */
	height: 14px;
	background-repeat: no-repeat;
}
/* lower nav 'prev' graphic */
#fbBox .fbLowerPrevA_custom { background-image: url(graphics/prev_lwr_white.gif); }
/* lower nav greyed-out 'prev' graphic */
#fbBox .fbLowerPrev_custom { background-image: url(graphics/prev_lwr_off_white.gif); }

#fbLowerNext { float: right; }
#fbLowerNextA { position: absolute; }
#fbLowerNext, #fbLowerNextA {
	width: 44px;  /* = dimensions of the lower nav 'next' graphic */
	height: 14px;
	background-repeat: no-repeat;
}
/* lower nav 'next' graphic */
#fbBox .fbLowerNextA_custom { background-image: url(graphics/next_lwr_white.gif); }
/* lower nav greyed-out 'next' graphic */
#fbBox .fbLowerNext_custom { background-image: url(graphics/next_lwr_off_white.gif); }

#fbControls { float: right; }

#fbPlayPause { float: left; }
#fbPlay, #fbPause { position: absolute; }
#fbPlayPause, #fbPlay, #fbPause {
	width: 46px;  /* = dimensions of the 'play' and 'pause' graphics (they need to be the same size) */
	height: 14px;
	background-repeat: no-repeat;
}
/* 'play' and 'pause' graphics */
#fbBox .fbPlay_custom { background-image: url(graphics/play_white.gif); }
#fbBox .fbPause_custom { background-image: url(graphics/pause_white.gif); }

#fbClose {
	float: right;
	width: 66px;  /* = dimensions of the 'close' graphic */
	height: 22px;
	background-repeat: no-repeat;
}
/* 'close' graphic */
#fbBox .fbClose_custom { background-image: url(graphics/fechar.gif); }
