.pikachoose {
  width:890px; 
  height:505px; 
  position:relative;
  margin: 0 auto;
}

.pika-thumbs {
  margin: 10px 0 0 17px; 
  width:250px}

.pika-thumbs li { 
  margin: 0;
  width: 142px; 
  height:106px;
  overflow: hidden;
	float: left; 
  list-style-type: none;
  padding:0 0 5px 0; 
  background: #292929; 
  cursor: pointer;
}

ul#pikame {
  width:141px;
}

.jcarousel-skin-pika {
  position:absolute;
  top:30px;
  right:0
}
.jcarousel-skin-pika .jcarousel-container-vertical { 
  width: 160px;
  height: 440px;
  padding: 4px 0 0 20px; 
  overflow:hidden;
  background:transparent url(../img/thumbnails.png) no-repeat 0 0;
}
.jcarousel-skin-pika .jcarousel-clip-vertical { 
  width:160px; 
  height:440px;
} 

.pika-thumbs li .clip {
  position:relative;
  height:100%;
  text-align: center; 
  vertical-align: middle; 
  overflow: hidden;}
  
.pika-stage, .pika-textnav {
  width: 665px; 
  overflow:hidden;
}
.pika-stage {
  position: relative; 
  background: black; 
  padding: 0; 
  text-align:center; 
  height:444px;
  top:30px; 
  margin-left:20px;
}
.pika-stage img {
  height:100%;
}

.pika-imgnav a {
  position: absolute; 
  text-indent: -5000px; 
  display: block;
  z-index:3;
}
.pika-imgnav a.previous {
  height: 100%; 
  width: 16px; 
  top: 30px;
  left: 0px;
  cursor:pointer;
  background: url(../img/slider_arrow_prev.png) no-repeat left 45%; 
}
.pika-imgnav a.next {
  height: 100%; 
  width: 16px; 
  top: 30px; 
  right: 185px;
  cursor:pointer;
  background: url(../img/slider_arrow_next.png) no-repeat right 45%; 
}
.pika-imgnav a.play { 
  height: 25px; 
  width: 16px;
  top:0;
  left:50%;
  display: block;
  cursor:pointer;
}
.pika-imgnav a.pause { 
  height: 25px; 
  width: 16px;
  top:0;
  left:50%;
  display:none;
  cursor:pointer;
  background: url(pause.png) no-repeat 0% 50%;
}
.pika-textnav {
  overflow: hidden;
  margin: 10px 0 0 0;
  bottom: 10px;
  position: absolute;
  height: 492px;
  right: 79px;
  top: 0;
  width: 20px;
}
.pika-textnav a {
  font-size: 12px; 
  text-decoration: none; 
  color: #333; 
  padding: 4px;
}
.pika-textnav a.previous {
  position:absolute;
  width: 20px; 
  height:12px; 
  display: block;
  cursor:pointer; 
  background: transparent url(../img/slider_arrow_top.png) no-repeat 0 0;
  text-indent:-50000px;
}
.pika-textnav a.next {
  position:absolute; 
  bottom:0; 
  width: 20px; 
  height:12px; 
  display: block;
  cursor:pointer;
  background: transparent url(../img/slider_arrow_bottom.png) no-repeat 0 0;
  text-indent:-50000px;
}
	
.pika-loader{ 
  background:url(../img/load.gif) 3px 3px no-repeat #000; 
  background-color:rgba(0,0,0,0.9); 
  color:white; 
  width:60px;
  font-size:11px; 
  padding:5px 3px; 
  text-align:right; 
  position:absolute; 
  top:15px; 
  right:15px; 
}
  
div.play,div.pause{
  display:none;
  width: 665px;
  height: 35px;
  line-height:35px;
  position: absolute;
  bottom: 35px;
  left: 0px;
  text-align:center;
  color:#000000;
  font-family: "FujiyamaLightNormal";
  text-transform:uppercase;
  font-size:22px;
  z-index: 200;
  cursor: pointer;
  background: transparent url(../img/title_back_blue.png) repeat 0 0;
}

div.play span{
  padding-right:20px;
  background:transparent url(../img/play.png) no-repeat right 50%;
}
div.pause span{
  padding-right:20px;
  background:transparent url(../img/pause.png) no-repeat right 50%;
}