/*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: 13px;
	height:13px;
}
.pika-stage {
	/*background-image:url(../images/slideshow_esconde.png);
	background-repeat:no-repeat;
	background-position:center top;*/
	height: 264px;
    /*padding: 20px 10px 0 10px;*/
    width: 818px;
}
/*.slideshowesconde {
	background-image:url(../images/slideshow_esconde.png);
	background-repeat:no-repeat;
	background-position:center top;
	height: 264px;
    width: 818px;
	margin-top:-278px;
	position:absolute;
}*/
.slideshowesconde {
	background-image:url(../images/slideshow_esconde.png);
	background-repeat:no-repeat;
	background-position:center top;
	height: 10px;
    width: 818px;
	margin-top:-278px;
	position:absolute;
}
.slideshowesconde2 {
	background-image:url(../images/slideshow_esconde.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	height: 15px;
    width: 818px;
	margin-top:-29px;
	position:absolute;
}

.pikachoose {
	width: 818px; 
	margin: 0 auto;
}
.pika-stage {
	position: relative;
	text-align:center;
}
/*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: 10px; 
	left: 10px;
}
.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%;
	width:817px;
	height:259px;
}

.pika-stage .caption {
	position: absolute;
	background: url(../images/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;
	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: -18px;
	cursor:pointer;
}
.pika-imgnav a.next {
	background: url(../images/next.png) no-repeat right 45%; 
	height: 100%; 
	width: 50px; 
	top: 10px; 
	right: -16px;
	cursor:pointer;
}
.pika-imgnav a.play {
	background: url(../images/play.png) no-repeat 0% 50%;
	height: 100px; 
	width: 44px;
	top:0;
	left:50%;
	display: none;
	cursor:pointer;
}
.pika-imgnav a.pause {
	background: url(../images/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;
	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;
}
.pika-thumbs {
	margin-left: auto !important;
	padding: 0;
	overflow: visible;
	top:-30px !important;
	left:-60px !important;
}
.pika-thumbs li {
	float: left;
	list-style-type: none;
	padding: 0 1px;
	cursor: pointer;
}
.pika-thumbs li img{
	background-image:url(../images/slideoff.png);
	background-repeat:no-repeat;
	background-position:center top;
	opacity:1 !important;
	filter:alpha(opacity=100);
}
.pika-thumbs li img.active{
	background-image:url(../images/slideon.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.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: 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;
}
		
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal {
	width:818px;
	/*height:20px;
	margin:-10px auto -10px auto;*/
	z-index:10;
	padding:0;
}
.jcarousel-skin-pika .jcarousel-clip-horizontal {
	width: 818px;
	overflow:visible !important;
}
.jcarousel-skin-pika .jcarousel-item-horizontal {
	width:15px;
	height:14px;
	margin-left:4px;
}

