/**
 * Multiple images can be marked as "promo" imageType, but only one promo will
 * be displayed using the override. Which promo is shown is determined based on
 * two factors:
 * 1) the order of items in the image list
 * 2) whether the promo imageTitle matches one of the titles in the current
 *    promotions (ContextManager.getPromotions())
 *
 * imageTitle is ignored for items with an imageType other than promo, but
 * should be included for consistency on all images. For promos, the imageTitle
 * must match the title given to the promotion special.
 */
var arrAtlasImageList = [
// GS-F
{
    /* imageType Options: newModel, promo */
    'imageType': 'newModel',
    'imageName': 'gs',
    'imageTitle': 'GS',
    'imageSrc': '_HomePage_lexus7/images/RotatingVehicles/gs.jpg',
    'CTA': [{
        'ctaTitle': 'Contact Us',
        'ctaURL': 'AboutSpecials_D?p=2013_gs&cs:a:i=lexAtlas_AS',
        'ctaPositionX': 0,
        'ctaPositionY': 180,
        'ctaWidth': 120,
        'ctaHeight': 20
    },{
        'ctaTitle': 'Learn More',
        'ctaURL': 'NewModelsPageDetails?model=gs&cs:a:i=lexAtlas_NMPD',
        'ctaPositionX': 429,
        'ctaPositionY': 180,
        'ctaWidth': 100,
        'ctaHeight': 20
    }]
}

];

