#container{margin:0px auto; width:509px;}

/**** SLIDER ***/
.viewer {
	height:437px;	
	width: 684px;
	/*
	height:578px;	
	width: 509px;
	*/
	overflow: hidden;
	position: relative;
	/*border:5px solid #fff;
	
	-webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1); */
}
.slideimages {
	position: absolute;
	top: 0; left: 0;
}
.slideimages img {float: left;}
.paging {
	position: absolute;
	bottom: 0px;
	top:25px;
	left:30px;
	height:20px;
	z-index: 100;
	display: none;
	/*background-color:#1c1c1c;
	padding:10px 3px 0px 10px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 	*/
}
.paging a {
	display:block;
	width:20px;
	height:20px;
	background:url(../icons/mark-down.png);
	text-indent:-9999px;
	float:left;
	margin-right:3px;
}
.paging a.active {
	background:url(../icons/mark-up.png);
}


/*Work Page mouse Over*/

.work_tab{width:1024px; margin:0px auto; float:left; clear:both; display:inline-block;}
.work_tab .top_1{width:245px; float:left; display:inline-block; margin:5px;}

div#top_zone {
	/*background: url(/images/mason_hp/top_hp2.png) no-repeat 0 0;*/
		background: url(/images/home_bgd.png) no-repeat 0 0;
	width: 980px;
	height: 265px;
	position: relative;/*margin-bottom: 10px;*//*height: 379px;*/
    }
div#top_zone h1 {
	text-align: right;
	width: 650px;
	float: right;
	color: #363636;
	font: 39px/50px "StandardCT-Light", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 24px 20px 20px;
}
div#top_zone a.btn {
	height: 35px;
	font-size: 14px;
	line-height: 35px;
}
div#top_zone div {
	margin-bottom: 40px;
}
div#top_zone div, div#top_zone p {
	clear: both;
	float: right;
	margin-right: 20px;
	color: #666666;
}
div#top_zone ul li {
	float: left;
	margin: 0 0px 0 15px;
}


div.container_mas {
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
}
div.container_mas div {
	width: auto;
	/*width: 245px; */
	
	 
}
div.container_mas div span.details {
	position: absolute;	
	left: 0;
	width: 230px;
		
	top:0px;
	padding: 10px 0px 0px 15px;
	background: rgba(0, 0, 0, .75);
	display: none;
	font-size: 14px;
	line-height: 20px;
	color: #aaaaaa;	
	text-align: left;
    vertical-align: middle;
}
div.container_mas div span.details strong {
	color: #ffffff;	
	font-weight: normal;
	
}
div.container_mas div span.topline{
    border-top: 1px solid #FFEA00;
}

div.container_mas div.jobBox {
	width: 245px;
	padding: 10px;
	margin:0px;
	background: #eaeaea;
}
div.container_mas div.jobBox:hover {
	background: #666666;
 -moz-transition: background-color .2s ease-in-out;
}
div.container_mas div.jobBox p {
	font-family: StandardCT-Light, san-serif;
	font-size: 26px;
	line-height: 32px;
	color: #B65E4F;
	letter-spacing: .02em;
}
div.container_mas div.jobBox:hover p {
	color: #ffffff;
	-moz-transition: color .2 ease-in-out;
}
div.container_mas div.jobBoxF {
	width: 245px;
	padding: 10px;
	margin:0px;
	background: #666666;
}
div.container_mas div.jobBoxF:hover {
	background: #eaeaea;
 -moz-transition: background-color .2s ease-in-out;
}
div.container_mas div.jobBoxF p {
	font-family: StandardCT-Light, san-serif;
	font-size: 26px;
	line-height: 32px;
	color: #ffffff;
	letter-spacing: .02em;
}
div.container_mas div.jobBoxF:hover p {
	color: #B65E4F;
	-moz-transition: color .2 ease-in-out;
}

div.item {
	float: left;
	
}



/*Work Page mouse Over*/
