/* styles for the home page carousel - (home page main feature scroller)*/


/*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: 168px; height:133px;}
.pika-stage, .pika-textnav {width: 504px;}


body{font-family:Helvetica, sans-serif;}
a{color:#fff; text-decoration:underline;}
a:hover{text-decoration:none;}
div.guts .pikachoose {width: 504px; margin: 0 auto;}

/*original pika-stage css */
/*.pika-stage {position: relative;background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px;text-align:center;height:250px;}*/
	
  .pika-stage {position: relative;background: #fafafa; border: 0 solid #e5e5e5; padding: 0;text-align:center;height:282px;}
	/*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: 10px; left: 10px;} */
	.pika-stage .main-image {position: absolute; top: 0; left: 0;}
	.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;height:100%;}

.pika-stage .caption {position: absolute; background: url(//alz.org/images_custom/home/caption_bg.png);  border: 0px solid #141414; font-size: 14px; 
			color: #fafafa; padding: 10px; padding-bottom: 5px; text-align: left; bottom: 0px; right: 0px; line-height: 22px; margin: 0px; left: -2px;}
	.pika-stage .caption p {padding: 0; margin: 0;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: none;z-index:3;}
	.pika-imgnav a.previous {background: url(//alz.org/images_custom/home/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(//alz.org/images_custom/home/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
	.pika-imgnav a.play {background: url(//alz.org/images_custom/home/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	.pika-imgnav a.pause {background: url(//alz.org/images_custom/home/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;bottom:10px; position:absolute; /**/ display: none;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	.pika-textnav a.previous {float: left; width: auto; display: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}
	
.pika-thumbs {height:133px; margin: 31px 0 0 0; padding: 0; overflow: hidden; background: #efefef; border:0px solid #FF0000}
	.pika-thumbs li {float: left; list-style-type: none;padding: 0; margin: 0; border: 0px solid #e5e5e5; 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:13px;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; display:none;}
		


/*social media section */
.social {position: relative; height:31px; margin-top:-170px; background: url(//alz.org/images_custom/home/social_bg.gif);  border: 0px solid #141414; font-size: 12px; 
			color: #000; padding: 0; text-align: right; bottom: 0px; right: 0px;
			padding-top: 5px;
			}
div.guts div.pikachoose div.social div.FBLike div.fb-like{
	float: right!important;
	margin-right: 10px;
}
			
div.guts div.pikachoose div.social div.FBLike div#___plusone_0{
	margin-top: 0px!important;
	float: right!important;
}			
