/*below is the stuff for the compact example*/
.pikachooseCompact{width:522px;margin:50 auto;position:relative;}
/* This is the ul you have all your images in */
.pikachooseCompact ul{padding:5px 0 0 5px;width:498px;height:37px; margin:0;overflow:visible;position:absolute;bottom:0px;left:18px;z-index:99;}
.pikachooseCompact ul li{float: left;margin:-12px 6px 4px 0;/*positrgb(50%, 25%, 25%);*/position:relative;background:url('thumb-circle-empty.png') top left no-repeat;}
.pikachooseCompact 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{width:472px;height:253px;display:block;position:relative;margin:auto; padding:0;}
/*since we give it the fake border, you need to position the image a little. */
.pika_main_img{position:absolute;top:5px;left:0px; margin:auto; padding:0;}
.pika_back_img{position:relative;top:5px;left:0px; margin:auto; padding:0;}
.pika_subdiv{position:relative;border:none;background:#08123f;padding:0; margin:auto;}
.pika_subdiv img, .pika_subdiv a img{border:none; margin:0; padding:0;}
.pika_caption{padding:0;text-align:center;width:
472px;position:absolute;bottom:2px;right:0px;z-index:100;color:#FFFFFF;font-weight:bold;
font-size:13px;}

.pika_play{position:absolute;z-index:1;right:2%;margin:0 0 0 -25px;width:50px;top:10px; padding:0;}
.pika_play a{position:relative; margin:0 0 0 auto; padding:0;cursor:pointer;display: block; width:50px;height:50px;}
.pika_play a{position:relative; margin:0 0 0 auto; padding:0;cursor:pointer;display: block;width:50px;height:50px;}

/* if you want to 'hide' these just make their height and width 1px */
.pika_prev_hover{position:absolute;top:2px;left:2px;height:456px;width:100px; margin:0; padding:0;}
.pika_next_hover{position:absolute;top:2px;right:2px;height:456px;width:100px; margin:0; padding:0;}
.blue{width:522px; height:257px; background-color:#08123f; text-align:center; position:relative; margin:0; padding:0;}