
.pics { height: 225px; width: 430px; position: relative; padding:0; left:110px; top:1px; overflow: hidden; }
.pics img { height: 225px; width: 430px; padding: 0px; border: 0px solid #ccc;  top:0; left:0 }


/*.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}
*/

#prev{ width:23px; height:23px; background:url(../img/prev.jpg) no-repeat; text-indent:-9999px; overflow:hidden; display:block;

margin-left:440px;
margin-top:-130px;

 }
#next{width:23px; height:23px; background:url(../img/next.gif) no-repeat; text-indent:-9999px; overflow:hidden; display:block;

float:right;
margin-top:-22px;
margin-right:60px;
 }