
.web_carousel {
	width: 100%;
	cursor: pointer;
}



.web_capture {
    text-align: left;
    width: 120px;
    height: 160px;
    padding: 0 0px;
    display: block;
    float: left;
}

.web_capture_img {
    opacity: ;
    width: 100%;
    height: auto;
	border: 1px solid #ccc;
	background-color: white;
	padding: 0px;
	margin: 20px;
}

.web_capture_text {
    display: none;
}

.span1 {
        width: 100px; height: 20px;
        border: 0px solid; 
		padding: 0 10px;
        margin: 3px; 
		text-align: right;

.web_capture:hover div{
    display: inline-block;
    width: 160px;
}

.web_capture:hover img{
    opacity: 1.0;
    margin: 0px;
    width: 160px;
}

.web_capture_url {
    font-size: 14px;
    font-weight: bold;
    text-align:center;
}


.clearfix {
	float: none;
	clear: both;
}
