﻿#portfolio {
}
#portfolio li {
    height: 400px;
    overflow: hidden;
    width: 1000px;
}
#portfolio li img {
    height: 400px;
    overflow: hidden;
    width: 1000px;
}
.dbImg {
    height: 400px;
    position: relative;
    width: 1000px;
   z-index: 2;
	margin:auto;
}
.dbImg li {
    display: none;
    position: absolute;
}
.jsNav {
    left:90%;
    position: absolute;
    top: 370px;
    z-index: 111;
}
.jsNav a {
    background: none repeat scroll 0 0 #C4CAE0;
    display: inline-block;
    float: left;
    height: 7px;
    line-height: 0;
    margin-left: 5px;
    text-indent: -9999px;
    width: 7px;
}
.jsNav a.current {
     background: none repeat scroll 0 0 #505050;
}

