﻿#inxsqlFeaturedItemCarouselContainer 
{
    width: 90%;
    /* height:265px; */
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    background-color:white;
    /* padding: 5px 0px 5px 0px; */
}

.inxsqlFeaturedItemContainer 
{
    width:135px;
    float:left;
    margin-left:2.5px;
    margin-right:2.5px;
    border:1px dotted black;
    padding:2px;
    border-radius:8px;
}

#inxsqlFeaturedItemHeader 
{
    float: left;
    /* background-color: #244395; */
    padding:5px;
    width: 90%;
    margin-top: 5px;
    /* margin-left:87px; */
    margin-bottom:5px;
    /* border-radius:8px; */
    color: white;
}

/*
.inxsqlFeaturedItemContainer:nth-child(6)
{
    margin-right:0px;
}
*/

.inxsqlFeaturedItemImageContainer
{
    width:100px;
    height:100px;
    max-width:100px;
    max-height:100px;
    margin-left:auto;
    margin-right:auto;
}

.inxsqlFeaturedItemImage 
{
    max-width:100px;
    max-height:100px;
}

.inxsqlFeaturedItemID 
{
    width:100%;
    height:1.5em;
}

.inxsqlFeaturedItemDescription 
{
    width:100%;
    height:7em;
}    