/* facebox - for landscape and portrait pop ups */

#facebox .b {	}

#facebox .tl {	}

#facebox .tr {	}

#facebox .bl {	}

#facebox .br {	}

#facebox {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}

#facebox .popup {
	position: relative;
}

#facebox table {
	margin: auto;
	border:2px solid #cccccc;
	background-color:#FFFFFF;
}

#facebox .body {
	padding: 5px 5px 0 5px;
	background: #fff;
	width: 370px;
}

#facebox .close {
	float:right;
}

#facebox .loading {
	text-align: center;
}

#facebox .image {
	text-align: center;
}

#facebox img {
	border: 0;
}

#facebox .footer {
	margin-top: 10px;
	text-align: right;
	height:25px;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#facebox a.big-font  {
	text-decoration:none;
	color:#fc0184;
	font-size:20px;
}

#facebox a:hover.big-font   {
	text-decoration:underline;
	color:#fc0184;
}

#facebox .big-font  {
	color:#fc0184;
	font-size:20px;
}

#facebox .border-me {
	border:1px solid #cecece; 
	padding:4px; 
	background-color:#e5e5e5; 
}

#facebox  .photo-text {
	background-color:#232c33;
	color:#fff;
	padding:5px;
	margin-top:4px;
}