#workWrapper{
	width:100%;
	position:relative;
}

#workContainer{
	position:relative;
	width:95%;
	margin:0 auto;
	padding-bottom:20px;
}
.grid{
	width:270px;;
	padding: 10px;
	background:url(../images/work/item_bg.jpg);
	margin:8px;
	float:left;
	cursor:pointer;
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
.grid .imgholder {position:relative;overflow:hidden}
.grid .imgholder img{
	width:100%;
	background:#fff;
	display:block;
}

.ias-trigger-next {position:absolute;bottom:0;left:50%;margin-left:-63px;cursor:pointer}
.ias-spinner {position:fixed;top:50%;left:50%;z-index:997}