#quotes {
    background: #f9f9f9;
    margin: 0;
    padding: 20px 0 150px 50px;
    width: 520px;
    font-size: 20px;
    position: relative;

    background-image: url('../images/quote.png');
    background-repeat: no-repeat;
    background-size: 30px 20px;
	background-position: 8px 10px;
    display: block;
}

blockquote h1 {
    padding-bottom: 8px;
    font-style: italic;
    font-size: 22px;
}

.textItem {
    position:absolute;
   display:none;

}

.quoteAuthor {
    font-size: 20px;
    padding-bottom: 8px;
}

.quoteHeader {
    font-size: 16px;
    padding-bottom: 5px;
}