#yrdlg_loading_frame{		
    display:none; 
    width:auto;
	height: auto;
	z-index:9010;     
	overflow:hidden;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-box-shadow: 0 0 30px #FFFFFF; 
	-webkit-box-shadow: 0 0 30px #FFFFFF;    
}

#yrdlg_loading{	
	background:url(images/loading_bar.gif) no-repeat;
	overflow: hidden;	
	width:220px;
	height: 19px;	
	overflow:hidden;
}

#yrdlg_frame{		
	display:none;
	height: auto;
	z-index:9010;     
	overflow:hidden;
	border: #FFFFFF 1px solid;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-box-shadow: 0 0 30px #FFFFFF; 
	-webkit-box-shadow: 0 0 30px #FFFFFF;    
}
#yrdlg_content{
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height:auto;
}

#yrdlg_content_img{
	margin: 0px;
	padding: 0px;
}

#yrdlg_wide{		
    display:none; 
    width:auto;
	width: 100%;
	overflow: hidden;
	z-index:9020;
	-moz-box-shadow: 0 0 10px #FFFFFF; 
	-webkit-box-shadow: 0 0 10px #FFFFFF;    
	padding: 5px 0px 5px 0px;
	border-top: #777777 1px solid;
	border-bottom: #777777 1px solid;
}


#yrdlg_wide_content{
	margin: auto;
	overflow: auto;
	padding: 5px;
}

#yrdlg_caption{
	z-index: 9030;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
	line-height: 16px;
}

#yrdlg_btn_close{
	z-index: 9040;
	height: 20px;
	cursor: pointer;
	text-decoration:none;
	background: url(images/btn_close.png) no-repeat;
	padding: 3px 0px 0px 22px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 1px #333333;
	line-height: 16px;
}
#yrdlg_btn_close:hover{
	color: #CC0000;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#yrdlg_btn_next{
	width: 50px;
	height: 50px;
	z-index: 9050;
	cursor:pointer;
	background: url(images/btn_next.png) no-repeat;
	display:none;
}
#yrdlg_btn_next:hover{
	background: url(images/btn_next_over.png) no-repeat;
}
#yrdlg_btn_prev{
	width: 50px;
	height: 50px;
	z-index: 9060;
	cursor:pointer;
	background: url(images/btn_prev.png) no-repeat;
	display:none;
}

#yrdlg_btn_prev:hover{
	background: url(images/btn_prev_over.png) no-repeat;
}

#yrdlg_caption_bar{
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	padding: 5px 0px 5px 0px;
	text-align: center;
	z-index: 9045;
	display: none;
	background: url(images/frm_back.png);
	text-shadow: 0px 1px 0px #000000;
}
#yrdlg_caption_bottom{
	border-top: #FFFFFF 1px solid;
	padding: 3px 3px 5px 0px;
	text-align: left;
	z-index: 9044;
	display: none;
	background: url(images/frm_back.png);
	text-shadow: 1px 0px 1px #000000;
	line-height: 15px;
}