@charset "UTF-8";
/* CSS Document */

html body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #3e3e3e;
	//background: url(http://mayoraindah.blog/wp-content/themes/mayora/images/testbackground.jpg) no-repeat;

}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;

}

a {
	text-decoration: none;
	color: black;
}

img { border: none;}

* { outline: none; }

#container {
	position: relative;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
}

#header {
	position: relative;
	margin-bottom: 10px;
}

	#logo {
		positin: relative;
		margin-top: 10px;	
		float: left;
		margin-left: 20px;
	}

	#logo a {
		position: relative;
		//background-image: url(../images/logo.jpg);
		background: url(../images/logomayora_new.png) no-repeat;
		display: block;
		width: 190px;
		height: 63px;
	}

	#nav {
		positin: relative;
		margin-top: 5px;	
		float: right;
		width: 660px;
		margin-right: 0px;
	}
	
	
		#nav a {
			margin-right: 10px;	
		}
		
	
		#navProduct a {
			position: relative;
			display: block;
			text-transform: uppercase;
			font-size: 11px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: bold;
			width:101px;
			height: 36px;
			//color: #444;
			color: #DE2425;
			float: left;
			text-align: center;
			padding-top: 15px;
		}
		
		/*
			#navProduct a:hover {
				position: relative;
				background-image: url(../images/nav-each-top.png);
				background-repeat: no-repeat;
				display: block;
				width:131px;
				height: 36px;
				color:white;
				float: left;
			}
				
				*/
					
			.navConnect {
				position: relative;
				background-image: url(../images/nav-each-connect.png);
				background-repeat: no-repeat;
				display: block;
				width:304px;
				height: 7px;
				
			}
			
			.navEach {
				position: relative;
				background-image: url(../images/nav-each-rep.png);
				background-repeat: repeat-y;
				display: block;
				width:304px;
			}
			
			.navEach a {
				position: relative;
				float: left;
				margin-bottom: 10px;
				padding-top: 2px;
				background-image: url(../images/nav-bullet.png);
				background-repeat: no-repeat;
				background-position: 5px 6px;
				padding-left: 29px;
				margin-left: 5px;
			}	
			
			
			.navEachLink:hover {
				position: relative;
				float: left;
				background-image: url(../images/nav-each-hov.png);
				background-repeat: no-repeat;
				background-position: 7px 0px;
			}	
			
			.navBottom {
				position: relative;
				background-image: url(../images/nav-each-bot.png);
				background-repeat: no-repeat;
				display: block;
				width: 304px;
				height: 16px;
			}
			
			.navEach h2 {
				color: #ffffff;
				margin-left: 5px;
			}
			
			
		#navCompany a {
			position: relative;
			display: block;
			text-transform: uppercase;
			font-size: 11px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: bold;
			width:80px;
			height: 36px;
			//color: #444;
			color: #DE2425;
			float: left;
			text-align: center;
			padding-top: 15px;
			margin-left: -15px;
		}
		
		#navBusiness a {
			position: relative;
			display: block;
			text-transform: uppercase;
			font-size: 11px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: bold;
			width:111px;
			height: 36px;
			//color: #444;
			color: #DE2425;
			float: left;
			text-align: center;
			padding-top: 15px;
		}
		
		#navInter a {
			position: relative;
			display: block;
			text-transform: uppercase;
			font-size: 11px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: bold;
			width:151px;
			height: 36px;
			//color: #444;
			color: #DE2425;
			float: left;
			text-align: center;
			padding-top: 15px;
		}
		
		#navCareer a {
			position: relative;
			display: block;
			text-transform: uppercase;
			font-size: 11px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: bold;
			width:51px;
			height: 36px;
			//color: #444;
			color: #DE2425;
			float: left;
			text-align: center;
			padding-top: 15px;
		}
		
		#navContact a {
			position: relative;
			display: block;
			text-transform: uppercase;
			font-size: 11px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: bold;
			width:71px;
			height: 36px;
			//color: #444;
			color: #DE2425;
			float: left;
			text-align: center;
			padding-top: 15px;
		}
	
	
	
		
			/* Navigation */
			.nav, .nav ul { 
				list-style: none;
			}
			
			.nav {
			  z-index: 100;
			  position: relative;
			}
			
			.nav li {
			  float: left;
			  margin: 0;
			  padding: 0;
			  position: relative;
			}
			
			.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
			  display: block;
			  text-decoration: none;
			  color: #f0b3b4;
			  font-size: 11px;
			  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			}
			
			.nav li a:hover {
				  color: white;
				
			}
			
			#nav-one li.sfHover a {
			  background: #ccc;
			}
			
			
			#nav-one li:hover ul a, 
			#nav-one li.sfHover ul a {
			 
			}
			
			#nav-one li:hover ul a:hover, 
			#nav-one li.sfHover ul a:hover {
				
			}
			
			.nav ul {
			  list-style: none;
			  position: absolute;
			  top: -999em;
			  margin-top: 26px;
			  margin-left: -39px;
			  left: -1px;
			}
			
			.nav li:hover ul,
			.nav li.sfHover ul {
			  top: 10px;
				
			}
			
			.nav ul li {
			  border: 0;
			  float: none;
			  line-height: 24px;
			  padding-left: 20px;
			}
			
			.nav ul a {
			  white-space: nowrap;
			  width: 90px;
			  margin-right: 10px;
				border-bottom: 1px solid #ff0000;
			}
			.nav ul a:hover {
				
			}		


	#formSearch {
		position: relative;
		clear: both;
		float: right;
		margin-right: 14px;
		margin-top: -10px;
	}

		input#searchInput {
			position: relative;
			background-image: url(../images/search-input.jpg);
			background-repeat: no-repeat;
			border: 0;
			display: block;
			width: 180px;
			height: 32px;
			float: left;
			padding-left: 18px;
		}
		
		input#searchBtn {
			position: relative;
			background-image: url(../images/search-btn.jpg);
			background-repeat: no-repeat;
			margin-left: -20px;
			border: 0;
			display: block;
			width: 41px;
			height: 32px;
			float: left;
		}
		
	#banner {
		position: relative;
		background-image: url(../images/banner-bg.png);
		background-repeat: no-repeat;
		background-position: 32px 271px;
		margin-left: -50px;
		padding-left: 50px;
		width: 1000px;
		height: 400px;
	}
	
	#homeContent {
		padding-bottom: 40px;
	}
	
	
	
		#newsUpdate {
			position: relative;
			background-image: url(../images/news-update.jpg);
			background-repeat: no-repeat;
			display: block;
			width: 310px;
			height: 336px;
			float: left;
			margin-top: 4px;
			margin-right: 2px;
		}
		
			#newsUpdateContent {
				position: relative;
				width: 280px;
				margin-top: 50px;
				margin-left: 20px;
			}
		
			.eachNews {
				border-bottom: 1px dotted #ccc;
				padding-bottom: 10px;
				width: 270px;
			}
			
			.newsTitle h1 a { 
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				font-size: 12px;
				color: #cf2529;
				line-height
			}	
		
			.newsTitle h1  {
				margin: 0;
				margin-bottom: 5px;
			}
			
			.newsDate {
				position: relative;
				color: #ff6600;
				width: 40px;
				float: left;
				font-size: 11px;
			}
			
			.newsDescText {
				position: relative;
				line-height: 15px;
				padding-left: 10px;
				border-left: 1px solid #ccc;
				float: left;
				width: 190px;
				margin-left: 10px;
				font-size: 11px;
				padding-right: 10px;
			}
			
			.newsReadMore a {
				position: relative;
				background-image: url(../images/read-more.png);
				background-repeat: no-repeat;	
				width: 95px;
				height: 30px;
				display: block;
				clear: left;
				margin-top: 5px;
				float: right;
			}
			
			#newsArchiveLink {
				margin-top: 5px;
			}
		
			#newsArchiveLink a {
				font-size: 11px;
				text-transform: uppercase;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				margin-top: 5px;
				text-decoration: underline;
			
			}
		
		.featEach {
			position: relative;
			//background-image: url(../images/feat-each.jpg);
			background-image: url(../images/feat-each3.jpg);
			background-repeat: no-repeat;
			display: block;
			width: 223px;
			height: 324px;
			float: left;
			margin-right: 2px;
		}
		
		.featEach h2 {
			font-size: 14px;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			letter-spacing: -1px;
			text-align: center;
			margin-top: 9px;
			color: #c80106;
			font-weight: 100;
		}
		
		#featInter {
			position: relative;
			background-image: url(../images/feat-international.jpg);
			background-repeat: no-repeat;
			display: block;
			width: 223px;
			height: 324px;
			float: left;
			margin-right: 2px;
		}
		
			.featContent {
				margin-left: 12px;
				margin-top: 20px;
				width:200px;
			}
		
			.featImg {
			
				
			}
			
			.featText {
				color: white;	
				font-size: 11px;
				margin-top: 15px;
			}
			
			
			.featView a {
				position: absolute;
				background-image: url(../images/feat-view-more.png);
				background-repeat: no-repeat;	
				width: 32px;
				height: 32px;
				display: block;
				top: 305px;
				left: 180px;
			}
		
		#featCSR {
			position: relative;
			background-image: url(../images/feat-csr.jpg);
			background-repeat: no-repeat;
			display: block;
			width: 223px;
			height: 324px;
			float: left;
			margin-right: 2px;
		}
		
		#featBus {
			position: relative;
			background-image: url(../images/feat-business.jpg);
			background-repeat: no-repeat;
			display: block;
			width: 223px;
			height: 324px;
			float: left;
			margin-right: 2px;
		}

#pageContent {
	padding-bottom: 40px;
	padding-left: 0px;
	margin-right: -30px;
	margin-top: 10px;
}

#categoryContent {
	padding-bottom: 40px;
	margin-right: -20px;
	
}

#pageContent p {
	margin-right: 40px;
	line-height: 18px; 
	text-align: justify;
}

	#pageContent h1 {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		letter-spacing: -1px;
		color: #cb171a;
		font-size: 21px;
		font-weight: 100;
		/* border-bottom: 1px dotted #ff010b;*/
		width: 600px;
		padding-bottom: 0px;
		margin-top: 0;
		margin-bottom: 20px;
		line-height: 21px;
	}
	
	#pageLeft {
		position: relative;
		float: left;
		width: 220px;
		margin-left: 0px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 20px;
		text-align: right;
		line-height: 18px;
	}
	
	#pageLeftInter {
		position: relative;
		float: left;
		width: 220px;
		margin-left: 30px;
		padding-right: 50px;
		padding-top: 5px;
		padding-bottom: 20px;
		text-align: right;
	}
		
		.careerSection {
			float: left;
			padding-left: 20px;
		}
	
		.careerLeft {
			position: relative;
			float: left;
			width: 330px;
			margin-right: 30px;
		}
		
			.careerLeft img {
				border: 1px solid #f0f0f0;
				padding: 4px;
			}
			
			.careerLeft h2, .careerRight h2 {
				font-size: 12px;
				text-transform: uppercase;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-weight: 100;
				color: #ff010b;
				width: 140px;
				line-height: 15px;
				padding-bottom: 5px;
				letter-spacing: -0.5px;
			}
			
			.careerText {
				margin-top: 15px;
				margin-bottom: 5px;
				color: black;
				line-height: 18px;
			}
			
			.careerView a {
				position: relative;
				background-image: url(../images/career-view-more.jpg);
				width: 99px;
				height: 40px;
				display: block;
				float: right;
				margin-right: 0px;
			}
		
		.careerRight {
			position: relative;
			float: left;
			width: 400px;
			margin-left: 60px;
		}
		
			.careerRight img {
				border: 1px solid #f0f0f0;
				padding: 4px;
			}
	
		#pageNav {
			
		}
		
		.eachPageNav {
			text-align: right;	
			border-bottom: 1px solid #d4d4d4;
			width: 200px;
			margin-left: 20px;
			margin-bottom: 5px;
			margin-top: 5px;
			padding-bottom: 3px;
		}
		
			.eachPageNav a {
				position: relative;
				color: #c30e15;
				text-transform: uppercase;
				font-size: 11px;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				padding-right: 10px;
			}
		
		.eachOperation {
			position: relative;
			float: left;
			width: 270px;
			line-height: 18px;
			margin-right:26px;
		}
		
		.eachOperation td {font-size: 11px;}
		
			.eachOperation span {
				float: left;
				width: 100px;
				border: 1px solid black;
				margin-right: 10px;
				height: 40px;
			}
		
		.eachOperation h2 {
			font-size: 12px;
			text-transform: uppercase;
			border-bottom: 1px solid #e5e5e5;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-weight: 100;
			color: #ff010b;
			width: 260px;
			height: 30px;
			line-height: 15px;
			padding-bottom: 5px;
			letter-spacing: -0.5px;
		}
	
	#pageRight {
		position: relative;
		float: left;
		width: 710px;
		margin-left: 30px;
		padding-bottom: 20px;
		line-height: 18px;
		min-height: 300px;
	}
	
		#pageRight a {
			color: #D30006;
		}
	
	
	#pageRightInter {
		position: relative;
		float: left;
		width: 900px;
		margin-left: 30px;
		padding-bottom: 20px;
		line-height: 18px;
		min-height: 300px;
	}
	
	
	#pageRightRegular {
		position: relative;
		float: left;
		width: 900px;
		margin-left: 8px;
		padding-bottom: 20px;
		line-height: 18px;
		min-height: 300px;
	}
	
	
	.eachCat {
		position: relative;
		float: left;
		width: 300px;
		margin-right: 20px;
	}
	
			.eachCat h2 {
				font-size: 12px;
				text-transform: uppercase;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				border-bottom: 1px solid #e5e5e5;
				font-weight: 100;
				color: #ff010b;
				width: 160px;
				line-height: 15px;
				padding-bottom: 5px;
				letter-spacing: -0.5px;
			}
			
			.eachCat h2 a { color: #ff010b; }
			
			.eachCatText {
				width: 300px;
				margin-top: 5px;
				margin-bottom: 5px;	
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-size: 11px;
			}
			
			.eachCatImg {
				margin-top: 10px;
				margin-bottom: 10px;
			}
			
			.eachCatImg img {border: 1px solid #eeeeee; }
			
			.eachCatMore a {
				position: relative;
				background-image: url(../images/products/product-view.jpg);
				display: block;
				width: 90px;
				height: 32px;
				margin-top: -5px;
				margin-bottom: 5px;
				float: right;
			}
			
			 h1.page-title {
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				letter-spacing: -1px;
				color: #cb171a;
				font-size: 21px;
				font-weight: 100;
				/* border-bottom: 1px dotted #ff010b; */
				width: 300px;
				padding-bottom: 0px;
				margin-bottom: 30px;
				margin-top: 0;
			}
			
		.singleProductImg {
			float: left;
		}
		
		.singleProductImg img {
			padding: 10px;
			background-color: #f1f1f1;
			width: 625px;
			height: 270px;
		}
		
		.singleProdImgText {
			margin-top: -3px;
			line-height: 18px;
			padding: 10px;
			background-color: #f1f1f1;
			width: 625px;
		}
		
		.productDetailLink a {
			float: right;
			clear: both;
			background-image: url(../images/each-product-detail.jpg);
			margin-top: 10px;
			width: 197px;
			height: 42px;
			display: block;
		}
		
		.productDetailVideoDownload a {
			clear: both;
			background-image: url(../images/each-product-video-download.jpg);
			margin-top: 10px;
			width: 51px;
			height:18px;
			display: block;
		}
		
		.productVideo {
			float: left;
			margin-left: 15px;
		}	
		
		.productVideo h4 {
			margin:0;
			padding:0;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			letter-spacing: -1px;
			color: #cb171a;
			font-size: 15px;
			font-weight: 100;
			text-transform: uppercase;
		}
		
		#leftBar {
			width: 110px;
			border-right: 1px solid #ccc;
			float: left;
			padding-bottom: 40px;
			text-align: right;
			padding-right: 20px;
			padding-top: 20px;
			margin-top: 62px;
		}
		
			#sideCategory ul,li {
				margin: 0;
				padding: 0;
			}
			
			#sideCategory a {
				margin:0;
				padding:0;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				letter-spacing: -1px;
				color: #cb171a;
				font-size: 11px;
				font-weight: 100;
				text-transform: uppercase;	
			}
			
			#sideArchive {
				margin-top: 20px;
			}
			
				#sideArchive li {
					margin-bottom: 5px;
					width: 110px;
					text-align: right;
				}
			
			#sideArchive a {
				font-size: 11px;	
				color: #666;
			}
			
			#sideArchive h2 {
				margin:0;
				padding:0;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				letter-spacing: -1px;
				color: #cb171a;
				font-size: 14px;
				font-weight: 100;
				text-transform: uppercase;	
				border-bottom: 1px solid #e5e5e5;
				padding-bottom: 3px;
				margin-bottom: 5px;	
			}
			
			#sideArchivez {
				margin-top: 20px;
		
			}
			
				#sideArchivez li {
					margin-bottom: 5px;
					text-align: right;
					min-width:120px;
					margin-left:-50px;
				}
			
			#sideArchivez a {
				font-size: 11px;	
				color: #666;
			}
			
			#sideArchivez h2 {
				margin:0;
				padding:0;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				letter-spacing: -1px;
				color: #cb171a;
				font-size: 14px;
				font-weight: 100;
				text-transform: uppercase;	
				border-bottom: 1px solid #e5e5e5;
				padding-bottom: 3px;
				margin-bottom: 5px;	
			}
		
		#middleNewsContent {
			width: 580px;
			float: left;
			margin-left: 20px;
			line-height: 18px;
		}
			
		
		#rightNewsBar {
			float: left;
			margin-left: 15px;
			padding-left: 20px;
			width: 210px;
			margin-top: 62px;
			padding-right: 20px;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
			#recentPosting ul,li {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
			#recentPosting h2 {
				margin:0;
				padding:0;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				letter-spacing: -1px;
				color: #cb171a;
				font-size: 12px;
				font-weight: 100;
				text-transform: uppercase;	
				border-bottom: 1px solid #e5e5e5;
				padding-bottom: 0px;
				margin-bottom: 5px;
			}
		
			#recentPosting li {
				margin-bottom: 5px;	
			}
			
			#recentPosting li a {
				color: #666;	
			}
			
			#recentPosting li a:hover {color: #ff010b;}
			
			.eachPostingMiddle {
				margin-bottom: 20px;
				border-bottom: 1px dotted #cb171a;
				clear: both;
			}
		
			.eachPostingMiddle h2 a { 
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				letter-spacing: -1px;
				color: #cb171a;
				font-size: 14px;
				font-weight: 100;
			}
			
			 h1.singleTitle {
				 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				letter-spacing: -1px;
				color: #cb171a;
				font-size: 14px;
				font-weight: 100;
				border: 0 !important;
			 }
			 
			 .postDate {color: #999; font-size: 11px;}
			
			.eachPostingReadMore a {
				background-image: url("../images/read-more.png");
				background-repeat: no-repeat;
				display: block;
				float: right;
				height: 30px;
				margin-top: 5px;
				position: relative;
				width: 95px;
			}
		
		table#productDetailTable {
			width: 980px;	
		}
		
		table#productDetailTable tr {
			text-align: center;
		}
		
		table#productDetailTable td {
			text-align: center;
			font-size: 11px;
		}
		
		
		td.productDetailTableTitle {
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			letter-spacing: -1px;
			color: #cb171a;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: 100;
			background-color: #f5f5f5;
		}
		
		td.productDetailTableText {
			padding: 0;
			margin: 0;
		}
		
		#videoMiddleContent	 {
			width: 820px;
			float: left;
			margin-left: 20px;
			line-height: 18px;
		}
			
		#rightVideoCat {
			float: left;
			margin-left: 15px;
			padding-left: 20px;
			width: 210px;
			margin-top: 62px;
			padding-right: 20px;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
			.eachVideoPost {
				float: left;	
			}
			
			.eachVideoPost h2 {
				margin-bottom: 3px;	
			}
			
			.eachVideoPost h2 a {
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				letter-spacing: -1px;
				color: #cb171a;
				font-size: 14px;
				font-weight: 100;
				margin-bottom: 0;
			}
			
			.eachVideoPost img {
				border: 1px solid #ccc;
				padding: 4px;
				margin-right: 15px;
			}
			
#footer {
	position: relative;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	display: block;
	height: 258px;
}
	
	#footerContent {
		position: relative;
		width: 1000px;
		margin-left: -500px;
		padding-top: 30px;
		left: 50%;
		font-size: 11px;
		color: #999;
	}


	.eachFooter {
		position: relative;
		float: left;
		width: 155px;
	}
	
	.eachFooter h3 {
		font-weight: 100;
		text-transform: uppercase;
		font-size: 11px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: black;
	}
	
	.eachFooter a {
		color: #0094a5;	
	}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(http://mayoraindah.blog/wp-content/themes/mayora/styles/images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

	#businessGallery {
		width: 230px;
	}
	
	#businessGallery img {
		width: 75px;
		height: 50px;
	}
	
	#businessGallery h2 {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				letter-spacing: -1px;
				color: #cb171a;
				font-size: 14px;
				font-weight: 100;
				margin-bottom: 0;
	}
	
	#businessGallery img {
		border: 0 !important;	
	}