@charset "utf-8";
/* CSS Document */

.content .thickbox img {
	border: 1px solid #13D2AC;
	padding-top: 19px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: url(img/thickbox_bg.gif);
	background-repeat: no-repeat;
	display: inline;
}

.content .thickbox img:hover {
	border: 1px solid #27EBC3;
	padding-top: 19px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: url(img/thickbox_bg.gif);
	background-repeat: no-repeat;
	background-color: #27EBC3;
}

.infodiv .thickbox img {
	border: 1px solid #13D2AC;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	background-color: #13D2AC;
}

.infodiv .thickbox img:hover {
	border: 1px solid #27EBC3;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	background-color: #27EBC3;
}
.content a.thickbox {
}

