div.ffp_Container{
	width: 100%;
	height: 100px;
	padding-top: 10px;
}

/* CORNERS */

div.clt,
div.clb,
div.crt,
div.crb
{
	position: relative;
	width: 4px;
	height: 4px;
	z-index: 2;
	background: url('/assets/images/sprites/borders.png') no-repeat center center transparent;
}

div.clt
{
	top: 0px;
	left: 0px;
}

div.passive div.clt
{
	background-position: -8px 0;
}

div.active div.clt
{
	background-position: 0 0;
}

div.crt
{
	top:-4px;
	left:100%;
	margin-left: -4px;
}

div.passive div.crt
{
	background-position: -12px 0;
}

div.active div.crt
{
	background-position: -4px 0;
}

div.crb
{
	top:100%;
	left:100%;
	margin-top:-12px;
	margin-left:-4px;
}

div.passive div.crb
{
	background-position: -12px -4px;
}

div.active div.crb
{
	background-position: -4px -4px;
}

div.clb
{
	top:100%;
	left:0px;
	margin-top:-4px;
}

div.passive div.clb
{
	background-position: -8px -4px;
}

div.active div.clb
{
	background-position: 0 -4px;
}


/* LINES */

div.lntop,
div.lnbot
{
	position: relative;
	height: 2px;
	width: 100%;
}

div.lntop,
div.lnleft
{
	top: 0;
	left: 0;
}

div.lnbot
{
	top: 100%;
	left: 0;
	margin-top: -4px;
}

div.lnleft,
div.lnright
{
	position: relative;
	width: 2px;
	height: 100%;
}

div.lnright
{
	top:-100%;
	left:100%;
	margin-left:-2px;
}

div.active div.lntop,
div.active div.lnbot,
div.active div.lnleft,
div.active div.lnright
{
	background-color:#ff9900;
}

/* SLIDESHOW */

.ffp_ItemContainer{
	width:80px;
	background-color:transparent;
	float: left;
	margin-left: 13px;
}

div.ffp_ItemContainer, div.ffp_ItemContainer div
{
	cursor:pointer;
}

div.ffp_ItemContainer.hidden
{
	display: none;
}


.ffp_ItemImage { 
	
	width:80px;
	height:80px;
	background-color:transparent;
	position: relative;
	overflow: hidden;
	}
	
div.ffp_ItemImage.loading, div.ffp_Container.loading
{
	background: url('/assets/images/loading.gif') center 25px no-repeat #ffffff;
}

div.ffp_ItemImage img
{
	position: absolute;
	top: 0;
	left: 0;
}

.ffp_ItemLabel {
	width:80px;
	height:18px;
	font-family:helvetica;
	font-size:11px;
	color:#666666;
	background-color:#ffffff;
	overflow:hidden;
}

div.ffp_ItemLabel a
{
	text-decoration: none;
	display:block;
	float: left;
	width: 53px;
	margin-top: 4px;
	margin-left: 4px;
	height: 14px;
	overflow: hidden;
}

div.ffp_ItemLabel div.ffp_ItemLabelType
{
	width: 19px;
	height: 18px;
	float: left;
	background: url('/assets/images/sprites/slideshow.png') no-repeat center center transparent;
	margin-left: 4px;
}

div.ffp_ItemLabel.passive div.ffp_ItemLabelType.profile
{
	background-position: -38px -20px;
}
div.ffp_ItemLabel.active div.ffp_ItemLabelType.profile
{
	background-position: -57px -20px;
}

div.ffp_ItemLabel.passive div.ffp_ItemLabelType.photo
{
	background-position: 0 -20px;
}
div.ffp_ItemLabel.active div.ffp_ItemLabelType.photo
{
	background-position: -19px -20px;
}

div.ffp_ItemLabel.passive div.ffp_ItemLabelType.video
{
	background-position: -76px -20px;
}
div.ffp_ItemLabel.active div.ffp_ItemLabelType.video
{
	background-position: -95px -20px;
}


/*photo, profile, video */

div.ffp_Previous, .ffp_Next
{
	width: 20px;
	background: url('/assets/images/sprites/slideshow.png') no-repeat center center transparent;
	margin: 30px 0;
	height: 20px;
	cursor: pointer;
}

div.ffp_Previous
{
	float: left; 
	background-position: 0 0;
}

div.ffp_Previous:hover
{
	background-position: -20px 0;
}

div.ffp_Next
{
	background-position: -40px 0;
	margin-left: 10px;
	float: right;
}

div.ffp_Next:hover
{
	background-position: -60px 0;
}

div.ffp_Previous.hidden, div.ffp_Next.hidden
{
	background-image: none;
	cursor: default;
	display: block;
}

div.ffp_Video
{
	height: 0;
	clear: both;
	width: 100%;
	/*padding-top: 15px;*/
	background-color: #ffffff;
	text-align:center;
}
