/* ================================================== */
/* resume */
/* ================================================== */
.resume {
	width:440px;
}
	.resume h3 {
		padding:0 0 5px 0;
		margin: 1px 0 3px 0;
		border-bottom:1px solid #DDD;
	}
	.resume .left {
		text-align:right;
		color:#515151;
		font-weight:bold;
		width:100px;
	}
	.resume td {
		padding:4px 3px 4px 3px;
		vertical-align:top;
		width:330px;
		color:#212121;
		font-family:arial;
	}
		.resume td ul {
			margin:0px 0px 0px 0px;
			padding:0 0 0 15px;
		}
			.resume td ul li {
				padding:0 0 3px 0;
			}
/* ================================================== */
/* resumeGallery */
/* ================================================== */
.resumeGallery {

}
	.resumeGallery .item {
			float:left;
			margin:0 10px 10px 0;
			position:relative;
			line-height:1px;
	}
		.resumeGallery .item:hover {
			filter: alpha(opacity=90);
	    	opacity: 0.9;
		}
	.resumeGallery .photoPager {
		padding:0px 0 14px 0;
	}
		.resumeGallery .photoPager a.send:link, .resumeGallery .photoPager a.send:visited {
			display:block;
			color:#FFF;
			text-decoration:none;
			text-align:center;
		}
		.resumeGallery .photoPager .send span {
			font-weight:bold;
		}