#photo_gallery #copy ul  {  margin:10px 40px 10px 0;  }

.pikachoose { text-align:center; width:400px; margin:0 auto; }
/* This is the ul you have all your images in */
.pikachoose ul { width:415px; height:420px; margin:0; padding-left:0; overflow:hidden; }
.pikachoose ul li { position:relative; float:left; background:#777; border:1px solid #555; margin:0 6px 4px 0; padding:2px; overflow:hidden; }
.pikachoose ul li div img { position:relative; cursor:pointer; }

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main { display:block; position:relative; width:400px; height:264px; margin-bottom:25px; }
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img { position:absolute; top:0px; left:0px; }
.pika_back_img { position:relative; top:0px; }
.pika_subdiv { position:relative; background:#777; border:1px solid #555; padding:0; }
.pika_subdiv img, .pika_subdiv a img { border:none; }
.pika_caption { position:absolute; left:3px; bottom:7px; text-align:center; background:url('../bpimages/gallery/black.png') top left; width:500px; height:16px; padding-top:4px; }
.pika_caption a { color:white; }

.pika_play { position:absolute; left:50%; z-index:1; width:50px;top:5px; margin-left:-25px; }
.pika_play a { display:block; position:relative; background:url('../bpimages/gallery/play.png') top center no-repeat; width:50px; height:50px; margin-left:auto; cursor:pointer; }
.pika_play a { display:block; position:relative; background:url('../bpimages/gallery/pause.png') top center no-repeat; width:50px; height:50px; margin-left:auto; cursor:pointer; }

.pika_navigation a { font-size:12px; text-decoration:none; }
.pika_navigation a:hover { text-decoration:underline; }
.pika_navigation { clear:both; text-align:center; width:415px; padding-top:10px; }

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover { position:absolute; top:5px; left:5px; background:url('../bpimages/gallery/rewind.png') top left no-repeat; height:250px; width:100px; }
.pika_next_hover { position:absolute; top:5px; right:5px; background:url('../bpimages/gallery/fastf.png') top right no-repeat; height:250px; width:100px; }
