
	
/* These hieghts and widths should be edited to your images */	
ul#pikame{
	padding-left:0;
	
	
}
.pika_main{
	width:375px;
/*	padding-right:20px;*/
	margin:0 auto;
  min-height:1px;
  _height:1px;
  line-height:1px;
}
#pikame li{
	margin-right:5px;
	float: left;
	border:2px solid #fff;
  background-color:#fff;
}

/* thats all you NEED to edit. But continue if you'd like. */
ul#pikame li img{
  position:relative;
  cursor:pointer;
}
.pika_main img{
  border:5px solid #222;
}
.pika_main{
  position: relative;
}
.pikachoose li{
  float:left;
  position:relative;
  overflow:hidden;
  list-style:none;
}
.pika_play{
  position:absolute;
  top:10px;
  right:20px;
  z-index:1;
}
.pika_play a{
  position:relative;
  cursor:pointer;
}
.pika_play img{
  border:none !important;
}
.pika_caption{
  /*width:100%;*/
  font-family:Arial;
  padding:10px;
  color:#333333;
  
}

.pika_navigation a{
  font-size: 12px;
  color:white;
  text-decoration: none;
}
.pika_navigation a:hover{
  text-decoration: underline;
}
.pika_navigation{
  padding-top:10px;
  clear:both;
  text-align:center;
}
