/* jquerydemo.com */


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

#photos > p {
	position: absolute;
    top: 0;
    left: 0;
    text-align: center;
	}