/* home-main-custom.css */
/*
h2{
    margin: 0;     
    color: #666;
    padding-top: 90px;
    font-size: 52px;
    font-family: "trebuchet ms", sans-serif;    
}
*/
.carousel-caption {
		color:#000;
}
.item{
    xbackground: #333;    
    text-align: center;
    height: auto !important;
}
.carousel{
    margin-top: 20px;
}
.slideshow img{
    border-radius: 15px;
		border: 3px solid #000;
}

