@import url(common.css); 
/* @group Example Controls */
.excont {
	position: relative;
}
#exmarq1, #exmarq3, #exmarq8, #exmarq4, #exmarq5 {
	border: 2px solid #eee;
	border-top-color: #9A9A9A;
	border-left-color: #9A9A9A;
	background-color: #ffe3d6;
	padding: 5px;
	height: 45px;
	width: 530px;
}
#exmarq8 {
	height: 15px;
	width: 280px;
	text-align: center;
}
.google {
	//color: #184dc6;
	color: #cd3b3b;
	font-weight: bold;
	font-size: .9em;
}
#exmarq3 {
	width: 530px;
	height: 15px;
	text-align: center;
}
#ex3ctrls {
	width: 538px;
	padding: 1px;
}
#ex3ctrls button {
	border: 1px solid #eee;
	border-bottom-color: #9A9A9A;
	border-right-color: #9A9A9A;
	background-color: inherit;
	margin: 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}
#ex3ctrls input {
	border: 1px solid #9A9A9A;
	border-top-color: #9A9A9A;
	border-left-color: #9A9A9A;
	margin-left: 7px;
	padding: 5px;
	font-size: 1.0em;
	vertical-align: middle;
	width: 270px;
}
#ex3b1 { background: url(../images/clear.png); }
#ex3b2 { background: url(../images/reset.png); }
#ex3b3 { background: url(../images/start.png); }
#ex3b4 { background: url(../images/stop.png); }
#ex3b5 { background: url(../images/next.png); }
#ex3b6 { background: url(../images/previous.png); }
#ex3b7 { background: url(../images/add.png); margin:20px; }
#exmarq4 {

}
#ex4lst {
	display: block;
	margin: 0;
}
#ex4lst li {
	width: 15px;
	height: 15px;
	list-style-type: square;
	font-size: 2em;
	content: "";
	margin: 0px;
	float: left;
}


#ex4lst li.active {
	color: #F90;
}
#exmarq5 {
	width: 300px;
	height: 300px;
	background-color: #000;
	padding: 2px;
}
#exmarq5 img {
	z-index: 10;
}

/* @end */


