/*Just for datePicker*/
div.ui-datepicker{
 font-size:11px;
}


/*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: 122px; height:56px;}
.pika-stage {width:auto; height:auto;}



.pikachoose {width: 525px; margin: 0 auto; height:288px; position:relative;}
.pika-stage {position: absolute; right:0; background: #fff;}
	
	/*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: 0; right: 0;}
	.pika-stage .pika-aniwrap{position: absolute; top: 0; right: 0;}
	.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:285px; width:404px;}


	
.pika-thumbs {margin:0; padding: 0; overflow: hidden; width:120px; position:absolute; left:0; top:0;}
	.pika-thumbs li {float: left; list-style-type: none;padding: 0; margin:0; background: #fff; border-bottom: 1px solid #fff; cursor: pointer;}
		.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: 15px;right:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;*/}
		
		

