#container{
    width: 1195px;
    height:360px;
}

#list-container {
overflow:hidden; 
width: 1195px;
height: 360px;
float:left;    
}

.list{
    float:left;
    min-width: 4000px;
}


.item{
    background-color: #ffffff;
    border-color: #c5c5c5;
    border-width: 1px;
    border-style: solid;
    width:390px;
    height:355px;
    margin: 5px;
    float:left;
    position:relative;
}
.item:hover{
    background-color: #ffffff;
    border-color: #8c97a3;
    border-width: 1px;
    border-style: solid;
    width:390px;
    height:355px;
    margin: 5px;
    float:left;
    position:relative;
}

.innerlistitem{
    background-color: #1d4e6e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
    filter: alpha(opacity=90);  /* IE 5-7 */
    -moz-opacity: 0.9;          /* Netscape */
    -khtml-opacity: 0.9;        /* Safari 1.x */
    opacity: 0.9;               /* Good browsers */
    border-top-color: #1d4e6e;
    border-top-width: 1px;
    border-top-style: solid;
    width:388px;
    height:155px;
    float: left;
    position: absolute; 
    bottom: 0;
}
.innerlistitem:hover{
    background-color: #1d4e6e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
    filter: alpha(opacity=90);  /* IE 5-7 */
    -moz-opacity: 0.9;          /* Netscape */
    -khtml-opacity: 0.9;        /* Safari 1.x */
    opacity: 0.9;               /* Good browsers */
    border-top-color: #1d4e6e;
    border-top-width: 1px;
    border-top-style: solid;
    width:388px;
    height:195px;
    float: left;
    position: absolute; 
    bottom: 0;
}
.innerlistiteminner{
    font-family: Candara, Helvetica Neue, Arial, Helvetica;
    font-size: 18px;
    text-decoration: overline;
    color: #FFFFFF;
    width:388px;
    height:155px;
    float: left;
    position: absolute; 
    bottom: 0;
    
}

#homesliderprod{
    position: relative;
    clear:both;
    vertical-align: middle;
    position: absolute; 
    bottom: 0;
}
    #homesliderprodfirst {
    float:left;
    vertical-align: middle;
    padding-left: 50px;
}
    #homesliderprodsecond {
    float:right;
    vertical-align: middle;
    padding-right: 50px;
}  
