/* Style the thumbnails */
.pika-thumbs{ height: 466px; width:280px;  float:left; margin:0; padding:0;}
	.pika-thumbs li{ width: 120px; height:80px;margin: 0 0 10px 10px; overflow: hidden;
		float: left; list-style-type: none; cursor: pointer;}
	.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 {width: 700px; height:466px; overflow:hidden;}
.pika-stage {position: relative; float:left;}
.pika-stage img{height:100%;}


/* 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; }
