.fwi_loader{
	height: 60px;
	width: 200;
	border: 1px solid #7F7F7F;
}

.fwi_container{
	color: #000000;
	background-color: rgba(0,0,0,0.1);box-shadow: 17px 17px 17px 17px rgba(0,0,0,0.2);
	font-family: 'Open sans';
	font-size: 14px;
	padding: 50px;padding-top: 10px
}

.fwi_container a{
	color: white;
}

.fwi_album_description{
	text-align: left;
	color: white;
	font-family: 'Open sans';
	font-size: 14px;
	background-color: rgba(188,37,46,1);
	padding: 20px;

}
.fwi_album_description .title{
	color: white;
	font-size: 14px;
	margin-top: 10px;clear: both;font-family: 'Open sans';

}
.fwi_album_description .details{
	color: white;
	font-size: 14px;
	font-style: italic;
}
.fwi_album_description .description{
	font-size: 14px;
	padding: 5px;
}
.fwi_album_description .sslink{

}

.fwi_slideshow{
	text-align: left;
	color: white;
	font-family: 'Open sans';
	font-size: 8pt;
	background-color: #FFFFFF;
	padding: 10px;
}

.fwi_album{
	float: left;
	margin: 0.7em;
	text-align: center;
	color: white;
	cursor: pointer;
}

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

.fwi_album img{
	border: 0px solid rgba(177,0,17,1);border-radius:2px;
}

.fwi_album img:hover { box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);border: 2px solid #f7f7d7 }

.fwi_photo{
    position:relative;
	float: left;
	margin: 0.5em;
	text-align: center;
	border: 0px dotted white;
}
.fwi_photo img{
	border: 0px solid rgba(177,0,17,1);border-radius: 2px
}

.fwi_photo img:hover { box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);border: 2px solid #f7f7d7 }

.fwi_photo a{
	text-decoration: none;	
}

#video {
    position:absolute;
    top:0;
    left:0;
}

.fwi_pager{
	clear: both;
}
.fwi_prevpage, .fwi_nextpage, .fwi_pager_page, .fwi_pager_current{
	text-decoration: underline;
	float: left;
	margin: 5px;
}
.fwi_prevpage, .fwi_nextpage, .fwi_pager_page{
	cursor: pointer;
}
.link{
	text-decoration: underline;
	cursor: pointer;
}

.fwi_pager_current{
	text-decoration: none;
	font-weight: bold;
}
