/*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{
	margin-left: 30px !important;
	width: 260px;
	height:75px;
}
.pika-thumbs li img{
	width: 230px !important;
	height: 75px !important;
	left:0 !important;
}
.pika-stage {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:250px;
	width:630px;
}
#pikame,
#pikame2,
#pikame3{width:260px;}

body{font-family:Helvetica, sans-serif;text-align:center;}
a{color:white;}
.pikachoose {width: 884px; margin: 0 auto;position:relative;height: 255px;overflow: hidden;}

.pika-stage {position: relative;left:0px;background: #fafafa; border: 1px solid #e5e5e5; }
	
	/*if you change the padding on pika-stage you must adjust the top left of this to match! */
	.pika-stage .main-image {position: absolute; top: 0px; left: 0px;}
	.pika-stage .pika-aniwrap{position: absolute; top: 0px; left: 0px;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;height:100%;}
	
.pika-stage .caption {position: absolute; background: url(75-black.png);  border: 1px solid #141414; font-size: 11px; 
			color: #fafafa; padding: 0px; text-align: right; top: 10px; right: 10px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3; display: none;}
	.pika-imgnav a.previous {background: url(prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(next.png) no-repeat right 50%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
	.pika-imgnav a.play {background: url(play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	.pika-imgnav a.pause {background: url(pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

.pika-textnav {position:relative;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #fff; padding: 0px; position:absolute; display: none;}
	.pika-textnav a.previous {
	 width: auto; cursor:pointer; right:-140px; top:-260px;}
	.pika-textnav a.next { width: auto; cursor:pointer;right:-140px; top:-10px;}
	
.pika-thumbs {margin: 0px 0 0 0px; padding: 0; overflow: hidden;width:250px;position: absolute;top: 10px;right: 30px;}
	.pika-thumbs li {float: left; list-style-type: none;  cursor: pointer;}
		.pika-thumbs li:last {
		margin: 0;
		
}
		.pika-thumbs li .clip {position:relative;height:100%;text-align: left; vertical-align: center; }
		
	.pika-thumbs li.active{
		margin-left: 0px !important;
		padding: 5px 10px 5px 24px;
		background: url(../../img/entrance/active_bg.png) no-repeat left top;
		border:none;
	}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:0px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:0px;-moz-border-radius: 5px;border-radius:5px; display: none;}
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:12px;right:25px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 260px;height: 240px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  260px; height: 230px;}
.jcarousel-skin-pika .jcarousel-item-vertical { margin-bottom: 1px;}


div.pikachoose ul{
	height: 10000px!important;
}

div.campaignSlide div.pikachoose{
	display: none;
}

div.campaignSlide div.block{
	display: block;
}

.pika-textnav a.block{
	display: block;
}