﻿* {
	margin: 0px;
	padding: 0px;
}

/*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: 70px;
	height: 52px;
	overflow: hidden;	
	
}
.pika-stage img {
	overflow: hidden;
	width:242px;
	height:170px;
	
}
.pikachoose {
	width: 227px;
	height:auto;
	display: block;
	float: left;

}
.pika-stage {
	position: relative;
	background: #fafafa;
	text-align: center;
	height: 170px;
	width: 227px;
}
/*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;
	width: 227px;
	height: 525px;
	overflow: hidden;
}
.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;
	/*redimencionamento da imagem
	width: 450px;
	height: 270px;*/
	overflow: hidden;
}

.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(prev.png) no-repeat left 45%;*/
	height: 100%;
	width: 50px;
	top: 10px;
	left: 10px;
	cursor: pointer;
}
.pika-imgnav a.next {
	/*background: url(next.png) no-repeat right 45%;*/
	height: 100%;
	width: 50px;
	top: 40px;
	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;
}
.pika-textnav {
	/*overflow: hidden;
	margin: 10px 0 0 0;*/
}
.pika-textnav a {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	/*padding: 4px;*/
}
.pika-textnav a.previous {
	top:0;
	float: right;
	display: block;
	background: #0F0;
	width: 13px;
	height: 21px;
	text-indent: -9999px;
	margin-top: -210px;
	margin-right:15px;
	position:relative;
	z-index:9999;
	cursor: pointer;
	background:url(../imagens/setinhas.jpg) no-repeat 0 0;
}
.pika-textnav a.next {
	float: right;
	display: block;
	background: #0F0;
	margin-top: 20px;
	width: 13px;
	height: 21px;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: -210px;
	background:url(../imagens/setinhas.jpg) no-repeat -14px 0;
}
.pika-thumbs {
	margin: 10px 0 0 0px;
	height:auto;
	padding: 0;	
	overflow: hidden;
}
.pika-thumbs li {
	float: left;	
	list-style-type: none;
	margin:0;
	cursor: pointer;
	overflow: hidden;
}
.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;
	display: none;
}
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal {
	/*padding: 15px 20px;*/
	margin: 35px 0 0 0;
	width: 227px;
	overflow: hidden;
}
.jcarousel-skin-pika .jcarousel-clip-horizontal {
	height: 52px;
	width: 227px;
}
.jcarousel-skin-pika .jcarousel-item-horizontal {
	margin-right: 10px;
}
