/* IMAGE COPYRIGHT */
.image_copyright {
}

.image_copyright_icon {
	cursor:pointer;
	position:relative;
	top:-22px;
	left:5px;
}

.image_copyright_info {
	display:none;
	background:url("images/tooltip_top.png") top center no-repeat;
	width:318px;
	font-size:0.9em;
	padding-top:15px;
}

.image_copyright_info_w_title {
	background:url("images/tooltip_top_w_title.png") top center no-repeat;
}

h4.images_copyright_info_title {
	width:278px;
	margin:0px;
	padding:0px 20px 10px 20px;
	background:url("images/tooltip_title_bottom.png") bottom center no-repeat;
}

.images_copyright_info_content {
	width:278px;
	margin:0px;
	padding:5px 20px 25px 20px;
	background:url("images/tooltip_bottom.png") bottom center no-repeat;
}

/* TOOLTIPS */
.tooltip_icon {
	cursor:pointer;
}

.tooltip_info {
	display:none;
	background:url("images/tooltip_top.png") top center no-repeat;
	width:318px;
	font-size:0.9em;
	padding-top:15px;
}

.tooltip_info_w_title {
	background:url("images/tooltip_top_w_title.png") top center no-repeat;
}

h4.tooltip_info_title {
	width:278px;
	margin:0px;
	padding:0px 20px 10px 20px;
	background:url("images/tooltip_title_bottom.png") bottom center no-repeat;
}

.tooltip_info_content {
	width:278px;
	margin:0px;
	padding:5px 20px 29px 20px;
	background:url("images/tooltip_bottom.png") bottom center no-repeat;
}
