/* menu example */


.anim_queue_example {
	margin: 0px;
	padding: 0px;
	width: 450px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	line-height: 1em;
}


.anim_queue_example p {
	font-size: 15px;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.anim_queue_example p a {
	padding: 3px 0px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	display: block;
}


.anim_queue_example p a:hover {
	color: #F00;
}


/* demos 

.desc {
	margin-left: 180px;
}


.desc p {
	margin: 10px 0px;
}

hr {
	clear: both;
	border: none;
	border-top: 1px dotted #000;
	height: 0px;
}
*/
/* code formatting

pre {
	background-color: #EEE;
	margin: 10px 0px;
	margin-right: 10px;
	padding: 2px;
	padding-left: 4px;
	background-color: #FF8133;
}

pre code {
	font-weight: normal;
	line-height: 19px;
	background-color: #FFA166;
}
 */
