.latestWorksContainer {
	clear: both;
	float: left;
	//margin: 0 0 10px 0;
	width: 100%;
}
.latestWorks{
	//visibility: hidden;
}
@media (min-width: 1200px){
	.latestWorksContainer
	{
		//width: 100%;
	}
}
@media (max-width: 979px) and (min-width: 768px){
	.latestWorksContainer
	{
		//width: 80%;
	}
}
@media (max-width: 767px){
	.latestWorksContainer
	{
		//width: 77%;
	}
}
.latestWorks li{
	/*width: 270px;
	height: 300px;*/
}
.latestWorks li a img
{
	width: 100%;
}
	
.latestWorks li .image-container a 
{
	/*height: 160px;*/
	overflow: hidden;
	position: relative;
}
	.latestWorksContainer a:focus { outline: none; }

	.latestWorksContainer img { border: 0; }

	.latestWorksContainer ul {
		margin: 0;
		padding: 0;
	}

		.latestWorksContainer ul li {
			display: block;
			float: left;
		}
		
			.latestWorksContainer ul li a,
			.latestWorksContainer ul li a img 
			{ 
				display: block; 
				
			}

	.latestWorksBackground {
		background: url(../images/latestWorks/content_background.png) top left repeat;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin: 0 0 10px 0;
	}
	.pg_paging
	{
		float: right;
		margin-top: -50px !important;
	}

	.pg_paging li { 
		text-align: center;
	}

	.pg_paging li:hover {
		color: #C6C6C6;
	}

	.pg_paging li:hover a{
		color: #C6C6C6;
	}

	.pp_alignleft { float: left; }
	.pp_alignright { float: right; }
	.pp_aligncenter { margin: 0 auto; }
		
	.pg_paging .pg_previous {
		display: block;
		float: left;
		margin: 1px 3px 5px 0;
		overflow: hidden;

		border: 2px solid;
		border-radius: 100%;
		width: 24px;
		padding-bottom: 2px;
		padding-right: 2px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		height: 24px;
	}

		.pg_paging a
		{
			color: #000000;
			text-decoration: none;
		}
		.pg_paging .pg_previous:hover { background-position: 0 -14px; }
		
	.pg_paging .pg_next {
		display: block;
		float: left;
		margin: 1px 0 0 3px;
		overflow: hidden;

		border: 2px solid;
		border-radius: 100%;
		width: 24px;
		padding-bottom: 2px;
		padding-left: 2px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		height: 24px;
	}
		.pg_paging .pg_next:hover { background-position: 100% -14px; }
	.pg_pages {
		background: url(../images/latestWorks/pagingBackgroundLeft.png) top left no-repeat;
		float: left;
		padding-left: 8px;
	}
	
		.pg_pages ul {
			background: url(../images/latestWorks/pagingBackgroundRight.png) top right no-repeat;
			float: left;
			height: 15px;
			padding-right: 9px;
		}
			.pg_pages ul li { line-height: 15px; }
			
			.pg_pages ul li.selected { font-weight: bold; }
		
		.pg_pages a {
			color: #fff;
			font-family: Arial;
			font-size: 11px;
			text-decoration: none;
			padding: 2px;
		}
			.pg_pages a:hover { color: #c4c4c4; }
			
		.pg_pages a.circle {
			display: block;
			background: url(../images/latestWorks/pagingPageNumber.png) top left no-repeat;
			height: 8px;
			margin: 3px 1px 0 3px;
			padding: 0;
			text-indent: -10000px;
			width: 8px;
		}
			.pg_pages a.circle:hover,
			.pg_pages .selected a.circle { background-position: bottom left; }