#modal-hours {
	display:none;
	width:500px;
	height:300px;
	overflow-y: auto;
}

#hours-container {
	width:500px; 
	height:310px; 
	color:#000; 
	background-color:#FFF; 
	border:4px solid #E8E8E8; 
	padding:12px;
}

#hours-container a.modalCloseImg {
	background:url(../../pics/front/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-16px;
	cursor:pointer;
}

#hours-container #basic-modal-content {
	padding:8px;
}
