
.web_carousel {
	width: 100%;
	cursor: pointer;
}



.web_capture {
    text-align: center;
    width: 122px;
    height: 35px;
    padding: 0;
    display: block;
    float: left;
}

.web_capture_img {
    opacity: 1;
    width: 100%;
    height: auto;
	border: 0px solid #ccc;
	background-color: white;
	padding: 0px;
	margin: 0;
}

.web_capture_text {
    display: none;
}

.web_capture:hover div{
    display: inline-block;
    width: 122px;
}

.web_capture:hover img{
    opacity: 1.0;
    margin: 0 20px;
    width: 122px;
}

.web_capture_url {
    font-size: 14px;
    font-weight: bold;
    text-align:center;
}


.clearfix {
	float: none;
	clear: both;
}
