/* jquerydemo.com */


#photos{
	position: relative;
    display: block;
    width: 100%;
    height: 780px;
    margin: 0 auto 0px;
    overflow: hidden;
	}

#photos > p {
	position: absolute;
    top: 0;
    left: 50%;
    width: 2000px;
    height: 780px;
    margin-left: -1000px;
    text-align: center;
	}