/*
----------------------------------

PIKKLES | pikkles.com

copyright 2008

----------------------------------
*/

#content {
    width: 689px;
    height: 340px;
    margin: 10px auto 0;
    background: url(../../images/global/ski-package/ski-package-day-map.gif) left top no-repeat;
	position: relative;
}

#details {
    position: absolute;
	width: 280px;
	height: 300px;
	/*margin: 210px 0 0 35px;*/
	top: 0px;
	left: 10px;
	font-size: 12px;
	/*background-color:white;*/
}

#details h1 {
	padding: 10px 0;
	text-align: center;
    font-size: 18px;
	font-style: italic;
	text-transform:capitalize;
	border-bottom: 1px solid #dfdede;
}

#details p {
	margin-top: 10px;
}

#details a {
	/*margin: 5px;*/
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	
}

.smlink {
	position:relative;
	top:10px;
	display:block;
	width:100px;
	height:10px;
	font-size:10px;
	line-height:10px;
}

.marker {
	position: absolute;
	/*top: 340px;
	left: 480px;*/
	width: 140px;
	height: 15px;
	background:url(../images/map-marker.gif) left center no-repeat;
	/*background: url(../images/map-marker.gif) center center no-repeat;*/
	/*text-indent: -9999px;*/
	cursor: pointer;
}

.marker:hover {
	position: absolute;
	/*top: 340px;
	left: 480px;*/
	width: 140px;
	height: 15px;
	/*border-bottom:2px dotted red;*/
	background:url(../images/map-marker-hover.gif) left center no-repeat;
	/*background: url(../images/map-marker-hover.gif) center center no-repeat;*/
	/*text-indent: -9999px;*/
	cursor: pointer;
}

#content2 {
    width: 689px;
    height: 340px;
    margin: 10px auto 0;
    background: url(../../images/global/ski-package/ski-package-night-map.gif) left top no-repeat;
	position: relative;
}

#details2 {
    position: absolute;
	width: 280px;
	height: 300px;
	/*margin: 210px 0 0 35px;*/
	top: 0px;
	left: 10px;
	font-size: 12px;
	/*background-color:white;*/
}

#details2 h1 {
	padding: 10px 0;
	text-align: center;
    font-size: 18px;
	font-style: italic;
	text-transform:capitalize;
	border-bottom: 1px solid #dfdede;
}

#details2 p {
	margin-top: 10px;
}

#details2 a {
	margin: 10px;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	
}
