/* CSS Document */

/*************************************************************************


					GALLERY CONTENTS CONTAINER 


*************************************************************************/




/**** content container definitions ****/

#wpig_content 
										{	position: absolute;
											display: none;
											left: 0px;
											right: 0px;
											top: 0px;
											bottom: 0px;
											margin: 0px;
											padding: 0px;
											z-index: 50;
											color: #FFF;
											font-style: normal;
										}

#wpig_content a
										{
											color: #0099ff;
										}
										
#wpig_content a:hover 					
										{
											color: #0066CC;
										}

/**** content background ****/

#wpig_content_bg 
										{
											position: fixed;
											top: 0;
											left: 0;
											z-index: 40;
											width: 100%;
											height: 100%;
											background-color: #000;
											filter:alpha(opacity=60);
											-moz-opacity: 0.6;
											opacity: 0.6;
										}

.pageWidth
										{
											position: relative;
											padding: 0px;
											margin: 10px;
											width: 400px;
											height: auto;
											border: 1px solid #FFF;
											background: #333;
											text-align: left;
										}
										
/**** thumbs container definitions ****/

#wpig_thumbs 
										{
											margin: 0px;
											display: inline;
										}

/**** close gallery definitions ****/

#wpig_contentclose a 
										{
											position: relative;
											margin-right: 10px;
											float: right;
											top: -24px;
										}

/**** gallery permalink definitions ****/

#gallery_url 		
										{
											margin: 10px;
										}
#gallery_url a 
										{
										}

/****************** GALLERY DATA ********************/

#wpig_content #gallery_data
										{
											margin: 10px;
										}
										
/**** gallery title ****/
#wpig_content #gallery_data h3
										{
											font-style: normal;
											font-weight: bold;
											font-size: 12px;
											color: #FFF;
										}

/**** content styles ****/
#thumbs_div 
										{
											margin: 10px 7px 10px 10px;
										}

/**** GALLERY NAVIGATION BLOCK ****/
#gallery_nav		
										{
											margin: 10px;
										}

/**** gallery block definitions ****/
#gallery_block 	
										{	
											text-align: right;
											color: #999;
										}
#gallery_block a 							
										{	color: #FFF; }