#display {
    clear: both;
    width: auto;
    height: 4px;
    overflow: scroll;
    border: 0px;
    background-color: #fcfcfc;
    padding: 0px;
	
	visibility:hidden;
	margin: 0;
	border:0;
	
}

.boxgrid{ 
				width: 122px; 
				height: 40px; 
				
				float:left; 
				background:#161613; 
				
				overflow: hidden; 
				position: relative; 
			}

.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				
.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}

/* hiding end */			
.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
/* hiding start */			
.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}