/* CSS Document */

    .aslide {
                display: none;
            }
            .aslide img {
                max-width: 100%;   
				 height: 233px;
             
            }
            .aslider {
                width:auto;
                height: 300px;
            }
            .aslide .text p{
		color: #777;
    font-size: 14.5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 26px;
    margin-top: 8px;
    margin-bottom: 30px;
    letter-spacing: 1px;
	text-align:center;
               
               /* margin: 0 auto;
                color:#000000;
                text-shadow: 0 0 2px #000;
                font-weight: bold;
                font-size: 36px;
                width: 100%;
                text-align: center;
                bottom: -20px;
                font-family: sans-serif;*/
            }
			.aslide .text h2{
			text-align:center;
			color: #263D48;
    font-size: 25px;
    font-weight:600;
	letter-spacing: 2px;
	margin-top:20px;
    font-family: 'Roboto Condensed', sans-serif;
	

}
.hover-item {
	background-color: #FFF;
}

.hover-item:hover {
	background-color: inherit;
}