.contentRefTileContainer {
     position: relative;
    width: 130px;
    height: 110px;
    float: left;
    border: 1px solid #cdcdcd;
    margin-right: 5px;
    margin-bottom: 5px;
    z-index: 10;

}

.contentRefImage, .contentTile {
	position: relative;
	
	text-align: center;
}

.contentRefImage img {
	width: 100% !important;
	height: auto !important;
}

.contentRefTileContainer .contentTileDetails {
    position: absolute;
    visibility:visible;
    top: -130px;
    left: 130px;
    width: 296px;
    padding-left: 80px;
    padding-right: 10px;
    height: 200px;
    background: url(../images/content/references/bg_details.gif) left top no-repeat;
    overflow: auto;
    z-index: 100000;
    /*border:1px solid #73736e;*/
    color: #000000;
}

* html .contentRefTileContainer .contentTileDetails {
	width: 386px;
}
