/* Accommodation gallery css */
#room-gallery .pikachoose {width: 365px;}
/* Style the thumbnails */
#room-gallery .pika-thumbs{ height:45px; margin-top:10px; padding:5px;}
	#room-gallery .pika-thumbs li{ width: 84px; height:45px; padding: 0; overflow: hidden;
		float: left; list-style-type: none;cursor: pointer; margin-right:5px;}
	#room-gallery .pika-thumbs li.last {margin: 0 !important;}
	#room-gallery .pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: center; overflow: hidden;}
	#room-gallery .pika-thumbs li .clip img {height:45px; width:84px;}
/* The stage is the wrapper. The image fills 100% the height of the stage */
#room-gallery .pika-stage, .pika-textnav {width: 363px;}
#room-gallery .pika-stage {position: relative;  border: 1px solid #ffffff; text-align:center; height:241px;}
#room-gallery .pika-stage img{height:100%;}
#room-gallery .pika-stage .caption {position: absolute; background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px; 
			color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
	#room-gallery .pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}
/* Ths play, pause, prev and next buttons */
#room-gallery .pika-imgnav a {position: absolute; text-indent: -5000px; display: block; z-index:3;}
	#room-gallery .pika-imgnav a.previous {background: url(../images/gallery-prev.png) no-repeat left 45%; height: 100%; width: 15px; top: 10px; left: 10px;cursor:pointer;}
	#room-gallery .pika-imgnav a.next {background: url(../images/gallery-next.png) no-repeat right 45%; height: 100%; width: 15px; top: 10px; right: 10px;cursor:pointer;}
	#room-gallery .pika-imgnav a.play {background: url(play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	#room-gallery .pika-imgnav a.pause {background: url(pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}
/* The previous and next textual buttons */
#room-gallery .pika-textnav {display:none;}
#room-gallery .pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	#room-gallery .pika-textnav a.previous {float: left; width: auto; display: block;}
	#room-gallery .pika-textnav a.next {float: right; width: auto; display: block;}
/*for the tool tips*/
#room-gallery .pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
#room-gallery .pika-counter{display:none;}
/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
#room-gallery .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; }
	
#room-gallery .jcarousel-skin-pika {width: 354px; position:absolute; bottom:-60px; left:0px; z-index:10; padding:5px 6px;}
#room-gallery .jcarousel-skin-pika .jcarousel-container-horizontal {overflow:hidden;}
#room-gallery .jcarousel-skin-pika .jcarousel-clip-horizontal { width: 354px; overflow:hidden; }
#room-gallery .jcarousel-skin-pika .jcarousel-item-horizontal { margin: 0px 2px; }
#room-gallery  div#nav-bg { width: 365px; height:47px; padding:6px 0; position:absolute; z-index:5; bottom:-62px;}

	
/* Gallery Css */
/* Style the thumbnails */
#gallery-content .pika-thumbs{ padding: 0 16px;}
	#gallery-content .pika-thumbs li{ width: 69px; height:36px; padding: 0; overflow: hidden;
		float: left; list-style-type: none; cursor: pointer;}
	#gallery-content .pika-thumbs li:last {margin: 0;}
	#gallery-content .pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: center; overflow: hidden;}
	#gallery-content .pika-thumbs li .clip img {height:36px; width:69px;}
/* The stage is the wrapper. The image fills 100% the height of the stage */
#gallery-content .pika-stage, #gallery-content .pika-textnav {width: 800px;}
#gallery-content .pika-stage {position: relative;text-align: center; width: 800px;}
#gallery-content .pika-stage img{width:800px;}
#gallery-content .pika-stage .caption {position: absolute; background: #000; background: rgba(0,0,0,0.75); font-size: 11px; 
			color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
	#gallery-content .pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}
/* Ths play, pause, prev and next buttons */
#gallery-content .pika-imgnav {display:none;}
#gallery-content .pika-imgnav a { display: none; position: absolute; text-indent: -5000px; z-index:3;}
	#gallery-content .pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	#gallery-content .pika-imgnav a.next {background: url(../images/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
	#gallery-content .pika-imgnav a.play {background: url(play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	#gallery-content .pika-imgnav a.pause {background: url(pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}
/* The previous and next textual buttons */
#gallery-content .pika-textnav { display:none; overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
#gallery-content .pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	#gallery-content .pika-textnav a.previous {float: left; width: auto; display: block;}
	#gallery-content .pika-textnav a.next {float: right; width: auto; display: block;}
/*for the tool tips*/
#gallery-content .pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);}
#gallery-content .pika-counter{display:none; /*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 */		
#gallery-content .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; }
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
#gallery-content .jcarousel-skin-pika {width: 730px; position:absolute; bottom:0px; left:35px; z-index:10; padding:5px 0;}
#gallery-content .jcarousel-skin-pika .jcarousel-container-horizontal {overflow:hidden;}
#gallery-content .jcarousel-skin-pika .jcarousel-clip-horizontal { width: 730px; overflow:hidden; }
#gallery-content .jcarousel-skin-pika .jcarousel-item-horizontal { margin: 0px 2px; }
/* prev and next*/
#gallery-content div#nav-bg { width: 800px; height:36px; padding:6px 0; position:absolute; z-index:5; bottom:0px;}
#gallery-content #nav-prev {background: url(../images/gallery-prev.png) no-repeat; height: 15px; width:15px; position:absolute; z-index:20; bottom:15px; left:10px; cursor:pointer;}
#gallery-content #nav-next { background: url(../images/gallery-next.png) no-repeat; height: 15px; width:15px; position:absolute; z-index:20; bottom:15px; right:10px; cursor:pointer;}