/*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: 50px; height:50px;}
.pika-stage, .pika-textnav {width: 766px;}


body{font-family: Arial, Helvetica, sans-serif;}
a{color:white;}
.pikachoose {width: 766px; margin: 0 auto;}
.pika-stage {
	position: relative;
	background: #AAAAAA;
	text-align:center;
	height:435px;
	width: 766px;
	color: #FFF;
}
	
	/*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-aniwrap{
	width:100%;
}
	.pika-stage .pika-ani {
	position:relative;
	display: none;
	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: 10px; text-align: right; bottom: 50px; right: 10px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}*/

	.pika-imgnav a {
	position: absolute;
	display: block;
	z-index:3;
}
	.pika-imgnav a.previous {
	background: url(../images/work/prev.png) no-repeat left 45%;
	height: 100%;
	width: 50px;
	top: 0px;
	left: 0px;
	cursor:pointer;
}
	.pika-imgnav a.next {
	background: url(../images/work/next.png) no-repeat right 45%;
	height: 100%;
	width: 50px;
	top: 0px;
	right: 0px;
	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 {
	overflow: hidden;
	margin: 10px 0 0;
	bottom: -20px;
	float: left;
	position: relative;
}
.pika-textnav a {
	font-size: 85%;
	text-decoration: none;
	color: #000;
	padding: 4px;
}
.pika-textnav a.previous {
	float: left;
	width: auto;
	display: block;
}
.pika-textnav a.next {
	float: right;
	width: auto;
	display: block;
}*/
	
.pika-thumbs {
	margin: 10px 0 0 10px;
	padding: 0;
	overflow: hidden;
}
.pika-thumbs li {
	float: left;
	list-style-type: none;
	padding: 2px;
	margin: 20px 4px 0;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}
	.pika-thumbs li:last {
		margin: 0;
	}
	
	.pika-thumbs li .clip {
	position:relative;
	height:100%;
	text-align: center;
	vertical-align: center;
	overflow:hidden;
}

/*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:relative;
	color:white;
	font-size:85%;
	text-align: center;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	bottom: 452px;
}
	
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
/*.jcarousel-skin-pika .jcarousel-container-horizontal {
	padding: 25px 20px 15px;
	overflow:hidden;
}
.jcarousel-skin-pika .jcarousel-clip-horizontal {
	height: 90px;
	width: 430px;
	margin-right: 12px;
}
.jcarousel-skin-pika .jcarousel-item-horizontal {
	margin-right: 10px;
	margin-left: 10px;
}*/
