div#modalFull {
	font-size: 12px;
	color: #777;
}
div#modalLoading {
	width: 126px;
	height: 30px;
	text-indent: -9999em;
	background:  url(../img/modal/loading.gif) center center no-repeat;
}

div#modalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}

div#modalWrapper {
	background: none;
	border: 4px solid #eee;
	text-align: center;
	display: none;
}

a#closeBut {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	text-indent: -9999em;
	background: url(../img/modal/close.gif) no-repeat;
	outline: 0;
	z-index: 1000;
}

h1#modalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
	z-index: 1000;
	background: url(../img/modal/semi-transp.png);
	padding: 2px;
	display:none;
}

div.wrapper div#modalContent {
	padding: 5px;
	background: #fff;
}
div.wrapperImg div#modalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#modalContent div {
	position: absolute;
	width: 100%;
	height: 35px;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#modalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}

a.modalPrev, a.modalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}

div.wrapperSwf a.modalPrev, div.wrapperSwf a.modalNext, div.wrapper a.modalPrev, div.wrapper a.modalNext {
	height: 60%;
	width: 20%;
}
a.modalPrev {
	left: 0;
}
a.modalPrev:hover {
	background: url(../img/modal/prev.png) left 95% no-repeat;
}
a.modalNext {
	right: 0;
}
a.modalNext:hover {
	background: url(../img/modal/next.png) right 95% no-repeat;
}

div#modalWrapper #modalInfo{
	width: 255px;
	height: 115px;
	padding: 25px 10px 0 120px;
	font-weight: bold;
	color: #424164;
	background: url(../img/modal/info.gif) 0 0 no-repeat;
	margin: 5px auto 0 auto;
	text-align: left;

}

div#modalWrapper #modalInfo a{
	text-decoration: none;
	background: url(../img/modal/link_bg.gif) 0 center no-repeat;
	height: 15px;
	padding: 0px 0 0 20px;
	color: #0e0145;
}

