#Scrollable_quotes_content_block {
	width: 800px;
	height: 45px;
	position:absolute; top: 460px;
	z-index: 3;
	overflow: hidden;
	background-color:#333;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	}

/* root element for the scrollable. */
.quotes {
    /* required settings */
    position:relative;
	margin: 0 25px 0 35px;
    width: 800px;
	float:left;
    overflow:hidden;
    height: 200px;
}

/* root element for scrollable items. */
.scrollable .quotes_items {
    width:20000em;
    position:absolute;
    clear:both;
}

.quotes_items div {
    float:left;
    width:800px;
	/* margin: 0 20px 0 20px; */
}

#Quote_block {
	width: auto; height: auto;
	text-align:left;
	float: left;
	overflow:hidden;
	margin: 4px 20px 0 0px;
	/* padding: 12px 15px 0 15px; */
	}
		
.Quote_text {
	font-family: 'Lato', sans-serif;
	font-weight: 300; font-size: 14px;
	color:#CCC; font-style: italic;
	}
