/* Front map locations */
#location-map {
	position:relative;
	width:516px;
	margin:0 auto;
}
#img-hover li {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	float:left;
	background:url('images/blank.gif');
	list-style:none;
}
#img-hover li span {
	display:none;
}
#img-hover li h4 {
	margin:0;
	padding:0;
}
#img-hover li:hover div, #img-hover li.over div{
	display: block;
	position:absolute;
	display:list-item;
	background:#E4E4E4;
	border:#999999 1px dashed;
	width:200px;
	height:auto;
	margin:10px;
	padding:4px 5px;
	font-size:.8em;
	text-align:left;
	color:#000;
 }
#img-hover div {
	position: absolute; 
	display: none;
	list-style:none;
}
#img-hover > div {
	top: auto;
	left: auto;
}
/* location positions */
#utah-star {
	top:115px;
	left:105px;
}
#montana-star {
	top:56px;
	left:134px;
}
#texas-star {
	top:260px;
	left:229px;
}
#new-jersey-star {
	top:115px;
	left:445px;
}
#new-nampshire-star {
	top:74px;
	left:465px;
}
#florida-smyrna-star {
	top:259px;
	left:402px;
}
#south-carolina-star {
	top:209px;
	left:404px;
}
#tennesse-star {
	top:185px;
	left:319px;
}
#east-tennesse-star {
	top:180px;
	left:365px;
}
#florida-star {
	top:276px;
	left:411px;
}
#vermont-star {
	top:59px;
	left:452px;
}
#oregon-star {
	top:36px;
	left:23px;
}
#idaho-star {
	top:77px;
	left:81px;
}
#colorado-star {
	top:130px;
	left:175px;
}
/*Flip some star info*/
#img-hover #florida-smyrna-star div {
	margin-top:-65px;
	margin-left:-200px;
}
#img-hover #florida-star div {
	margin-top:-65px;
	margin-left:-200px;
}
#img-hover #texas-star div {
	margin-top:-80px;
}
#img-hover #new-jersey-star div, #img-hover #vermont-star div, #img-hover #new-nampshire-star div, #img-hover #south-carolina-star div  {
	margin-left:-200px;
}
