.workThumbMain {
	width: auto;
	position: relative;
	float: left;
	height: auto;
	background-color: #EEEEE9;
	border: 4px solid #E7E3DA;
	margin: 3px;
}
.work-preview {
	width:auto;
	float: left;
	height: auto;
	position: inherit;
	text-decoration: none;
	text-align: center;
}
.workThumb-Over  {
	position: absolute;
	padding: 15px;
	display: none;
}
.workThumb-Over h2 {
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
	margin: 0;
	font-weight: normal;
}



.workThumbMain:hover .work-preview {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"	
	filter: alpha(opacity=10);	
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
.workThumbMain:hover .workThumb-Over{
	display: block;
}



.thumbOver-data {
	line-height: 15px;
}


.gallery-details {
	float:left;
	text-align: left;
	width: 427px;
	margin-bottom: 5px;
}
.gallery-detailsHead{
	float: left;
	height: auto;
	width: 100px;
	font-style: italic;
	font-weight: bold;
}
.gallery-detailsTxt{
	float: left;
	height: auto;
	width: 300px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.gallery-buttons {
	width: 457px;
	float: left;
	margin-top: 15px;
}


a.button-website {
	margin:0 15px 0 0;
	padding:0;
	display:block;
	width:119px;
	height:40px;
	border-bottom:none;
	float:left;
	background-image: url(../works/button-website.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a.button-website span {
	display:none;
}
a.button-view {
	margin:0;
	padding:0;
	display:block;
	width:119px;
	height:40px;
	border-bottom:none;
	float:left;
	background-image: url(../works/button-view.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a.button-view span {
	display:none;
}





.workSubTitle{
	text-align: center;
	float: left;
	height: auto;
	width: 943px;
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b7b7b7;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #b7b7b7;
}
.workSubTitleInside{
	text-align: center;
	float: left;
	height: auto;
	width: 943px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.workSubTitleInside h1{
	font-size: 23px;
}
