﻿.exploresidebar .map{
	position:absolute;
	top:150px;
	left: 8px;
	width:255px;
	height:424px;
	background:url(/images/map-all.gif) no-repeat;
}
.exploresidebar .map img {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.exploresidebar .map ul {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
}
.exploresidebar .map li {
	position:absolute;
	display:none;
	text-indent:-9999em;
	overflow:hidden;
	background-repeat:no-repeat;
}


.exploresidebar .map li.activestate, .exploresidebar .map li.selected { display:block;}
.exploresidebar .map li#Region1 {
	background-image:url(/images/map-region1.gif);
	width:255px;
	height:424px;
	top:0px;
	left:0px;
}
.exploresidebar .map li#Region2 {
	background-image:url(/images/map-region2.gif);
	width:255px;
	height:424px;
	top:0px;
	left:0px;
}
.exploresidebar .map li#Region3 {
	background-image:url(/images/map-region3.gif);
	width:255px;
	height:424px;
	top:0px;
	left:0px;
}
.exploresidebar .map li#Region4 {
	background-image:url(/images/map-region4.gif);
	width:255px;
	height:424px;
	top:0px;
	left:0px;
}
.exploresidebar .map li#Region5 {
	background-image:url(/images/map-region5.gif);
	width:255px;
	height:424px;
	top:0px;
	left:0px;
}
.exploresidebar .holder{
	height:1%;
	overflow:hidden;
}

