/*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: 144px; height:74px;}
.pika-stage {height: 270px; width:600px;margin:0 auto;}
.pika-stage a{text-align:center;display: block; overflow: hidden; width: 600px; height:100%;}
pika-imgnav a, .pika-stage caption a, .pika-stage pika-aniwrap a, .pika-stage pika-textnav a{display: inline; width:auto; overflow:auto; height:auto;}

h1{color:#780158; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14pt;font-weight:bold;line-height:normal;}
body{font-family: sans-serif;background:#FCFCFC;}
/*a{color:white;}*/
.pikachoose {width: 500px; margin: 0 auto;}
.pika-stage {position: relative;border: 1px solid #ccc; padding:5px;
	-moz-box-shadow: 1px 1px 2px #ccc;-webkit-box-shadow: 1px 1px 3px #ccc;box-shadow: 1px 1px 3px #ccc;}

	/*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: 0px; left: 0px;}
	.pika-stage .pika-aniwrap{position: absolute; top: 0px; left: 0px; width:600px; overflow:hidden; text-align:center;}
	.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(/css/galerie/75-black.png);  border: 1px solid #141414; font-size: 11px; 
			color: #fafafa; padding: 10px; text-align: right; bottom: 10px; right: 10px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;cursor:pointer;}
	.pika-imgnav a.previous {
	width:25px;height:40px;opacity:0;
	-webkit-transition: opacity 300ms linear;
	top:120px;
	background:url(/css/galerie/btn_previous.jpg) no-repeat scroll 0px 0px;
		/*-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);top:45%;left:10px;}*/
		}
	.pika-imgnav a.next {
		width:25px;height:40px;opacity:0;
		-webkit-transition: opacity 300ms linear;right:5px;
		top:120px;
		background:url(/css/galerie/btn_next.jpg) no-repeat scroll 0px 0px;
		/*-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);top:45%*/
		
		}
	.pika-imgnav a:hover{opacity:.6;-webkit-transition: opacity 300ms linear;}	

	.pika-imgnav a.play  {border-color: transparent transparent rgba(255,255,255,.7);border-style: solid;border-width: 0 0 25px 25px;height: 0;width: 0;position:absolute;
		-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);top:14px;left:47%;display:none;}
	.pika-imgnav a.pause {display:none;border-left:5px solid rgba(255,255,255,.7);border-right:5px solid rgba(255,255,255,.8);height: 30px;width: 14px; position:absolute;top:10px;left:47%;}

.pika-textnav {display:none;}
	
.pika-thumbs {margin: 10px 0 0 0; padding: 0; float:left; }
	.pika-thumbs li {float: left; list-style-type: none;padding:5px; margin: 7px; border: 1px solid #ccc; cursor: pointer;
		-moz-box-shadow: 1px 1px 3px #ccc;-webkit-box-shadow: 1px 1px 3px #ccc;box-shadow: 1px 1px 3px #ccc;}

		.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;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}
	
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 15px 20px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 485px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}






/*========= J CARROUSSEL ===============*/
.jcarousel-clip-horizontal{
    width:510px;
    overflow:hidden;
    left:47px;}

.jcarousel-container{
    position:relative;
    width:610px;
    padding-top:8px;
    height:100px;
   	/*z-index:10;*/
    overflow:hidden;
    top:10px;
    left:0px;
	margin:0 auto;
}

.jcarousel-prev,.jcarousel-next{
    width:35px;
    height:44px;
    background:url(/css/galerie/controls.png) top left no-repeat;
    display:block;
    position:absolute;
    right:20px;
    top:36px;
    cursor:pointer;
    opacity:0.6;}

.jcarousel-prev:hover, .jcarousel-next:hover{
    filter:alpha(opacity=100);
    opacity:1.0;}

.jcarousel-prev-disabled:hover, .jcarousel-next-disabled:hover, .jcarousel-next-disabled, .jcarousel-prev-disabled{
    filter:alpha(opacity=30);
    opacity:0;}

.jcarousel-next{
    background-position: -30px -310px;}

.jcarousel-prev{
    background-position: 0 -310px;
    left:15px;}

a.first, a.last{
    height:50px;
	}
	