/* Tiny Carousel */

#quotes, #quotes-dv, #quotes-h {
	height: 1%;
	overflow: hidden;
	padding: 10px 0;
}

#quotes-h {
  padding-top: 10px;
}

#quotes .viewport {
	float: left;
	width: 240px;
	height: 193px;
	overflow: hidden;
	position: relative;
}

#quotes .buttons {
	background: url("img/buttons.png") no-repeat scroll 0 0 transparent;
	display: block;
	margin: 30px 10px 0 0;
	background-position: 0 -38px;
	text-indent: -999em;
	float: left;
	width: 39px;
	height: 37px;
	overflow: hidden;
	position: relative;
}

#quotes .next {
	background-position: 0 0;
	margin: 30px 0 0 10px;
}

#quotes .disable {
	visibility: hidden;
}

#quotes .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 200px;
	left: 0 top: 0;
}

#quotes .overview li, #quotes-dv .overview li, #quotes-h .overview li {
	float: left;
	margin: 0 20px 0 10px;
	padding: 1px;
	height: 193px;
	width: 196px;
}

#quotes-dv .overview li {
	float: left;
	margin: 0 20px 0 10px;
	padding: 1px;
	height: 160px;
	width: 196px;
}

#quotes-h .overview li {
	height: 170px;

}
