/**
 * @Name         	Theme Joomla Power Slide Display Module
 * @URL          	http://powerslide.themejoomla.com
 * @version      	$Id: powerslide.css 1 lumo $
 * @package      	Joomla (1.5.x)
 * @subpackage   	Power Slide Display Module
 * @copyright    	Copyright (C) Theme Joomla, HubStar. All rights reserved. E & OE
 * @license       GNU GPL General Public License http://www.gnu.org/licenses/
 */

/*Main Power Slide CSS File*/

#flickrGallery { width: 500px; height: 334px }
#myGallery img.thumbnail, #myGallerySet img.thumbnail { display: none }
.jdGallery { overflow: hidden; position: relative; }
.jdGallery img { border: 0; margin: 0 }
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 25%;
	background: none;
	background-image: url('../images/core/transparent.png');
	color: #fff;
	text-indent: 0;
	overflow: hidden }

.jdGallery div.carouselContainer{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0 }

.jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #000;
	color: #fff;
	text-indent: 0;
	overflow: hidden }

.jdExtCarousel { overflow: hidden; position: relative }
.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden }

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner { position: relative }
.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail {
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff }

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail { margin-bottom: 10px }
.jdGallery .carousel .label, .jdExtCarousel .label {
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0 }

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton {
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer }

.jdGallery .carousel .label .number, .jdExtCarousel .label .number { color: #b5b5b5 }
.jdGallery a { font-size: 100%; text-decoration: none; color: inherit }
.jdGallery a.left {
	left: 0;
	top: 0;
	background: url('../images/core/fleche1.png') no-repeat center left }

.jdGallery a.right {
	right: 0;
	top: 0;
	background: url('../images/core/fleche2.png') no-repeat center right }

.jdGallery a.open {
	left: 0;
	top: 0;
	width: 100%;
	height: 100% }

.withArrows a.open:hover { background: url('../images/core/open.png') no-repeat center center; }

/* Gallery Sets */
.jdGallery .gallerySelector h2 { margin-left: 10px; padding: 0px }
.jdGallery .gallerySelector .gallerySelectorWrapper { overflow: hidden }

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview {
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px }

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3:hover {text-decoration: underline }

/* Lightbox styling */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
	z-index: 100 }

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000000;
	z-index: 101 }

#lbImage {
	border: 15px solid #000000;
	border-bottom: none;
	background-repeat: no-repeat }

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none }

#lbPrevLink {left: 0 }
#lbNextLink {right: 0 }
#lbPrevLink:hover { background: transparent url(../images/core/prevlabel.png) no-repeat 0% 15% }
#lbNextLink:hover { background: transparent url(../images/core/nextlabel.png) no-repeat 100% 15% }

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	border: 15px solid #000000;
	background-color: #000000;
	text-indent: 5px }

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/core/closelabel.png) no-repeat center;
	margin: 5px 0 }

#lbCaption, #lbNumber {margin-right: 71px }
#lbCaption {font-weight: bold; font-size: 30px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 10px }

/*Various CSS*/
.read_more a:hover {text-decoration: underline }
.jdGallery p.info {font-style: italic }
.jdGallery p.count {font-size: 11px }

/*Credits CSS*/
.ps_credits {position: absolute; left: 5000px; top: 0px; display: none }
