/*reset.css*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}












#examples a {
	color:#888;
	text-decoration: none;
}
#examples a:hover {
	color: #090;
}






/* example_3 css */
#example_3 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 385px; /* important */
	height: 111px;
	background-color: #231815;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#example_3_frame {
	position: relative
}
#example_3_previous {
	float: left;
}
#example_3_next {
	float: right;
}
#example_3_content {
	position: absolute;
	top: 3px;
	margin-left: 38px;
}
#example_3_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#example_3_content {
	width: 5418px;
}
#example_3 ul li {
	display: block;
	float: left;
	margin: 0px;
	border: 0px;
	background-color: #231815;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#example_3 ul li img {
	display: block;
}
table#vertical_examples td {
	width: 320px;
	vertical-align: top;
	text-align: center;
}
