

.picWrapper{ 
					position: relative;
					width:70px;
					height:68px;
					overflow:hidden;
				}
			.picWrapper img{ 
					position: absolute; 
				}

				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #bbc956; 
				height: 100px; 
				width: 100%; 
				opacity: .9; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				top: 68px;
 				left: 0;
				padding:5px;
				color:#fff; font-weight:bold;
				font-size:10px;
				line-height:12px;
 			}
			
			div.worksWrapper{
				position:relative;
				width:214px;
				height:162px;
				overflow:hidden;
				background:#fff;
			}
			.worksWrapper img{ 
					position: absolute; 
				}
			.workscaption{ 
				float: left; 
				position: absolute; 
				background: #bbc956; 
				height: 162px; 
				width: 100%; 
				opacity: .9; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				top: 162px;
 				left: 0;
				padding: 6px 10px;
				color:#303800;
				font-size:11px; line-height:13px;
 			}
			.workscaption h6{
				font-size:12px; font-weight:bold; margin-bottom:3px; color:#fff;
			}
                        .workscaption h4{
				font-size:12px; font-weight:bold; margin-bottom:3px; color:#fff;
			}
			.workscaption strong{
				font-weight:bold; display:block;
			}