/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
@import url('base.css');

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 200px; height:168px;}
.pikachoose{width:90%; position:relative;}
#pikame{width: 200px;}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
	.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:20px;right:0px; }
.jcarousel-skin-pika .jcarousel-container-vertical { max-width: 200px;height: 510px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { max-width:  200px; height: 510px;}
.jcarousel-skin-pika .jcarousel-item-vertical { margin-top: 0px;}


@media(max-width:990px){
	.jcarousel-skin-pika{
		position:relative;
		width: 210px;
		right: -200px;		
	}
}
