#favorite_photo{
     width: 1000px;
     margin: auto;
    }

#favorite {
     width: 1000px;
     margin: 4em auto 0;
     display: block;
    }

img#back {
float: left;
    }
    
img#forward {
float: right;
    }  
    
#caption {
	text-align: center;
	clear: both;
	}
	
.hide {
	display: none;
}
	
.hand
	{
	cursor: pointer;
	}