#popup_photo{	
		width:612px;	  
	    float:left;
	    margin:5px 0 8px 0
	}	
	#popupContainer{									
		position:relative;		
		width:612px;			
		height:81px;
		background:#000;		
		overflow:hidden;
	}
	#btnp_left{
		position:absolute;
		left:0px;
		cursor:pointer;
		z-index:10;		
	}
	#btnp_right{
		position:absolute;
		cursor:pointer;		
		right:0px;
		z-index:10;		
	}
	#popup_theImages{
		position:absolute;
		height:59px;		
		margin-top:22px;
		left:32px;
		width:100000px;
		
	}
	*+html #popup_theImages{ left:32px}
	* html #popup_theImages{ left:23px}	
	#popup_theImages li{
		width:43px;
		height:43px;
		margin:0 9px;
		text-align:center;		
		float:left;}	
	#popup_theImages .activeImage{	  
		width:41px;
		height:41px;		
		border:1px solid #208fdc;		
		}
	#popup_theImages #slideEnd{
		float:left;
	}
	#popup_theImages img{		
		padding:1px;		
		cursor:pointer;
		
	}
	.bg_img_popup{ 					
					width:41px;
					height:41px;					
					border:1px solid #989898;																					
					}	
