@CHARSET "UTF-8";
 
div.overlay {  
    background-image:url(/images/ui/overlay/white.png);  
    width:390px; 
    display:none; 
	padding:55px; 
} 

#pointInfoContainer {
	width: 730px;
	_width: 780px;
}

#pointInfo {
	overflow-y: auto;
	height: 500px;
}

div.overlay div.close { 
    background-image:url(/images/ui/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}


div.overlay1 {  
v   width:730px;
    _width: 780px;
background-image:url(/images/ui/overlay/white1.png); 
    display:none; 
    padding:55px; 
} 

div.overlay1 div.close { 
    background-image:url(/images/ui/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

div.scrollable {
	
	position:relative;
	overflow:hidden;	 	
	width: 626px;	
	height:116px;	
	padding:4px 0;	
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#efefef;				
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	margin-left:2px;
}

div.scrollable div.items div {
	float:left;
	margin-right: 2px;
}

div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

div.scrollable {
	float:left;	
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/images/ui/scrollable/left.png) no-repeat;
	float:left;
	margin:55px 0px;
	cursor:pointer;
	font-size:1px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(/images/ui/scrollable/right.png);
	clear:right;	
}

div.navi {
	height:20px;
	text-align: center;
}


div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/ui/scrollable/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

div.navi a:hover {
	background-position:0 -8px;      
}

div.navi a.active {
	background-position:0 -16px;     
} 	