/* ----- work ----- */

.work {
    text-align: center;
	    margin: 0 auto;

}

.work img { 
	margin-right: 0px; 
	margin-bottom: 0px; 
	    border: 1px solid #000;	

}

ul.work-images li {
	list-style:none;
	display:inline-block;
	margin: 0px 0px;
}
ul.work-images li:first-child {
	margin-left:0;
}
ul.work-images li div {
	background:url(../img/eye.png) 50% 50% no-repeat;
/* ----- background-color: #5edcde; ----- */
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
ul.work-images li img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul.work-images li img:hover {
	opacity:0.5;
}