@charset "utf-8";

.project {
	position: absolute;
	top: 180px;
	left: 155px;
    overflow:hidden;
    width:780px;
}
.project .pcont {
 width:780px;
 float:left;
 overflow:hidden;
}
.project .ScrCont {
 width:32766px;
}
.project #List1_1{
 float:left;
}

.LeftBotton,.RightBotton {
    width:16px;
    height:29px;
    background:url(../images/project_icon.jpg) no-repeat left top;
    display:block; 
	position:absolute;  
	overflow:hidden;
	z-index: 2000;
}
.LeftBotton {
    background-position: 0 0;
    left: 120px;
    top: 218px;
}
.LeftBotton:hover {
    background-position: 0 -29px;
}
.RightBotton {
	left: 948px;
	top: 218px;
    background-position: -16px 0;
}
.RightBotton:hover {
    background-position: -16px -29px;
}
.project .pl img {
	width: 148px;
	height: 108px;
    display:block;
    cursor:pointer;
    border:none;
}
.project .pl {
 width:148px;
 border:1px solid #898989;
 float:left;
 margin-right: 6px;
}
.project a.pl:hover {
 border:1px solid #e4700b;
}

