#TB_window {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#TB_window img#TB_Image {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#TB_closeWindow {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	height: auto;
	float: none;
	margin: -10px -10px 0 0;
}

#TB_closeWindowButton {
	display: table;
}
#TB_closeWindowButton:hover {
	text-decoration: none;
}
.tb-close-icon {
	width: 25px;
	height: 25px;
	background: #000000;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.tb-close-icon:before {
	color: #ffffff;
	line-height: 24px;
	text-indent: 10px;
}

#TB_caption {
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto !important;
}