.workt img {
	border: none;
}


#workscroll .workt h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-top: 5px;
	margin-bottom: 0px;
	letter-spacing: 0; 
	text-align: center;
	font-weight: normal;
	color: #c57a20;
	text-transform: none;
}
	
.workt p {
	font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666; margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
}


/* ---------- work styles start here ----------------------- */
.workt {
	margin: 30px 0 15px 30px;
	position: relative;
	width: 180px;
	height: auto;
	float: left;
}
.workt img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	margin-bottom:5px;
}
.workt span {
	width: 189px;
	height: 137px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url(../img/work/cut-corner.png) no-repeat;
}
.workt a {
	text-decoration: none;
}

a.wlnk:link { color: #666; text-decoration:none; border-bottom:1px dotted #990000; }
a.wlnk:visited { color: #666; text-decoration:none; border-bottom:1px dotted #990000; }
a.wlnk:hover { color: #fff; text-decoration:none; border-bottom:1px dotted #fff;}
a.wlnk:active { color: #CCC; text-decoration:none; border-bottom:1px dotted #990000; }
