#photos{
	width:600px;
	height:350px;
	overflow:hidden;
	}

#prev{
	width:50px;
	height:350px;
	cursor:pointer;
	background: url(../img/arrows.gif) no-repeat top left;}
#prev:hover{background:url(../img/arrows.gif) -50px 0 no-repeat;}

#next{
	width:50px;
	height:350px;
	cursor:pointer;
	background: url(../img/arrows.gif) -100px 0 no-repeat;}
#next:hover{background:url(../img/arrows.gif) no-repeat top right;}