.quotecarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 900px; /*Width of Carousel Viewer itself*/
height: 287px; /*Height should enough to fit largest content's height*/
}

.quotecarousel .quotebelt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.quotecarousel .quotepanel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
padding: 0px 20px;
}

.quotepanel .quotecell
{
	width: 259px;
	display: block;
	float: left;
	height: 167px;
	margin: 10px 0;
}

.quotepanel .last
{
	margin-right: 0;
}

.quotepanel .quotecell a
{
	position: relative;
	color: #666666;
	font-size: 22px;
	display: block;
	height: 167px;
	width: 259px;
	text-align: center;
	text-decoration: none;
	padding-top: 60px;
}

.quotepanel .quotecell a.large
{
	font-size: 24px;
}

.quotepanel .quotecell a.small
{
	font-size: 18px;
}

.quotepanel .quotecell a.lesspadding
{
	padding-top: 50px;
}

.quotepanel .quotecell a:hover
{
	color: #111111;
}
