/* ifxLightBox 1.1 ------------------------------------------------------[START] */
#ifxLightBox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#ifxLightBox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('ifxLightBox.png');
}

#ifxLightBox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#ifxLightBox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#ifxLightBox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
	width: 0 !important;
}

#ifxLightBox-outer {
	position: relative;
	/*width: 100%;*/
	width: 600px;
	height: 100%;
	background: #FFF;
	border: 4px double #ccc;

	/* outline radius for mozilla/firefox only */
	/*
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	*/
}

#ifxLightBox-content {
	font-family: Arial, Helvetica;
	font-size: 11px;
	/*width: 0;*/
	width: 100% !important;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
	text-align: left;
}

	#ifxLightBox-content h1 {
		font-size: 16px;
		font-weight: bold;
		margin: 0 10px 15px 0;
		padding: 0 0 5px 0;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #000;
	}
	
	#ifxLightBox-content ol {
		float: none !important;
		margin: 5px 0 10px 23px !important;
		*_margin: 5px 0 10px 29px !important;
		width: auto !important;
	}
	
	#ifxLightBox-content li {
		margin: 0 !important;
		padding: 0 0 5px 10px !important;
	}
	  
	#ifxLightBox-content .ifxLightBox-1st-ol {
		font-weight: bold;
	}

	#ifxLightBox-content .ifxLightBox-1st-ol-li {
		font-weight: normal !important;
		
	}
	
	

#ifxLightBox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#ifxLightBox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('ifxLightBox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#ifxLightBox-print {
	position: absolute;
	top: -15px;
	right: 13px;
	height: 32px;
	width: 32px;
	background: url('ifxLightBox_print.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
}

#ifxLightBox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#ifxLightBox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#ifxLightBox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#ifxLightBox-left, #ifxLightBox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#ifxLightBox-left {
	left: 0px;
}

#ifxLightBox-right {
	right: 0px;
}

#ifxLightBox-left-ico, #ifxLightBox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#ifxLightBox-left-ico {
	background-image: url('ifxLightBox.png');
	background-position: -40px -30px;
}

#ifxLightBox-right-ico {
	background-image: url('ifxLightBox.png');
	background-position: -40px -60px;
}

#ifxLightBox-left:hover, #ifxLightBox-right:hover {
	visibility: visible; /* IE6 */
}

#ifxLightBox-left:hover span {
	left: 20px;
}

#ifxLightBox-right:hover span {
	left: auto;
	right: 20px;
}

.ifxLightBox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#ifxLightBox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('ifxLightBox-x.png');
}

#ifxLightBox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('ifxLightBox.png');
	background-position: -40px -162px;
}

#ifxLightBox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('ifxLightBox-y.png');
	background-position: -20px 0px;
}

#ifxLightBox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('ifxLightBox.png');
	background-position: -40px -182px; 
}

#ifxLightBox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('ifxLightBox-x.png');
	background-position: 0px -20px;
}

#ifxLightBox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('ifxLightBox.png');
	background-position: -40px -142px;
}

#ifxLightBox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('ifxLightBox-y.png');
}

#ifxLightBox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('ifxLightBox.png');
	background-position: -40px -122px;
}

#ifxLightBox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.ifxLightBox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.ifxLightBox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.ifxLightBox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#ifxLightBox-title-over {
	padding: 10px;
	background-image: url('ifxLightBox_title_over.png');
	display: block;
}

.ifxLightBox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#ifxLightBox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#ifxLightBox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#ifxLightBox-title-float-left {
	padding: 0 0 0 15px;
	background: url('ifxLightBox.png') -40px -90px no-repeat;
}

#ifxLightBox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('ifxLightBox-x.png') 0px -40px;
}

#ifxLightBox-title-float-right {
	padding: 0 0 0 15px;
	background: url('ifxLightBox.png') -55px -90px no-repeat;
}

/* IE6 */
/*
.ifxLightBox-ie6 #ifxLightBox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_close.png', sizingMethod='scale'); zoom: 1;}
.ifxLightBox-ie6 #ifxLightBox-print { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_print.png', sizingMethod='scale'); }
*/

.ifxLightBox-ie6 #ifxLightBox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_nav_left.png', sizingMethod='scale'); }
.ifxLightBox-ie6 #ifxLightBox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_nav_right.png', sizingMethod='scale'); }

.ifxLightBox-ie6 #ifxLightBox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_title_over.png', sizingMethod='scale'); zoom: 1; }
.ifxLightBox-ie6 #ifxLightBox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_title_left.png', sizingMethod='scale'); }
.ifxLightBox-ie6 #ifxLightBox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_title_main.png', sizingMethod='scale'); }
.ifxLightBox-ie6 #ifxLightBox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_title_right.png', sizingMethod='scale'); }

.ifxLightBox-ie6 #ifxLightBox-bg-w, .ifxLightBox-ie6 #ifxLightBox-bg-e, .ifxLightBox-ie6 #ifxLightBox-left, .ifxLightBox-ie6 #ifxLightBox-right, #ifxLightBox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#ifxLightBox-loading.ifxLightBox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#ifxLightBox-loading.ifxLightBox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
.ifxLightBox-ie .ifxLightBox-bg { background: transparent !important; }

.ifxLightBox-ie #ifxLightBox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_shadow_n.png', sizingMethod='scale'); }
.ifxLightBox-ie #ifxLightBox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_shadow_ne.png', sizingMethod='scale'); }
.ifxLightBox-ie #ifxLightBox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_shadow_e.png', sizingMethod='scale'); }
.ifxLightBox-ie #ifxLightBox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_shadow_se.png', sizingMethod='scale'); }
.ifxLightBox-ie #ifxLightBox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_shadow_s.png', sizingMethod='scale'); }
.ifxLightBox-ie #ifxLightBox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_shadow_sw.png', sizingMethod='scale'); }
.ifxLightBox-ie #ifxLightBox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_shadow_w.png', sizingMethod='scale'); }
.ifxLightBox-ie #ifxLightBox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ifxLightBox_shadow_nw.png', sizingMethod='scale'); }


/* Highlighting content */
.ifxLightBox-Highlight {background-color: #ffef80;}
/* ifxLightBox 1.1 ------------------------------------------------------[END] */