/* CSS3 STYLE GENERIC */
 @media only screen and (min-width: 768px)  {
.project_list ul{margin: 0px;}
.project_list ul li{
	padding: 0px;
	height: auto;
	width: 25%;
	list-style-type: none;
	display: block;
	margin: 0px;
	float: left;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.project_list ul{margin: 0px;}
.project_list ul li{
	padding: 0px;
	float: left;
	height: auto;
	width: 50%;
	list-style-type: none;
	display: block;
	margin: 0px;
}
 }
 @media only screen and (max-width: 480px) {
.project_list ul{margin: 0px;}
.project_list ul li{
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	list-style-type: none;
	display: block;
	margin: 0px;
}
 }

.view {
	width: auto;
	height: auto;
	float: left;
	border: 0px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 2px #222;
	cursor: default;
	background-color: #FFF;
	display: block;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.view_2 {
	width: auto;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 0px #222;
	cursor: default;
	background-color: #FFF;
	display: block;
	margin: 0px;
	padding: 0px;
}
.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.view_2 .mask, .view_2 .content {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.view img {
	display: block;
	position: relative;
}
.view_2 img {
	display: block;
	position: relative;
}
/**.view a.info {

	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	text-decoration: none;
	padding: 0;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}
