﻿#container .item{
    display: inline;
    float: left;
    overflow: hidden;
    margin-right:20px;
    width: 280px;
    height: 366px;
    background-image:url('../img/diabetes_carousel.png');
    z-index: 100000;
}

.title {
    bottom: 145px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #525252;
    font-size: 15px;
    text-align: left;
    margin-left:20px; 
}

.text {
    bottom: 152px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #A8A8A8;
    font-size: 13px; 
    width: 240px;
    text-align:left;
    line-height:18px;
	padding-left:20px;
}

* { outline:none; }

