
.apps_wrap {
    float: none;
    clear: both;
    width: 100%;
    height: 150px;
}

.app_data, .app_limit {
    display: none;
    visibility: hidden;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

span.app_title {
    font-size: 10px;
    line-height: 1em;
}
    
.app_link {
    display: block;
    float: left;
    clear: none;
    height: 100px;
	width: 100px;
    margin: 0 2px 2px 0;
    text-align: center;
    overflow:hidden;
}
    
.app_link a {
    text-decoration: none;
}
    
.app_link a .app_title:hover {
    text-decoration: underline;
}
    
.app_link img {
    display: block;
    vertical-align: middle;
    border-radius: 4px;
    clear: both;
	height: 100px;
	/*width: 200px !important;*/
	max-width: 200px !important;
	margin-left: -50px;
}