/* Style the thumbnails */
.pika-thumbs{
	margin-top:0px;
}
.pika-thumbs li{
	border: none;
	width: 117px;
	height: 75px;
	margin:15px 0 0 15px;
	padding: 0;
	overflow: hidden;
	float: left;
	list-style-type: none;
	cursor: pointer;
	z-index: 10000;
	opacity: .8;
	filter: alpha(opacity=80);
}
.pika-thumbs li.active{
	opacity: 1;
	filter: alpha(opacity=100);
}
.pika-thumbs li:first-child, .pika-thumbs li:nth-child(5) {
	margin:15px 0 0 0;
}
.pika-thumbs li.jcarousel-item-placeholder {
	display: none;
}
.pika-thumbs li .clip {
	height:100%;
	text-align: center;
	vertical-align: center;
	overflow: hidden;
}
.pika-thumbs li .clip img {
	width: auto;
}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {
	width: 514px;
}
.pika-stage {
	position: relative;
	text-align:center;
	height: 274px;
}
.pika-stage img {
	border: solid 1px #e2e2e2;
}
.pika-stage .caption {
	position: absolute;
	background: #000;
	background: rgba(0,0,0,0.75);
	border: none;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	padding: 10px;
	bottom: -1px;
	left: 1px;
	width: 492px; /* 512 */
	opacity: .8;
	filter: alpha(opacity=80);
	line-height: 16px;
}
.pika-stage .caption p {
	padding: 0;
	margin: 0;
	font-size: 13px; 
	color: #ffffff;
	text-align: left;
}
.jcarousel-skin-pika {
	width: 514px !important;
}
/* Ths play, pause, prev and next buttons */
.pika-imgnav {opacity: 1 !important; filter: alpha(opacity='100'); display: block !important;}
.pika-imgnav:hover { opacity: 1 !important; filter: alpha(opacity='100') !important; display: block !important;}
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous {height: 16px; width: 12px; top: 245px; left: -25px;cursor:pointer;}
.pika-imgnav a.next {height: 16px; width: 12px; top: 245px; right: -25px;cursor:pointer;}
.pika-imgnav a.play {height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
.pika-imgnav a.pause {height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}
/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute; display:none;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	.pika-textnav a.previous {float: left; width: auto; display: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}
/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; 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:3px;
	-moz-border-radius: 5px;
	border-radius:5px;
	display: none;
}
/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{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; }
