.pikachoose{
	position: relative;
	top:17px;
	left: 16px;
	width: 410px;
	height: 173px;
}
#page_intro .pikachoose{
	position: relative;
	top:0px;
	left: 0px;
	width: 576px;
	height: 246px;
}
#page_intro .pika_main{
	 width: 576px;
	height: 246px;
	display:block;
	position:relative;
	margin: 0 auto;
}
#page_intro .pika_main_img{position:absolute;top:0px;left:0px;} 
#page_intro .pika_subdiv img, #page_intro .pika_subdiv a img{
	border:none;
	width: 576px;
	height: 246px;
}

#prodotto_gallery.pikachoose{
	position: relative;
	top:0px;
	left: 0px;
	width: 568px;
	height: 318px;
}
#prodotto_gallery .pika_main{
	width: 568px;
	height: 318px;
	display:block;
	position:relative;
	margin: 0 auto;
}
#prodotto_gallery .pika_main_img{position:absolute;top:0px;left:0px;} 
#prodotto_gallery .pika_subdiv img, #prodotto_gallery .pika_subdiv a img{
	border:none;
	width: 568px;
	height: 318px;
}

/* This is the ul you have all your images in */
.pikachoose ul{
	position: absolute;
	top: -5000px;
	left: -5000px;
}
.pikachoose ul li{
	float: left;
	padding:4px 3px 3px 3px;
	/*background: url('../images/thumb-border.png') no-repeat scroll left top;*/
	margin:0 0px 0px 0;
	position:relative;
	overflow:hidden;
	margin-right: 1px;
}
.pikachoose ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{
	 width: 410px;
	height: 173px;
	display:block;
	position:relative;
	margin: 0 auto;
}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:absolute;top:2px;left:2px;}
.pika_back_img{position:relative;top:0px;}
.pika_subdiv{
	position:relative;     
}
.pika_subdiv img, .pika_subdiv a img{
	border:none;
	 width: 410px;
	height: 173px;
}
.pika_subdiv a img.pika_main_img{
	
}
.pika_caption{
	width:302px;
	height:auto;
	text-align:center;
	position:absolute;
	bottom:14px;
	left:16px;
	background: #FFF;/*url('black.png') top left;*/
	color: #706f6d;
	opacity: 0.8 !important;
	font-size: 10px;
	line-height: 20px;
}
.pika_caption a{
	color: #706f6d;
}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a.pika_play_button{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('play.png') top center no-repeat;}
.pika_play a.pika_stop_button{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('pause.png') top center no-repeat;}

.pika_navigation a{
	font-size: 12px; 
	text-decoration: none;
}
.pika_navigation a:hover{
	text-decoration: underline;
}
.pika_navigation{
	position: absolute;
	width: 368px;
	height: 31px;
	top: -5000px;
	left: -5000px;
	
}
.pika_navigation a{
	width: 18px;
	height: 31px;	
}
.pika_navigation #p_prev{
	float: left; 
	background: url('/images/lArrow.png') no-repeat scroll left top; 
}
.pika_navigation #p_next{
	float: right;
	background: url('/images/rArrow.png') no-repeat scroll left top
}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:401px;width:100px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:401px;width:100px;background:url('fastf.png') top right no-repeat;}
