/* 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:392px;height:340px;display:block;position:relative;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:relative;}
.pika_subdiv{position:relative;}
.pika_animationDivs{top:0;left:0;} /*must match top/left padding for subdiv */
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption {
font-family:verdana;
font-size:1.1em;
font-weight:bold;
width:392px;
height:16px;
padding:4px 0;
text-align:center;
position:absolute;
bottom:7px;
left:0;
color:#7252d9;
}
.pika_caption a{color:white;}
.pika_play{display:none;}


/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:456px;width:100px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:456px;width:100px;background:url('fastf.png') top right no-repeat;}


