/*
COPYRIGHT 2011 - Meat Digital AS //
All site spesific javascripts here 
*/
/*************** PAGEWIDE LAYOUT *******************/
/*
@font-face {
    font-family: 'StainlessCond-Bold';
    src: url('../fonts/StainlessCond-Bold.eot');
    src: url('../fonts/StainlessCond-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/StainlessCond-Bold.woff') format('woff'),
		 url('../fonts/StainlessCond-Bold.ttf') format('truetype'),
         url('../fonts/StainlessCond-Bold.svg#StainlessCond-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Stainless-Light';
    src: url('../fonts/Stainless-Light.eot');
    src: url('../fonts/Stainless-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Stainless-Light.woff') format('woff'),
         url('../fonts/Stainless-Light.ttf') format('truetype'),
         url('../fonts/Stainless-Light.svg#StainlessCond-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/

@font-face {
    font-family: 'StainlessThin';
    src: url('../fonts/Stainless-Thin.eot');
    src: url('../fonts/Stainless-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Stainless-Thin.woff') format('woff'),
         url('../fonts/Stainless-Thin.ttf') format('truetype'),
         url('../fonts/Stainless-Thin.svg#StainlessThin') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'PlayBold';
    src: url('../fonts/Play-Bold.eot');
    src: url('../fonts/Play-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Play-Bold.woff') format('woff'),
         url('../fonts/Play-Bold.ttf') format('truetype'),
         url('../fonts/Play-Bold.svg#PlayBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
	font-family: 'PlayRegular';
	src: url('../fonts/Play-Regular.eot');
	src: url('../fonts/Play-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Play-Regular.woff') format('woff'),
		url('../fonts/Play-Regular.ttf') format('truetype'),
		url('../fonts/Play-Regular.svg#PlayRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.loaderLarge{
	background: url(/app/design/frontend/meat/img/loader_large.gif) no-repeat center center transparent;
	height: 150px;
	width: 100%;
}
.sliderLoader {
    margin-top: -300px;
    position: relative;
    z-index: 10;
}

/************* END PAGEWIDE LAYOUT *****************/




/*************** GENERIC CLASSES *******************/
.click,.clickable {
	cursor: hand;
	cursor: pointer;
}

/************** END GENERIC LAYOUT *****************/




/***************** MAIN LAYOUT *********************/

	html, body {
		background-color: #2f333c;
		/* font: 12px/15px 'Play', sans-serif; */
		font: 12px/15px 'PlayRegular' ,sans-serif;
		color: #f3f3f3;
		letter-spacing: 0.05em;
	}
	h1, h2, h3{
		font: 30px StainlessThin, Arial, Verdana;
		font-weight: normal;
		text-transform: uppercase;
		color: #909091;
		line-height: 26px;
		text-decoration: none;
	}
	h3{
		text-transform: none;
		font-size: 18px;
		line-height: 17px;
	}
	p {
		text-decoration: none;
		font-size: 13px;
		line-height: 15px;
	}
	#header{
		height: 66px;
		border-bottom: 4px solid #009fe1;
		text-decoration: none;
	}
	#header_content {
		width: 95%;
		min-width: 960px;
		max-width: 1733px;
		position: relative;
	}
	#header #logo {
		height: 50px;
		width: 143px;
		background: url(/app/design/frontend/meat/img/meat_logo.png) no-repeat center center transparent;
		margin: 8px 0 0 9.5%;
		padding-top: 2px;
	}
	#menu {
		float: right;
		font-size: 12px;
		text-transform: uppercase;
		margin-right: 12%;
		margin-top: -61px;
		position: relative;
		z-index: 99;
	}
	#menu a{
		float: left;
		margin-right: 30px;
		text-decoration: none;
		padding-top: 30px;
		height: 45px;
		color: #999;
	}
	#menu a.active{
		color: #fff;
	}
	#menu a:hover{
		color: #fff;
	}
	#main {
		width: 100%;
		height: 500px;
		background: url(/app/design/frontend/meat/img/mainfield_bg.png) repeat-x center center transparent;
		overflow: hidden;
	}
	#main_content {
		width: 95%;
		min-width: 960px;
		height: 500px;
		max-width: 1733px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	#news {
		border-top: 4px solid #009FE1;
	}
	#news_content {
		width: 95%;
		min-width: 960px;
		max-width: 1733px;
	}
	#newslist{
		margin-left: 9.5%;
		margin-right: 9.5%;
	}
	#blogglist{
		padding-top: 36px;
		width: 30.3%;
	}
	#blogglist h3 {
		margin-bottom: 5px;
	}
	#blogglist div#heading{
		color: white;
		font: 16px Stainless-Light, Arial, Verdana;
	}
	#blogglist div#tid{
		color: #5693ac;
		font-size: 10px;
	}
	#footer{
		background: none repeat scroll 0 0 #1C1F27;
		color: #909090;
		font-size: 10px;
		line-height: 12px;
		margin-top: 44px;
		min-height: 250px;
		padding-top: 20px;
		width: 100%;
		padding-bottom: 50px;
	}
	.footercol-1 {
		font-size: 11px;
		line-height: 16px;
		padding: 10px;
		width: 22%;
	}
	.footercol-1 h3{
		margin-bottom: 10px;
	}
	.footercol-1 hr{
		margin-bottom: 9px;
		margin-top: 9px;
		border: 0px none; 
		border-bottom: 1px dashed #444; 
	}
	#footerContent {
		width: 95%;
		max-width: 1733px;
		min-width: 960px;
	}
	#footerInner{
		margin-left: 9.5%;
		margin-right: 9.5%;
	}
	a, a:link, a:hover, a:active{
		text-decoration: none;
		color: #F3F3F3;
	}
	#footerInner a{
		color: #909090;
	}
	#footerInner a:hover{
		color: #fff;
	}
	#newsletter input {
		font-family: Arial;
		background-color: transparent;
		border: 1px solid #444444;
		color: #666666;
		float: left;
		font-size: 9px;
		margin-right: -89px;
		padding: 6px;
		width: 94%;
	}
	#newsletter button{
		background-color: #32353E;
		border: 1px solid #444444;
		color: #888888;
		float: left;
		font-size: 9px;
		padding: 5px;
	}
	#newsletter .inputlabel{
		font-family: Arial;
		color: #444;
	}
/*************** END MAIN LAYOUT *******************/


/*************** FRONTPAGE LAYOUT ******************/

#frontpage_wrapper {
	width: 100%;
}
#slider_wrapper {
    width: 500%; /* NUMBER OF ITEMS TIMES 100 */
	margin-left: 8.5%;
}
.slidebox {
    background-color: rgba(255,255,255,0.1);
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
    float: left;
    height: 458px;
	margin: 20px 0.2% 0.2%;
    width: 16%;
	filter: alpha(opacity=0);
	opacity: 0;
}
#slidebox1 {
}
.slidebox_content{
	border: 4px solid #009FE1;
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 15;
}
#newsitems {
	width: 66.6%;
}
.news-item {
	display: block;
	margin-top: 40px;
	height: 138px;
	filter: alpha(opacity=0);
	opacity: 0;
	width: 100%;
}
.news-item.expand_news {
	display: none;
}
.expand_newsfield {
    color: #CCCCCC;
    float: left;
    font-size: 12px;
    margin-top: 20px;
}

.news-item canvas {
    left: 50%;
    margin-left: -216px;
    opacity: 0;
    position: absolute;
}
.news-item .imgContainer {
	height: 130px;
	overflow: hidden;
	width: 46.3%;
    position: relative;
	border: 4px solid #009FE1;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
}
.news-item .newlistContent {
	margin-left: 10px;
	width: 45%;
}
.news-item .newlistContent p {
	height: 107px;
	overflow: hidden;
}

/************* END FRONTPAGE LAYOUT ****************/


/*************** FRONTPAGE LAYOUT ******************/
/*************** FRONTPAGE LAYOUT ******************/
#reference-article, #news-article, #contact-article,#product-article,#service-article,#about-article, #employes{
    background-color: rgba(59,145,181,0.9);
    border: 4px solid #009FE1;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
    float: left;
    height: 450px;
	margin-top: 20px;
    position: absolute;
	z-index: 10;
	max-width: 1365px;
    min-width: 756px;
	width: 75%;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
#articleContent {
    background-color: rgba(47, 51, 60, 0.9);
    height: 390px;
	padding: 30px 30px 30px 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 390px;
    z-index: 200;
	margin-right: -480px;
}
#articleContent a{
	text-decoration: underline;
}
#articleContent ul {
	padding-left: 13px;
}
#articleContent ul li {
	list-style: disc outside none;
}
#referenceImageBox, #newsImageBox, #aboutImageBox, #contactImageBox , #productImageBox , #serviceImageBox {
	width: 100%;
	height: 450px;
}
#referenceImageBox .refImage, #newsImageBox .newsImage,#aboutImageBox .aboutImage, #contactImageBox .contactImage, #productImageBox .productImage, #serviceImageBox .serviceImage, #aboutImageBox .aboutImage {
	width: 100%;
	height: 450px;
	position: absolute;
	top: 0;
}
#employes{
	margin-left: 6.5%;
    opacity: 1;
	filter: alpha(opacity=1);
}
#employes a{
	text-decoration: none;
}
.employee{
	width: 30%;
	margin: 0;
}
.imagecontainer{
	position: absolute;
	left: 50px;
	bottom: -252px;	
}
.reference-item, .service-item, .product-item{
	opacity: 0;
	filter: alpha(opacity=0);
	margin: 0;
	width: 31.666%;
	height: 138px;
	margin-bottom: 22px;
}
.reference-item a, .service-item a, .product-item a{
	-webkit-box-shadow: 0px 0px 5px rgba(40, 40, 40, 1);
	-moz-box-shadow: 0px 0px 5px rgba(40, 40, 40, 1);
    box-shadow: 0px 0px 5px rgba(40, 40, 40, 1);
	border: 4px solid #009FE1;
	width: 100%;
	height: 130px;
	float: left;
	position: relative;
	overflow: hidden;
}
.reference-item canvas, .service-item canvas, .product-item canvas{
    left: 50%;
    margin-left: -217px;
    position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}

.referencebox, .servicebox, .productbox {
	position: relative;
	z-index: 5;
    float: left;
    height: 458px;
    width: 13.82%;
	margin-left: 0.32%;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.referencebox.current, .servicebox.current, .productbox.current{
	opacity: 1;
	filter: alpha(opacity=100);
}
#referencebox1, #servicebox1, #productbox1 {
	margin-left: 0px;
}
#referencelist_wrapper, #servicelist_wrapper, #productlist_wrapper {
    margin-top: 20px;
    width: 630%;
	float: left;
	position: relative;
}
#reference_wrapper, #news_wrapper, #about_wrapper, #contact_wrapper, #product_wrapper, #service_wrapper{
	margin-left:9.5%;
}
.referencebox_content, .servicebox_content, .productbox_content{
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 15;
}
#outer-glow-rfbutton{
	border: 1px solid #009FE1;
	width: 100px;
	-moz-box-shadow: 0px 0px 5px #009FE1;
  	-webkit-box-shadow: 0px 0px 5px #009FE1;
  	box-shadow: 0px 0px 5px #009FE1;
}

#inner-glow-rfbutton{
	-moz-box-shadow:inset 0 0 5px #009FE1;
  	-webkit-box-shadow:inset 0 0 5px #009FE1;
   	box-shadow:inset 0 0 5px #009FE1;
	height: 22px;
	background-color: #009FE1;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#rfbutton{
	margin-top: -20px;
	margin-left: 19px;
	z-index:2;
	position: relative;
}
#rfarrow{
	margin-top: -19px;
	height: 25px;
	z-index:2;
	position: absolute;
}
#rfbutton a{
	text-decoration: none;
}
/*************** END MAIN LAYOUT *******************/

/*************** ICONS ****************************/
#arrow-left{
	position:absolute;
    left: -29px;
	top: 0;
	width: 29px;
	height: 450px;
	z-index: 1000;
	background:transparent url(/app/design/frontend/meat/img/pil_blaa_venstre.png) no-repeat right center;
}
#arrow-right{
	position:absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 450px;
	z-index: 1000;
	background:transparent url(/app/design/frontend/meat/img/pil_blaa_hoyre.png) no-repeat right center;
}
#close-article{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	z-index: 10000;
	background:transparent url(/app/design/frontend/meat/img/kryss.png) no-repeat right top;
}
/*************** END ICONS LAYOUT *****************/


/*************** CONTACT & SUPPORT ****************************/
#contact{
	margin-left: -23px;
}

#support{
	margin-left: -23px;
	margin-top: -10px;
}

.div-form div.outer-glow{
	border: 1px solid #009FE1;
	width: 300px;
	height: 27px;
	margin-top: -23px;
	-moz-box-shadow: 0px 0px 5px #009FE1;
  	-webkit-box-shadow: 0px 0px 5px #009FE1;
  	box-shadow: 0px 0px 5px #009FE1;
}

.div-form div.outer-glow-textarea{
	border: 1px solid #009FE1;
	width: 300px;
	margin-bottom: 20px;
	position: absolute;
    top: -6px;
	-moz-box-shadow: 0px 0px 5px #009FE1;
  	-webkit-box-shadow: 0px 0px 5px #009FE1;
  	box-shadow: 0px 0px 5px #009FE1;
}

.div-form div.inner-glow{
	-moz-box-shadow:inset 0 0 5px #009FE1;
  	-webkit-box-shadow:inset 0 0 5px #009FE1;
   	box-shadow:inset 0 0 5px #009FE1;
	height: 28px;
	background-color: #009FE1;
	opacity: 0.2;
	filter: alpha(opacity=20);
	width: 300px;
}
.div-form div.skriv{
    height: 36px;
    position: relative;
    width: 300px;
    z-index: 2;
}

.div-form div.skriv input{
	padding-left: 8px;
	width: 300px;
	color: #668693;
	border: 0px solid;
	background:transparent;
	z-index: 3;
	font-family: play;
	position: relative;
}

.div-form div.skriv-textarea{
	z-index:2;
	width: 300px;
	position: relative;
	height: 148px;
	margin-top: 3px;
}

.div-form div.skriv-textarea textarea{
	margin-top: -11px;
	width: 300px;
	color: #668693;
	border: 0px solid;
	background:transparent;
	resize: none;
	font-size: 12px;
	font-family: play;
	padding-top: 11px;
	padding-left: 7px;
	position: relative;
	z-index: 3;
}

.div-form div.inner-glow-send-in{
	-moz-box-shadow:inset 0 0 5px #009FE1;
  	-webkit-box-shadow:inset 0 0 5px #009FE1;
   	box-shadow:inset 0 0 5px #009FE1;
	height: 28px;
	background-color: #009FE1;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 300px;
}

.div-form div.send-in{
    position: relative;
    top: 13px;
    width: 300px;
    z-index: 2;
}
#contactform {
	margin-top: 39px;
}
#supportform {
	margin-top: 25px;
}
#supportSuccess {
	margin-left: 56px;
	text-align: left;
	margin-top: 20px;
}
#contactSubmit, #supportSubmit {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 14px;
    height: 23px;
    padding-top: 7px;
    position: relative;
    width: 300px;
    z-index: 3;
	color: #668693;
}
.div-form img#send-in-arrow{
    height: 30px;
    left: 0;
    margin-top: -30px;
    position: absolute;
}
.div-form div.inner-glow-textarea{
	-moz-box-shadow:inset 0 0 5px #009FE1;
  	-webkit-box-shadow:inset 0 0 5px #009FE1;
   	box-shadow:inset 0 0 5px #009FE1;
  	background:transparent;
	height: 130px;
	text-align: left;
	background-color: #009FE1;
	opacity: 0.2;
	filter: alpha(opacity=20);
	width: 300px;
}

#dropdown_placeholder {
    height: 30px;
    margin-left: 58px;
    margin-top: -5px;
    position: absolute;
    width: 300px;
    z-index: 99;
	background: url("/app/design/frontend/meat/img/pil_skjema_meatweb.png") no-repeat scroll 277px 10px transparent;
}
.div-form div.dropdownbox{
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
    font-size: 15px;
    margin-left: 56px;
    position: absolute;
	z-index: 100;
	background: #2299e1;
	margin-top: 26px;
	height: 120px;
	-moz-box-shadow: 0px 0px 5px #009FE1;
  	-webkit-box-shadow: 0px 0px 5px #009FE1;
  	box-shadow: 0px 0px 5px #009FE1;
}
.select_option {
    font-size: 13px;
    height: 20px;
    padding-left: 10px;
    padding-top: 4px;
    text-align: left;
    width: 292px;
}
.select_option:hover {
	background-color: #2088c4;
	cursor: hand;
	cursor: pointer;
}
.select_option .outer-glow{
	margin-top: -18px !important;
}
.select_option .inner-glow{
	height: 20px !important;
}

.div-form div#selectoption{
	width: 300px;
	z-index:-1;
	position: relative;
	margin-bottom: 20px;
	border: 0px none;
}

.div-form div#selectoption input{
	padding-left: 8px;
	color: lightgray;
	border: 0px solid;
	background:transparent;
    width: 286px;
}

.inputlabel {
   display: none;
   color: #aaa;
   font-size: 18px;
   margin-top: -25px;
   position: absolute;
   z-index: 4;
}

.error ~ div.outer-glow, .error ~ div.outer-glow-textarea{
	-moz-box-shadow: 0px 0px 5px #cb302d;
  	-webkit-box-shadow: 0px 0px 5px #cb302d;
  	box-shadow: 0px 0px 5px #cb302d;
	border: 1px solid #cb302d;
}
.error ~ div.outer-glow .inner-glow, .error ~ div.outer-glow-textarea .inner-glow{
	-moz-box-shadow:inset 0 0 5px #cb302d;
  	-webkit-box-shadow:inset 0 0 5px #cb302d;
   	box-shadow:inset 0 0 5px #cb302d;
}
/*************** END CONTACT & SUPPORT *****************/


/***************** PRODUCTS ******************/

.productsContent {
	width: 50%;
	float: left;
	height: 450px;
	color: #fff;
}
.productsContent h1 {
	margin-top: 20px;
	margin-left: 20px;
	color: #fff;
}
.productsContent h3 {
	color: #fff;
}
#digitalProducts {
	/* background-color: #ccc; */
}
#serviceProducts {
	/* background-color: #ccc; */
}

/*************** END PRODUCTS ****************/


/***************** MENU ******************/
.menu_highligh {
    height: 74px;
    position: absolute;
    top: 0;
	left: 8px;
}
.menu_arrow {
	background: url("/app/design/frontend/meat/img/menu_arrow.png") repeat-x scroll 0 0 transparent;
    width: 20px;
	height: 10px;
	margin: 66px auto 0;
}

/*************** END MENU ****************/

/****************** ABOUT *******************/
.aboutImage {
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.fullAboutImage {
	height: 450px;
    overflow: hidden;
    position: relative;
    width: 100%;
	display: none;
}
.aboutCanvas {
	left: 50%;
    margin-left: -750px;
    position: absolute;
	border: 0px none;
	float: left;
	z-index: 18;
}
.aboutHovers {
	left: 50%;
    margin-left: -750px;
    position: absolute;
	border: 0px none;
	float: left;
	z-index: 20;
}
.hover {
	cursor: hand;
	cursor: pointer;
    position: absolute;
    z-index: 99;
	background: #f00;
}
.hovermb1 {
    height: 81px;
    margin-left: 447px;
    margin-top: 50px;
    width: 62px;
}
.hovermb2 {
    height: 85px;
    margin-left: 398px;
    margin-top: 130px;
    width: 147px;
}
.hovermb3 {
    height: 216px;
    margin-left: 448px;
    margin-top: 213px;
    width: 85px;
}
.hoveraw1 {
    height: 111px;
    margin-left: 511px;
    margin-top: 18px;
    width: 84px;
}
.hoveraw2 {
    height: 130px;
    margin-left: 547px;
    margin-top: 126px;
    width: 45px;
}
.hoverbee1 {
    height: 238px;
    margin-left: 596px;
    margin-top: 18px;
    width: 93px;
}
.hovernl1 {
    height: 269px;
    margin-left: 690px;
    margin-top: 18px;
    width: 95px;
}
.hovertj1 {
    height: 355px;
    margin-left: 786px;
    margin-top: 6px;
    width: 86px;
}
.hoverer1 {
    height: 70px;
    margin-left: 873px;
    margin-top: 36px;
    width: 105px;
}
.hoverer2 {
    height: 299px;
    margin-left: 873px;
    margin-top: 106px;
    width: 76px;
}
.hoveroe1 {
    height: 87px;
    margin-left: 979px;
    margin-top: 36px;
    width: 67px;
}
.hoveroe2 {
    height: 83px;
    margin-left: 950px;
    margin-top: 122px;
    width: 109px;
}
.hoveroe3 {
    height: 199px;
    margin-left: 950px;
    margin-top: 204px;
    width: 69px;
}
.hoverjb1 {
    height: 70px;
    margin-left: 1060px;
    margin-top: 53px;
    width: 64px;
}
.hoverjb2 {
    height: 156px;
    margin-left: 1060px;
    margin-top: 122px;
    width: 122px;
}
.hoverjb3 {
    height: 199px;
    margin-left: 1021px;
    margin-top: 207px;
    width: 94px;
}
#about_content {
    border: 0 none;
    float: left;
    left: 50%;
    margin-left: -750px;
    position: absolute;
}
.personinfo {
    background: none repeat scroll 0 0 #333333;
    background-color: rgba(0,0,0,0.70);
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 181px;
    z-index: 80;
	font-size: 10px;
}
.personinfo .outer {
	border: 0px solid #009FE1;
}
.personinfo .inner {
	padding: 8px;

}
.personinfo span {
	font-size: 12px;
	color: #FFF;
}
.personinfo span.name {
	text-transform: uppercase;
	font-size: 14px;
}
.personinfo span.position {
	text-transform: uppercase;
	color: #909090;
	font-size: 11px;
}
.personinfo span.phone {
	font-size: 10px;
}
.about_mb{
	left: 395px;
    top: 314px;
}
.about_aw{
	left: 483px;
    top: 314px;
}
.about_bee{
	left: 583px;
    top: 314px;
}
.about_nl{
	left: 670px;
    top: 314px;
}
.about_tj{
	left: 752px;
    top: 314px;
}
.about_er{
    left: 832px;
    top: 314px;
}
.about_oe{
	left: 941px;
    top: 314px;
}
.about_jb{
	left: 1040px;
    top: 314px;
}
/***************** END ABOUT ******************/
