.JQImageEffects {
	position:relative;
	width:0px;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	cursor:pointer;
	overflow:hidden;
}
.JQImageEffects .wrapper {
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.JQImageEffects .mask {
	position:absolute;
	left:0px;
	top:0px;
	overflow:visible;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:transparent;
	background-image:none;
	opacity:0.5;
	z-index:1;
}
.JQImageEffects .icon {
	position:absolute;
	left:0px;
	top:0px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center center;
	opacity:1;
	z-index:2;
}
.JQImageEffects .title {
	position:absolute;
	width:100%;
	left:0px;
	padding:5px 10px 5px 10px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#202020;
	text-align:center;
	background-color:#FFFFFF;
	opacity:0.8;
	box-shadow:0px -2px 4px rgba(0,0,0,0.3);
	z-index:3;
}

/* POPUP WINDOW */

#popup_window {
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	z-index:3000;
}
#popup_window .popup_background {
	background-color:#000000;
	opacity:0.7;
}
#popup_window .popup_frame {
	position:relative;
	margin:0 auto;
	padding:10px;
	background-color:#FFFFFF;
	box-shadow:3px 3px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.5);
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
#popup_window .popup_overlay {
	position:relative;
	overflow:hidden;
	background-color:#F0F0F0;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
#popup_window .popup_content {
}
#popup_window .popup_footer {
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:left;
	color:#505050;
	margin-top:5px;
}
#popup_window .popup_caption {
	margin-right:10px;
}
#popup_window .popup_numbers {
	white-space:nowrap;
}
#popup_window .popup_button_prev {
	background:url(images/popup_buttons.png);
	background-repeat:no-repeat;
	background-position:0px top;
	width:16px;
	height:15px;
	cursor:pointer;
}
#popup_window .popup_button_next {
	background:url(images/popup_buttons.png);
	background-repeat:no-repeat;
	background-position:-16px top;
	width:16px;
	height:15px;
	cursor:pointer;
}
#popup_window .popup_button_close {
	background:url(images/popup_close.png);
	background-repeat:no-repeat;
	width:55px;
	height:15px;
	cursor:pointer;
}