
.pikachoose{
width: auto;
margin:0px auto;
}
/* This is the ul you have all your images in */
.pikachoose ul{
margin:0px;
overflow:hidden;
padding:   0px;
}
.pikachoose ul li{
float: left;
border:0px solid #555;
padding:0px;
background:#777;
margin:0px 6px 4px 0px;
position:relative;
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{
width:145px;
height:120px;
display:block;
position:relative;
}
/*sine we give it the fake border, you need to position the image a 
little. */
.pika_main_img{
position:absolute;
top:2px;
left:2px;
}
.pika_back_img{
position:relative;
top:2px;
left:2px;
}
.pika_subdiv img, .pika_subdiv a img{
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
}
.pika_play a{
 margin: 0px;
 padding: 0px;
}
.pika_prev_hover{position:absolute;top:5px;left:5px;height:1px;width:1px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:1px;width:1px;background:url('fastf.png') top right no-repeat;}




