div#nyroModalFull {
	font-size: 12px;
	color: #777;
}

div#nyroModalLoading {
	width: 208px;
	height: 13px;
	text-indent: -9999em;
	background: url(/images/screen/thickbox_loading.gif) no-repeat;
	background-position: center;
}

div#nyroModalLoading.error {
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	text-align: left;
}
a#closeBut {
	position: absolute;
	display: block;
	top: 8px;
	right: 5px;
	width: 22px;
	height: 22px;
	text-indent: -9999em;
	background: url(/images/screen/thickbox_close.gif) no-repeat;
	outline: 0;
	z-index: 10;
}

h1#nyroModalTitle,
div#nyroModalContent h1 {
	background: none;
	line-height: 33px;
    height: 33px;
}

div#nyroModalContent {
	/*background: url(/images/screen/thickbox_bg_big.png) repeat-y top left;*/
	overflow: auto;
}

div.wrapper {
    padding-bottom: 10px;
    z-index: 2;
    position: relative;
	/*background: url(/images/screen/thickbox_footer_big.png) no-repeat scroll left bottom transparent; */
}

div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(../img/prev.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background-image: url(../img/next.gif);
}

#nyroModalWrapper .thickbox_middle,
#nyroModalWrapper .thickbox_top_left,
#nyroModalWrapper .thickbox_top_right,
#nyroModalWrapper .thickbox_bottom_left,
#nyroModalWrapper .thickbox_bottom_right,
#nyroModalWrapper .thickbox_top,
#nyroModalWrapper .thickbox_bottom,
#nyroModalWrapper .thickbox_left,
#nyroModalWrapper .thickbox_right {
    position:absolute;
    z-index:1;
}

#nyroModalWrapper .thickbox_middle {
    background: #FFFFFF;
    bottom:10px;
    left:12px;
    right:12px;
    top:33px;
}

#nyroModalWrapper .thickbox_top_left {
    background: url(/images/screen/thickbox_tl.png) no-repeat left top;
    height:33px;
    left:0;
    top:0;
    width:12px;
}
#nyroModalWrapper .thickbox_top_right {
    background: url(/images/screen/thickbox_tr.png) no-repeat right top;
    height:33px;
    right:0;
    top:0;
    width:12px;
}
#nyroModalWrapper .thickbox_bottom_left {
    background: url(/images/screen/thickbox_bl.png) no-repeat left bottom ;
    bottom:0;
    height:10px;
    left:0;
    width:12px;
}
#nyroModalWrapper .thickbox_bottom_right {
    background: url(/images/screen/thickbox_br.png) no-repeat right bottom ;
    bottom:0;
    height:10px;
    right:0;
    width:12px;
}
#nyroModalWrapper .thickbox_top {
    background: url(/images/screen/thickbox_t.png) repeat-x 10px top;
    height:33px;
    left:12px;
    right:12px;
    top:0;
}
#nyroModalWrapper .thickbox_bottom {
    bottom:0;
    height:8px;
    left:12px;
    right:12px;
    border-bottom: 2px solid #CCCCCC;
    background: #FFFFFF;
}
#nyroModalWrapper .thickbox_left {
    bottom:10px;
    left:0;
    top:33px;
    width:10px;
    border-left: 2px solid #CCCCCC;
    background: #FFFFFF;
}
#nyroModalWrapper .thickbox_right {
    bottom:10px;
    right:0;
    top:33px;
    width:10px;
    border-right: 2px solid #CCCCCC;
    background: #FFFFFF;
}


