/* Gallery + Carousel container */
.mediagallery-outer-frame
{
}

/* Gallery Container */
.mediagallery-outer-frame .gallery
{
	margin:auto;
	width:500px;
	height:300px;
	background-color:#282828;
}

/* Carousel Container */
.mediagallery-outer-frame .carousel { margin:auto;width:500px;height:120px;text-align:left; }

.mediagallery-outer-frame .mg-instance, 
.mediagallery-outer-frame .mgset-instance
{
	width:100%;
	height:100%;
	z-index:5;
	background-image:url('../../../../GetGradientImage.aspx?lgm=1&col1=%23cdcdcd&col2=%238b8b8b&w=1&h=300&sbf=1%2e0');
	font-family: Arial;
}

.mediagallery-outer-frame .mg-instance img.thumbnail, 
.mediagallery-outer-frame .mgset-instance img.thumbnail
{
	display:none;
}

.mediagallery-outer-frame .MediaGallery
{
	overflow:hidden;
	position:relative;
}

.mediagallery-outer-frame .MediaGallery img
{
	border:solid 1px black;
	margin:0;
}

.mediagallery-outer-frame .MediaGallery .slideElement
{
	width:100%;
	height:100%;
	/*background-color:#000;*/
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('img/loading-bar-black.gif');
}

.mediagallery-outer-frame .MediaGallery .loadingElement
{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('img/loading-bar-black.gif');
}

.mediagallery-outer-frame .MediaGallery .slideInfoZone
{
	position:absolute;
	z-index:10;
	width:100%;
	margin:0;
	left:0;
	bottom:0;
	height:60px;
	background:#333;
	color:#fff;
	text-indent:0;
	overflow:hidden;
	text-align:justify;
	cursor:pointer;
}

* html .mediagallery-outer-frame .MediaGallery .slideInfoZone
{
	bottom: -1px;
}

.mediagallery-outer-frame .MediaGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 12px;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.mediagallery-outer-frame .MediaGallery .slideInfoZone p
{
	padding: 0;
	font-size: 10px;
	margin: 2px 5px;
	color: #eee;
}

.mediagallery-outer-frame .MediaGallery div.carouselContainer
{
	position: absolute;
	height: 110px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.mediagallery-outer-frame .MediaGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.mediagallery-outer-frame .MediaGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0;
	left: 0;
	top: 0;
	height: 90px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.mediagallery-outer-frame .MediaExtCarousel
{
	height: 100%;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	background: #e6cd8d;
	color: #fff;
	border: 1px solid #000;
	border-top: 0px;
	font-family: Verdana;
}

.mediagallery-outer-frame .MediaGallery .carousel .carouselWrapper, 
.mediagallery-outer-frame .MediaExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.mediagallery-outer-frame .MediaGallery .carousel .carouselInner, 
.mediagallery-outer-frame .MediaExtCarousel .carouselInner
{
	position: relative;
}

.mediagallery-outer-frame .MediaGallery .carousel .carouselInner .thumbnail, 
.mediagallery-outer-frame .MediaExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.mediagallery-outer-frame .MediaGallery .wall .thumbnail, 
.mediagallery-outer-frame .MediaExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.mediagallery-outer-frame .MediaGallery .carousel .label, 
.mediagallery-outer-frame .MediaExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 2px;
	left: 10px;
	padding: 0;
	margin: 0px;
}

.mediagallery-outer-frame .MediaGallery .carousel .wallButton, 
.mediagallery-outer-frame .MediaExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.mediagallery-outer-frame .MediaGallery .carousel .label .number, 
.mediagallery-outer-frame .MediaExtCarousel .label .number
{
	color: #747474;
}

.mediagallery-outer-frame .MediaGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.mediagallery-outer-frame .MediaGallery a.right, 
.mediagallery-outer-frame .MediaGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;

/*
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
*/
}

* html .mediagallery-outer-frame .MediaGallery a.right, 
* html .mediagallery-outer-frame .MediaGallery a.left
{
	filter:alpha(opacity=50);
}

.mediagallery-outer-frame .MediaGallery a.right:hover,
.mediagallery-outer-frame .MediaGallery a.left:hover
{
/*
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity:0.8;
*/
}

.mediagallery-outer-frame .MediaGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/arrow-left.png') no-repeat center left;
}
.mediagallery-outer-frame .MediaGallery a.left:hover
{
	background-image: url('img/arrow-left-hover.png');
}
* html .mediagallery-outer-frame .MediaGallery a.left { background: url('img/arrow-left.png') no-repeat center left; } /* gif */

.mediagallery-outer-frame .MediaGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/arrow-right.png') no-repeat center right;
}
.mediagallery-outer-frame .MediaGallery a.right:hover
{
	background-image: url('img/arrow-right-hover.png');
}
* html .mediagallery-outer-frame .MediaGallery a.right { background: url('img/arrow-right.png') no-repeat center right; } /* gif */

.mediagallery-outer-frame .MediaGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.mediagallery-outer-frame .withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.mediagallery-outer-frame .withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

/*
* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
*/	
	
/* Gallery Sets */

.mediagallery-outer-frame .MediaGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.mediagallery-outer-frame .MediaGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.mediagallery-outer-frame .MediaGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.mediagallery-outer-frame .MediaGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.mediagallery-outer-frame .MediaGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.mediagallery-outer-frame .MediaGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.mediagallery-outer-frame .MediaGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.mediagallery-outer-frame .MediaGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.mediagallery-outer-frame .MediaGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

.mediagallery-outer-frame .carouselArrowContainer { padding-top: 70px; height: 25px; }
.mediagallery-outer-frame .carouselLeftArrow { float: left; width: 25px; height: 25px; }
.mediagallery-outer-frame .carouselLeftArrow a { display: block; position: absolute; width: 25px; height: 25px; background: url('img/arrow-left-mini.png') no-repeat center center; }
.mediagallery-outer-frame .carouselRightArrow { float: right; width: 25px; height: 25px; }
.mediagallery-outer-frame .carouselRightArrow a { display: block; position: absolute; width: 25px; height: 25px; background: url('img/arrow-right-mini.png') no-repeat center center; }

