/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal {overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height:90px;width:560px;padding-top:7px;}
#tipo2 .jcarousel-skin-pika .jcarousel-clip-horizontal {height:90px;width:560px;}
#tipo3 .jcarousel-skin-pika .jcarousel-clip-horizontal {height:90px;width:850px;}
#tipo4 .jcarousel-skin-pika .jcarousel-clip-horizontal {height:90px;width:433px;}
#tipo5 .jcarousel-skin-pika .jcarousel-clip-horizontal {height:90px;width:850px;}
#tipo6 .jcarousel-skin-pika .jcarousel-clip-horizontal {height:90px;width:430px;}
#tipo7 .jcarousel-skin-pika .jcarousel-clip-horizontal {height:90px;width:850px;}
.jcarousel-skin-pika .jcarousel-item-horizontal {margin-right:10px;}
/* Just for the example. Fee free to delete these three lines */
body{font-family:Helvetica, sans-serif;}
a{color:white;}
.pikachoose {width:560px;margin:0 auto;}
.pikachoose#tipo1 {width:560px;margin:0 145px;display: block;position: relative;float: left;clear: both;}
.pikachoose#tipo2 {width:560px;margin:0 auto;clear: both;}
.pikachoose#tipo3 {width:850px;margin:0 auto;clear: both;}
.pikachoose#tipo4 {width:433px;margin:0 auto;clear: both;}
.pikachoose#tipo5 {width:850px;margin:0 auto;clear: both;}
.pikachoose#tipo6 {width:420px;margin:0;
	display:block;
	position:relative;
	float: left;
	clear: both;
	}
.pikachoose#tipo6:first-child {margin-right:10px;}
.pikachoose#tipo7 {width:850px;margin:0 auto;clear: both;}
/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
.pika-thumbs li{
	width: 74px;
	height:74px;
	overflow: hidden;
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 5px 10px 10px 0;
	background: #fafafa;
	cursor: pointer;
	}
#tipo1 .pika-thumbs li{width: 103px;}
#tipo2 .pika-thumbs li{width: 112px;}
#tipo7 .pika-thumbs li{width: 91px;}
.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,.pika-textnav {width: 560px;}
#tipo2 .pika-stage,#tipo2 .pika-textnav {width: 560px;}
#tipo3 .pika-stage,#tipo3 .pika-textnav {width: 850px;}
#tipo4 .pika-stage,#tipo4 .pika-textnav {width: 433px;}
#tipo5 .pika-stage,#tipo5 .pika-textnav {width: 850px;}
#tipo6 .pika-stage,#tipo6 .pika-textnav {width: 420px;}
#tipo7 .pika-stage,#tipo7 .pika-textnav {width: 850px;}
.pika-stage {
	position:relative;
	/*background:#fdfdfd;*/
	padding-bottom:28px !important;
	/*text-align:center;*/
	text-align: left;
	height:400px;
	display:block;
	padding:0px;
	}
.pika-stage img {
	max-height: 400px;
	max-width: 560px;
	}
#tipo2 .pika-stage {background:#ee;height:373px;}
#tipo2 .pika-stage img {max-height:373px;max-width:560px;}
#tipo3 .pika-stage {background:#eee;height:567px;}
#tipo3 .pika-stage img {max-height:567px;max-width:850px;}
#tipo4 .pika-stage {background:#eee;height:710px;}
#tipo4 .pika-stage img {max-height:710px;max-width:433px;}
#tipo5 .pika-stage {background:#eee;height:710px;}
#tipo5 .pika-stage img {max-height:750px;max-width:850px;}
#tipo6 .pika-stage {background:#eee;height:688px;}
#tipo6 .pika-stage img {max-height:688px;max-width:420px;}
#tipo7 .pika-stage {background:#eee;height:688px;}
#tipo7 .pika-stage img {max-height:688px;max-width:850px;}
.pika-stage .caption {
	position:absolute;
	/*background: #d4d4d4;*/
	font-size: 11px; 
	color: #363636;
	padding: 8px 0;
	width: 100%;
	line-height: 12px;
	min-height: 12px;
	}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}
/* 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(prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;color: #363636;}
.pika-imgnav a.next {background: url(next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;color: #363636;}
.pika-imgnav a.play {background: url(play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;color: #363636;}
.pika-imgnav a.pause {background: url(pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;color: #363636;}
/* The previous and next textual buttons */
.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; color: #363636;}
	.pika-textnav a.next {float: right; width: auto; display: block; color: #363636;}
/*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;}
/* 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;}