    .trends {
        width:100%;
        height:111px;
    }

    .trends div {
        position:relative;
        width:100%;
        height:100px;
        overflow:hidden;
    }
    .trends div:hover {
        position:relative;
        width:100%;
        z-index:2;
        overflow:visible;
    }

    .trends table {
    	border-collapse:collapse;
    	border: 1px solid #CCCCCC;
    	margin-left:auto;
    	margin-right:auto;
    	background:#FFFFFF;
    	width:100%;
    }

    .trends table th {
        text-align:center;
        font-size:xx-small;
    }

    .trends table td {
        font-size:xx-small;
        padding:1px;
        border-spacing:1px;
    }

