#contentarea {
	float:left;
	position:relative;
	z-index:0;
	top:0px;
	width:100%;
	margin:auto;
	max-width:1680px;
	min-width:920px;
	width: expression(this.scrollWidth <= "100" ? "920" : "100%");
}
#contentarea ul {
	margin:24px 0 0 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	z-index:10;
}
#contentarea ul li {
	list-style:none;
	float:left;
	margin-right: 0px;/*column*/
}
.container_work {
	width: 90%;
	min-width:920px;
	width: expression(this.scrollWidth <= "100" ? "920" : "90%");
	overflow:hidden;
	position: relative;
	margin: auto;
	z-index:20;
}
.container {
	width: 100%;
	min-width:920px;
	width: expression(this.scrollWidth <= "100" ? "920" : "100%");
	height: expression(this.scrollHeight <= "100" ? "100%" : "100%");
	overflow:hidden;
	position: relative;
	margin: auto;
	z-index:30;
}
.container li {
	float:left;
	width:460px;
	background:url(../media/images/loader.gif) no-repeat center center;
}
.container li.big {
	float:left;
	width:920px;
}
.work_image {
	float:left;
	height:380px;
	width:460px;
	z-index:40;
}
.big.work_image {
	width:920px;
}
#job_navigation {
	width:100%;
	height:35px;
	position:absolute;
	top:210px;
	z-index:99;
width: expression(this.scrollWidth <= "100" ? "920" : "100%");
}
#job_navigation .previous_button {
	width: 35px;
	height: 35px;
	left:0px;
	position:absolute;
	background: url(../media/images/previous.gif);
	cursor: pointer;
}
#job_navigation .next_button {
	width:35px;
	height:35px;
	right:0px;
	position:absolute;
	background: url(../media/images/next.gif) no-repeat;
	cursor: pointer;
}
#job_navigation .previous_button_over {
	background: url(../media/images/previous_over.gif);
}
#job_navigation .previous_button_disabled {
	background:none;
	cursor: default;
}
#job_navigation .next_button_over {
	background: url(../media/images/next_over.gif);
}
#job_navigation .next_button_disabled {
	background:none;
	cursor: default;
}
