.demo_container{
	position:relative;
	height:435px;
	width:900px;
	overflow:hidden;
float:right;
	}
.demo_box{
	position:absolute
}

#demo_box2 {
	float:left
}

.add-dot-demo-computer{
	background:#d3d3d3 url(../img/demo2_bg.jpg) repeat-x left top
}

.add-dot-demo-computer .demo-content {
	width:810px;
	height:435px;
	margin:0 auto
}

.computer{
	width:710px;
	height:435px;
	margin:0 auto
}









/* Default theme CSS */
.defaultDot{
	background:#000000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	padding:3px;
	color:#ffffff;
	overflow:hidden
}
.labelTxt, .showHideBtn{
	padding:0;
	margin:0	
}
.labelTxt{
	padding:4px;
	/*margin:10px;*/
	/*padding:4px 0 5px 5px;*/
	/*margin:10px 0 10px 10px;*/
	float:left;
	overflow:hidden;
	display:inline-block;
	white-space:nowrap;
	position:absolute;
	overflow-y:auto
}
.labelTxt img{
	border:solid 3px #fff;
	float:left;
	width:80px;
	margin:5px 10px 10px 0
}
.showHideBtn{
	float:right;
	background:#fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	display:inline-block;
	/*background:url(../img/open_close_icn.gif) no-repeat left top;*/
	width:24px;
	height:25px;
	cursor:pointer
}
.hideBtn{
	background-position:left -25px
}
.addScroll{
	overflow:scroll
}

/* You can write your own CSS to apply color theme */


/* For Computer Demo */
.computer .defaultDot{
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding:3px;
	color:#525252;
	border:solid 1px #cecece;
	font-size:14px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.75);
	
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#bfbfbf));
	background-image: -webkit-linear-gradient(top, #ececec, #bfbfbf);
	background-image: -moz-linear-gradient(top, #ececec, #bfbfbf);
	background-image: -ms-linear-gradient(top, #ececec, #bfbfbf);
	background-image: -o-linear-gradient(top, #ececec, #bfbfbf);
}
.computer .showHideBtn{
	background:transparent;
	border-radius: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	background:url(../img/button2.png) no-repeat left top;
	width:30px;
	height:30px
}
.computer .hideBtn{
	background-position:left -30px
}
.computer .labelTxt{
	padding:5px 10px
}
