/* --------------------------------------------------------------------------
Style Sheet

 __  __           _____ _____ _______      ________            _____ _______ 
|  \/  |   /\    / ____/ ____|_   _\ \    / /  ____|     /\   |  __ \__   __|
| \  / |  /  \  | (___| (___   | |  \ \  / /| |__       /  \  | |__) | | |   
| |\/| | / /\ \  \___ \\___ \  | |   \ \/ / |  __|     / /\ \ |  _  /  | |   
| |  | |/ ____ \ ____) |___) |_| |_   \  /  | |____   / ____ \| | \ \  | |   
|_|  |_/_/    \_\_____/_____/|_____|   \/   |______| /_/    \_\_|  \_\ |_|   
                                                                             

Site:       CAROUSEL
Author:     Michael E. Trawetzky - MASSIVE ART www.massiveart.com
Version:    1.0
-------------------------------------------------------------------------- */

/* --------------------------
@start, General Definition */

#carousel-wrapper {
    width: 940px;
    height: 400px;
    overflow: hidden;
}

#carousel-content {
    width: 2500px;
}

#carousel-content .slide {
    float: left;
    width: 940px;
    height: 400px;
}

#carousel-content .slideContent {
    width: 1400px;
    height: 3000px;
}

/* @end, General Definition */
