



.pwi_loader{
	height: 80px;
	width: auto;
	border: 2px solid grey;
}

.pwi_container{
	color: white;
	
	font-family: Arial;
	font-size: 8pt;
	padding: 5px;
}

.pwi_container a{
	/*color: white;*/
}

.pwi_albums{

}

.pwi_album_description{
	text-align: left;
	color: #666;
	font-family: Arial;
	font-size: 8pt;
	
	padding: 10px;

}
.pwi_album_description .title{
	font-size: 12pt;
	margin-top: 10px;

}
.pwi_album_description .details{
	font-size: 8pt;
	font-style: italic;
}
.pwi_album_description .description{
	font-size: 10pt;
	padding: 5px;
}
.pwi_album_description .sslink{

}

.pwi_album{
	float: left;
	padding: 5%;
	text-align: center;
	color: grey;
	height:200px;
}
.pwi_album img{
	border: 1px solid grey;
}


.pwi_photo{
	float: left;
	padding: 0.5em;
	text-align: center;
}
.pwi_photo img{
	border: 1px solid grey;
}

.pwi_pager{
	clear: both;
	padding:1em;
	color:grey;
}
.pwi_pager a{
	padding:0.5em;
	border:1px solid;
}
.pwi_pager_current{
	font-weight: bold;
	color:grey;
	border:1px solid;
	padding:0.5em;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background: #000 url(plugins/picasa_albums/img/loading-bar-black.gif) no-repeat center;border: 1px solid #fff;
}

.lbLoading {
	background: #000 url(plugins/picasa_albums/img/loading-bar-black.gif) no-repeat center;width:400px;	border: 1px solid #fff;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(plugins/picasa_albums/img/fleche1.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(plugins/picasa_albums/img/fleche2.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	background-color: #fff;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(plugins/picasa_albums/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

