﻿/*
 * =======================
 * E D I T   H I S T O R Y
 * =======================
 * 
 * Date: 08/14/2010
 * Author: Z. Qi
 * Action: Downloaded original that embeded in HTML from the demo page http://coffeescripter.com/code/ad-gallery/.
 * 
 * Date: 08/18/2010
 * Author: Z. Qi
 * Action: Extracted out from the HTML file to create a stand alone CSS file.
 *		   Customized some values and added some comments.
 *
 * Date: 11/15/2011
 * Author: Z. Qi
 * Action: Added p.ad-effect.
 *
 */

#gallery-container
{
    margin-top: 24px;
}
#gallery
{
	padding: 20px; /* contribute to gallery width */
	background: #000000;
}
#descriptions
{
	position: relative;
	height: 50px;
	background: #000000;
	margin-top: 10px;
	padding: 10px;
	width: 510px; /* 490px defined for .ad-gallery. #descriptions is 20px wider. */
	overflow: hidden;
}
#descriptions .ad-image-description
{
	position: absolute;
}
#descriptions .ad-image-description .ad-description-title
{
	display: block;
}

p.ad-effect
{
    margin-bottom: 16px;
    text-align: center;
    line-height: 24px;
}