*{ padding:0; margin:0; }

.clearfix:after
{
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}

body
{
	background-image: url(../imgs/pinkweb/img_pinkweb/back_linha.jpg);
	background-repeat:repeat-x;
	height:432px;
}

#wrapper
{
	width:975px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#header
{
	background-image:url(../imgs/pinkweb/img_pinkweb/back_pink1.jpg);
	background-repeat:no-repeat;
	width:975px;
	height:348px;
}

#note
{
	color:#fff;
	width:500px;
	padding-top:130px;
	padding-left:25px;
	float:left;
}

#nav
{
	color:#fff;
	padding-top:130px;
	padding-right:17px;
	float:right;
}

#slideshow
{
	padding-top:30px;
	padding-left:21px;
}

.slideshow-next
{
	float:left;
	padding-top:40px;
}

.slideshow-prev
{
	float:left;
	padding-top:40px;
}

.slideshow-img
{
	float:left;	
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../imgs/portfolio/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../imgs/pinkweb/img_pinkweb/setage_over.jpg) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imgs/pinkweb/img_pinkweb/setagd_over.jpg) right 50% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	width: 890px;
	height: 120px;
	padding: 0px;
	border: none;
	float: left;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	width: 8000em;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;

}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	width: 900px;
	height: 280px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;

}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}

#cartazes-header
{
	background-image:url(../imgs/pinkweb/img_pinkweb/back_pink2.jpg);
	background-repeat:no-repeat;
	width:975px;
	height:216px;
}

#cartazes-middle
{
	background-image:url(../imgs/pinkweb/img_pinkweb/back_pink3.jpg);
	background-repeat:no-repeat;
	width:975px;
	height:203px;
	text-align:right;
}

#cartazes-bottom
{
	background-image:url(../imgs/pinkweb/img_pinkweb/back_pink4.jpg);
	background-repeat:no-repeat;
	width:975px;
	height:446px;
}

#googleearth
{
	float:left;	
	margin-top:340px;
	margin-left:140px;
}

#googleearth-img 
{
	margin-left:100px;
}

#video
{
	float:left;
	margin-left:80px;
	margin-top:100px;
}

#video-title
{
	background-image:url(../imgs/pinkweb/img_pinkweb/video.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:58px;
	float:left;
	margin-right:5px;
}

/* basic link class */
a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a:visited
{
	color:#fff;
}
a:hover
{
	color:#fff;
	text-decoration:underline;
}
a:active
{
	color:#ccc;
}
/* eof basic link class */

#cartazes2-header
{
	background-image:url(../imgs/pinkweb/img_pinkweb/back_pink5.jpg);
	background-repeat:no-repeat;
	width:975px;
	height:259px;
}

#cartazes2-middle
{
	background-image:url(../imgs/pinkweb/img_pinkweb/back_pink6.jpg);
	background-repeat:no-repeat;
	width:975px;
	height:248px;
	text-align:right;
}

#cartazes2-footer
{
	background-image:url(../imgs/pinkweb/img_pinkweb/back_pink7.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:18px;
	padding-top:210px;
	font-size:10px;
	text-align:right;
	padding-right:75px;
}