#TB_window {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	}
	#TB_window img#TB_Image {
		border: none;
		}

#TB_caption {
	height: auto;
	
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif, Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	}
	#TB_caption #TB_secondLine {
		padding-top: 5px;
		font-size: 13px;
		}

.tb-close-icon {
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(32, 182, 160, 1);
	-moz-border-radius: 29px;
	-webkit-border-radius: 29px;
	-o-border-radius: 29px;
	border-radius: 29px;
	top: -15px;
	right: -15px;
	}
	.tb-close-icon:hover {
		color: rgba(255, 255, 255, 0.5);
		}

#TB_next a,
#TB_prev a {
	color: #FFF;
	padding: 2px 5px;
	margin: 0 0 0 5px;
	background-color: rgba(32, 182, 160, 1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	}
	#TB_next a:hover,
	#TB_prev a:hover {
		background-color: rgba(56, 87, 89, 1);
		}

