/* FANCY BOX
------------------------------------*/

	#fancybox-title{
		font-family:SegoeUILight, serif;
		font-weight:normal !important;
		line-height: normal;
		font-size: 13px;
	}
	#fancybox-title-right,
	#fancybox-title-left{
		display: none;
	}
	#fancybox-title-main{
		line-height: normal;
		background-image: none;
		background: black;
		padding: 8px 10px;
		height: auto;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		border: 3px solid white;
		font-weight: normal;
	}
	#fancybox-title-wrap span{
		height: auto;
	}
