/* Style the thumbnails */
.pika-thumbs {
	padding: 0 16px;
	height: 61px;
}
.pika-thumbs li {
	width: 144px;
	height: 74px;
	margin: 10px 0 0 17px;
	padding: 0;
	overflow: hidden;
	float: left;
	list-style-type: none;
	padding: 3px;
	margin: 0 5px;
	background: #2ac3fc;
	cursor: pointer;
}
.pika-thumbs li .clip {
	position: relative;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage{
	width: 500px;
}
.pika-stage {
	position: relative;
	background:#1A335F url("images/lineontoppic1.png") no-repeat scroll center top / 100% auto;
	padding: 7px 0px 0px 0px;
	text-align: center;
	height: 300px;
	
}
.pika-stage img {
	height: 100%;
	max-width: 100%;
}
.pika-stage .caption,
.pika-stage .caption p{
	display:none !important;
}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {
	position: absolute;
	text-indent: -5000px;
	display: block;
	z-index: 3;
}
.pika-imgnav a.previous {
	background: url(images/prev.png) no-repeat left 45%;
	height: 100%;
	width: 50px;
	top: 10px;
	left: 10px;
	cursor: pointer;

}
.pika-imgnav a.next {
	background: url(images/next.png) no-repeat right 45%;
	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;
}

/* The previous and next textual buttons */
.pika-textnav,
.pika-textnav a,
.pika-textnav a.previous,
.pika-textnav a.next{
	display: none;
}

/*for the tool tips*/
.pika-tooltip,
.pika-counter{
	display:none !important;
}


/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader {
	background: url(loading.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;
}

/* Make the thubms tile on the left */
.pika-thumbs li {
	width: 100px !important;
	height: 61px !important;
	margin:0;
	padding:0px;
}
.pikachoose {
	width: 53%;
	height:auto;
	float:left;
	margin:0px 20px 20px 0px;
	position: relative;
}
.pika-stage {
	/*position: absolute;
	right:0;*/
}
/* jCarousel Styles */

/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-vertical {
	width: 125px;
	height: 300px;
	margin-top:5px;
	overflow: hidden;
}
.jcarousel-skin-pika .jcarousel-clip-vertical {
	width: 125px;
	height: 230px;
}
.jcarousel-skin-pika .jcarousel-item-vertical {
	margin-top: 10px;
}

.jcarousel-skin-pika{
	background:url("images/lineontoppic1.png") no-repeat scroll center top / 100% auto;
	padding-top: 7px;
	width:500px;
	overflow:hidden;
}
.jcarousel-container.jcarousel-container-horizontal{
background:url("images/lineontoppic1.png") no-repeat scroll center bottom / 100% auto;
padding-bottom: 7px;
}


.jcarousel-skin-pika .active .clip img
{
opacity:0.4 !important;
}