@charset "utf-8";

#content_details {
	width: 961px;
	margin: 0 auto;
}

#wrap {
	position: relative;	 
	width: 961px;
	height: 382px;
	background: url(images/slices/hicare_bg.png) top left no-repeat;
}

/* Fake a traditional image map by positioning DIVs over the "hotspots" in our main image */
.btn {
	width: 26px; 
	height: 26px; 
	padding-top: 4px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #aaaaaa;
	background: url(images/slices/circle.png) top left no-repeat transparent; 
	cursor: pointer;
	position: absolute;
} 

#btn1 {top: 57px; left: 666px;}
#btn2 {top: 63px; left: 881px;}
#btn3 {top: 80px; left: 630px;}
#btn4 {top: 99px; left: 885px;}
#btn5 {top: 111px; left: 630px;}
#btn6 {top: 130px; left: 859px;}
#btn7 {top: 142px; left: 667px;}
#btn8 {top: 335px; left: 631px;}
#btn9 {top: 335px; left: 859px;}

#desc {
	position: absolute;
	width: 526px;
	height: 158px;
	top: 126px;
	left: 50px;
}

#desc img {display: none; position: absolute; top: 0px; left: 0px; width: 526px; height: 158px;}

a#demo {
	position: absolute;
	text-decoration: none;
	font-size: 18px;
	top: 301px;
	left: 217px; 	
}

#wrap a i {visibility: hidden;}