/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */

.corpo .pikachoose ul li{
background-image:none;
padding-left:0px;
}

.pika-thumbs li{
	width: 140px;
	height:140px;
	list-style-image: none;
	list-style-type: none;
	background-image:none;
padding-left:0px;
}
.pika-stage, .pika-textnav {
	width: 560px;
}

.pikachoose {
	width: 560px;
	text-indent: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.pika-stage {
	position: relative;
	border: 0;
	padding: 0;
	text-align:center;
	height:500px;
	max-width: 560px;
	overflow: hidden;
	background-color: #FFF;
	/* [disabled]background-image: url(../img/bg-slideshow2.png); */
	background-repeat: repeat;
}
	
	/*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;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;height:100%;}

.pika-stage .caption {
	position: absolute;
	background-color:#999;
	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; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {
	background: url(../img/pikaprev.png) no-repeat left 45%;
	height: 100%;
	width: 50px;
	top: 10px;
	left: 20px;
	cursor:pointer;
}
	.pika-imgnav a.next {
	background: url(../img/pikanext.png) no-repeat right 45%;
	height: 100%;
	width: 50px;
	top: 10px;
	right: 20px;
	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 0;bottom:10px; position:absolute;}
.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;}
	
.pika-thumbs {margin: 10px 0 0 17px; padding: 0; overflow: hidden;}
	.pika-thumbs li {float: left; list-style-type: none;padding: 0px; margin: 0 0px; background: #fafafa; border: 0; 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{
	height:12px;
	line-height:14px;
	position: absolute;
	bottom: 5px;
	left:5px;
	color:#FFF;
	background-color: #939DBB;
	font-size:10px;
	padding:2px 4px;
	-moz-border-radius: 5px;
	border-radius:5px;
	font-weight: normal;
}
		
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal {
	padding: 0px 0px;
	overflow:hidden;
	width:560px
}
.jcarousel-skin-pika .jcarousel-clip-horizontal {
	height: 150px;
	width: 560px;
}
.jcarousel-skin-pika .jcarousel-item-horizontal {
	/* [disabled]margin-right: 18px; */
}
