body{
	background: #cfcfcf url(../images/bg.jpg) repeat-x;
	font: 11px Verdana;
	color: #7d7d7d;
	height: 100%;
	line-height: 18px;
	min-width: 990px;
	overflow-x: hidden;
	margin: 0px;
}
img{
	border: 0px none;
}

.right{
	float: right;
}
.left{
	float: left;
}
.hidden{
	display: none;
}
#top{
	position: fixed;
	height: 120px;
	width: 100%;
	z-index: 70;

}
#top #logo{
	background: url(../images/logo.png);
	width: 237px;
	height: 36px;
	text-indent: -5000px;
	display: block;
	float: left;
	margin: 20px;
}
#top #info{
	background: url(../images/omnie.png);
	width: 236px;
	height: 29px;
	display: block;
	float: right;
	position: relative;
	margin: 20px;
}
#top #info p{
	visibility: hidden;
}
#top #info:hover p{
	background: url(../images/bg.png);
	padding: 20px;
	visibility: visible;
	position: absolute;
	color: #fff;
	top: 14px;
	right: 0px;
	z-index: 75;
	overflow: auto;
	width: 730px;
}
#top #info p a{
	color: #fff;
	font-weight: bold;
}
#top #info p .left{
	width: 450px;
	float: left;
}
#top #info p .right{
	width: 240px;
	float: right;
}

.wrap{
   position: fixed;  
   overflow:hidden; 
	width: 100%;
	height: 480px;
	margin: 30px 0px;
	top: 50%;
	margin-top: -200px;
	
}
.works{ 
    width:20000em; 
    position:absolute; 
} 
.box{
	background: url(../images/box.png);
	width: 230px;
	height: 460px;
	float: left;
	margin: 0px 0px 0px 90px;
	padding: 10px;
	position: relative;
}
.box img{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 230px;
	z-index: 1;
}
.box .overlay{
	background: url(../images/overlay.png);
	position: absolute;
	top: 10px;
	left: 10px;
	width: 230px;
	height: 170px;
	z-index: 3;
}
.box .overlay:hover{
	background-position: 230px 0px;
}
.box p{
	margin-top: 190px;
}
.box p a{
	color: #7d7d7d;
}
.box p a:hover{
	color: #fff;
}
.box p b{
	color: #ccc;
}
.nextPage{
	background: url(../images/next_page.png)  right center no-repeat;
	display: block;
	position: fixed;
	width: 50px;
	height: 100px;
	top: 50%;
	right: 0px;
	cursor: pointer;
	z-index: 50;
	margin-top: -50px;
}
.prevPage{
	background: url(../images/prev_page.png) left center no-repeat;
	display: block;
	position: fixed;
	width: 50px;
	height: 100px;
	top: 50%;
	left: 0px;
	cursor: pointer;
	z-index: 50;
	margin-top: -50px;
}