/* Static Facebook Pop Out Like Box */
#cfblikebox {
	display: block;
	padding: 0;
	z-index: 99999;
	position: fixed;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.cfbl_top {
	top: 0px;
}
.cfbl_left {
	left: 0px;
}
.cfbl_right {
	right: 0px;
}
.cfbl_bottom {
	bottom: 0;
}
.cfbl_bottom .cfblbadge {
	display: block;
	height: 37px;
	left: 50%;
	margin-left: -75px;
	position: absolute;
	top: -37px;
	width: 100px;
	background-image: url(../images/horizantal.png);
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}
.cfbl_top .cfblbadge {
	display: block;
	height: 37px;
	left: 50%;
	margin-left: -75px;
	position: absolute;
	bottom: -37px;
	width: 100px;
	background-image: url(../images/horizantal.png);
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.cfbl_left .cfblbadge {
	display: block;
	height: 85px;
	top: 50%;
	margin-top: -75px;
	position: absolute;
	right: -27px;
	width: 27px;
	background-image: url(../images/vertical-left.png);
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.cfbl_right .cfblbadge {
	display: block;
	height: 85;
	top: 50%;
	margin-top: -75px;
	position: absolute;
	left: -27px;
	width: 27px;
	background-image: url(../images/vertical-right.png);
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.credits_off {
display:none;
}