/* Just for the example. Fee free to delete these three lines */

/*.closeGallary{
	background:url(../images/closeGallary.png);
	height:44px;
	width:44px;
	display:inline-block;
	cursor: pointer;
	position: relative;
	margin-left:816px;
	top:-6px;
	z-index: 999;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
}
.closeGallary:hover{
	background:url(../images/closeGallary_hover.png);
}*/
.pikachoose {
	width: 100%;
	position:absolute;
	z-index:999;
	margin:0 auto;
	text-align:left;
	visibility:hidden;
	border-bottom:5px solid #535152;
}
/* Style the thumbnails */
.pika-thumbs {
	height: 121px;
	position: absolute;
	margin:0 auto;
	left:50%;
	bottom:0;
	margin-left:-621px;
	text-align:center;
}
.pika-thumbs li {
	width:207px;
	height: 121px;
	padding: 0;
	overflow: hidden;
	float: left;
	display:inline-block;
	list-style-type: none;
	cursor: pointer;
}
.pika-thumbs li.active{
	width:207px;
	height:121px;
}
.pika-thumbs li.active .clip{

}
.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: 771px;
}
.pika-stage {
	position: absolute;
	clear:both;
	margin:0 auto;
	left:50%;
	margin-top:-50px;
	margin-left:-385px;
	text-align: center;
	height: 463px;
}
.pika-stage img {
	height: 100%;
	width:100%;
	border:none;
}
.pika-stage .caption {
	background: rgba(0,0,0,0.8);
	font-size: 12px;
	color: #fafafa;
	height:73px;
	width: 100%;
	text-align: left;
	position: absolute;
	bottom: 0;
}
.pika-stage .caption div{
	height:100%;
}
.pika-stage .caption div p{
	padding:0;
	margin: 0;
}
.pika-stage .caption div p.title {
	display:block;
	line-height:73px;
	text-align:center;
	font-size:16px;
	min-width:133px;
	float:left;

}
.pika-stage .caption div p.title + p{
	padding-top:6px;
}
/* Ths play, pause, prev and next buttons */
.pika-imgnav a {
	position: absolute;
	text-indent: -5000px;
	display: block;
	z-index: 3;
}
a.previous {
	background: url(../images/prev.png) no-repeat;
	position: absolute;
	height: 78px;
	width: 78px;
	display:block;
	top: 30%;
	z-index:999;
	left:10%;
	cursor: pointer;
	-webkit-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	-moz-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	-o-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
}
a.previous:hover{
	background:url(../images/prev_hover.png) no-repeat;
}
a.next {
	background: url(../images/next.png) no-repeat;
	position: absolute;
	height: 78px;
	width: 78px;
	top: 30%;
	right:10%;
	z-index:999;
	cursor: pointer;
	-webkit-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	-moz-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	-o-transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
	transition: background 0.3s cubic-bezier(.17, .67, .88, 1.25), color 0.2s linear;
}
a.next:hover{
	background:url(../images/next_hover.png) no-repeat;
}
.pika-imgnav a.play {
	background: url(../images/play.png) no-repeat 0% 50%;
	height: 100px;
	width: 44px;
	top: 0;
	left: 50%;
	display: none;
	cursor: pointer;
}
.pika-imgnav a.pause {
	background: url(../images/pause.png) no-repeat 0% 50%;
	height: 100px;
	width: 44px;
	top: 0;
	left: 50%;
	display: none;
	cursor: pointer;
}
/* 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;
}
.pika-textnav a.next {
	float: right;
	width: auto;
	display: block;
}
/*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(../images/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;
}
