.pwi_loader{
	height: 60px;
	width: 200;
	border: 1px solid #e7e7e7;
}

.pwi_container{
	padding: 5px;
}

.pwi_container a{
	color: #ef7024;
}

.pwi_album_description{
	text-align: left;
	background-color: #e8e8e8;
	padding: 10px;
	margin-bottom: 10px;

}
.pwi_album_description .title{
	margin-top: 10px;
	font-weight: bold;
}
.pwi_album_description .details{
	font-style: italic;
	font-size: 11px;
}
.pwi_album_description .description{
	padding: 5px;
}
.pwi_album_description .sslink{

}

.pwi_album{
	float: left;
	margin: 1em;
	text-align: center;
	color: #000000;
	cursor: pointer;
}

.pwi_album_backlink{
	text-decoration: underline;
	cursor: pointer;
}

.pwi_album img{
	border: 0px solid #7F7F7F;
}

.pwi_photo{
	float: left;
	margin: 1em;
	text-align: center;
	border: 0px dotted white;
}
.pwi_photo img{
	border: 0px solid #7F7F7F;
}

.pwi_pager{
	clear: both;
}
.pwi_prevpage, .pwi_nextpage, .pwi_pager_page, .pwi_pager_current{
	float: left;
	margin: 5px;
	cursor: pointer;
}
.link{
	text-decoration: underline;
	cursor: pointer;
	color: #ef7024;
}

.pwi_pager_current{
	text-decoration: none;
	font-weight: bold;
	color: #ef7024;
}

