/* Facebox CSS to be included in the actual HTML */
#facebox {

	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:650px;
	/* background-color:#3b3b3b; */
	background: transparent url('../images/black_arrow_slim_2.png') no-repeat scroll 0 0;
	/* border:6px solid #000000; */

	/* for modern browsers use semi-transparent color on the border. nice! */
	/* border:6px solid rgba(121, 121, 121, 0.698); */

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#facebox div {
	/* border:1px solid #3b3b3b; */
	text-align: center;
	font-family:arial,helvetica,sans-serif;
	padding:30px 0px 5px 25px;
}

<!--[if IE]>
   <style type="text/css">
   .facebox {
       background:transparent;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333,endColorstr=#333333);
       zoom: 1;
    }
    </style>
<![endif]-->

