/******** THIS CSS IS ONLY INCLUDED IF TYPOSCRIPT includecss IS SET ********/

/***************** GALLERYVIEW PAGE SPECIFIC STYLES (SIZE) *****************/

.tx-gcgallery-pi1 {
	margin-top: 5px;
}

/* Thumbnail Size */
.gc_gallery_galleryview ul.gc_gallery li {
	width: 85px;
	height: 80px;
}

/* jCarousel Item Size (Set to same as Thumbnail size above) */
.gc_gallery_galleryview .jcarousel-list li,
.gc_gallery_galleryview .jcarousel-item {
    /* We set the width/height explicitly. No width/height causes infinite loops. */
  width: 85px;
  height: 80px;
}

/* jCarousel Container Size and Padding */
.gc_gallery_galleryview .jcarousel-skin-gcgallery .jcarousel-container-horizontal {
  width: 569px;
	padding: 10px 40px 10px 40px;
}

/* jCarousel Item Container Size */
.gc_gallery_galleryview .jcarousel-skin-gcgallery .jcarousel-clip-horizontal {
  width: 560px;
  height: 80px;
}

/* jCarousel Item Margins */
.gc_gallery_galleryview .jcarousel-skin-gcgallery .jcarousel-item-horizontal {
  margin-left: 2px;
  margin-right: 2px;
}


/**************** CAROUSELVIEW PAGE SPECIFIC STYLES (SIZE) *****************/

/* Thumbnail Size */
.gc_gallery_carouselview ul.gc_gallery li {
	width: 85px;
	height: 80px;
}

/* jCarousel Item Size (Set to same as Thumbnail size above) */
.gc_gallery_carouselview .jcarousel-list li,
.gc_gallery_carouselview .jcarousel-item {
  /* We set the width/height explicitly. No width/height causes infinite loops. */
  width: 85px;
  height: 80px;
}

/* jCarousel Container Size and Padding */
.gc_gallery_carouselview .jcarousel-skin-gcgallery .jcarousel-container-horizontal {
  width: 265px;
	padding: 10px 40px 10px 40px;
}

/* jCarousel Item Container Size */
.gc_gallery_carouselview .jcarousel-skin-gcgallery .jcarousel-clip-horizontal {
  width: 265px;
  height: 80px;
}

/* jCarousel Item Margins */
.gc_gallery_carouselview .jcarousel-skin-gcgallery .jcarousel-item-horizontal {
  margin-left: 2px;
  margin-right: 2px;
}

/**************** FISHEYE PAGE SPECIFIC STYLES (SIZE) *****************/

/* Thumbnail Size */
.gc_gallery_fisheyeview ul.gc_gallery li {
	width: 80px;
	height: 80px;
}

/* jCarousel Item Size (Set to same as Thumbnail size above) */
.gc_gallery_fisheyeview .jcarousel-list li,
.gc_gallery_fisheyeview .jcarousel-item {
  /* We set the width/height explicitly. No width/height causes infinite loops. */
  width: 80px;
  height: 80px;
}

/* jCarousel Container Size and Padding */
.gc_gallery_fisheyeview .jcarousel-skin-gcgallery .jcarousel-container-horizontal {
  width: 250px;
  height: 80px;
	padding: 10px 40px 10px 40px;
}

/* jCarousel Item Container Size */
.gc_gallery_fisheyeview .jcarousel-skin-gcgallery .jcarousel-clip-horizontal {
  width: 250px;
  height: 80px;
}

/* jCarousel Item Margins */
.gc_gallery_fisheyeview .jcarousel-skin-gcgallery .jcarousel-item-horizontal {
  margin-left: 2px;
  margin-right: 2px;
}

/**************** TIMERVIEW PAGE SPECIFIC STYLES (SIZE) *****************/

.gc_gallery_timerview {
	padding: 0px;
	clear: both;
	border: 0px;
}

/*************** LIGHTBOXVIEW PAGE SPECIFIC STYLES (SIZE) ****************/

.gc_gallery_lightboxview {
	border: 1px solid #d8d9db !important;
	padding: 4px !important;
}

.gc_gallery_lightboxview .gc_gallery_lightboxview_cont {
	overflow: hidden;
	width: 210px;
	height: 210px;
}

/********************** GALLERIA AND JCAROUSEL STYLES **********************/

.galleria_container div.caption {
	font-style: italic;
	text-align: center;
}

.gc_gallery_nav {
	clear: both;
	text-align: center;
}

.gc_gallery_slideshow {
	clear: both;
	text-align: center;
}

.jcarousel-skin-gcgallery .jcarousel-container {
	background: #f4f7fe;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-gcgallery .jcarousel-next-horizontal {
	position: absolute;
	top: 33px;
	right: 1px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(img/gc_gallery_next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-gcgallery .jcarousel-next-horizontal:hover {background-position: -32px 0;}
.jcarousel-skin-gcgallery .jcarousel-next-horizontal:active {background-position: -64px 0;}
.jcarousel-skin-gcgallery .jcarousel-next-disabled-horizontal,
.jcarousel-skin-gcgallery .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-gcgallery .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}

.jcarousel-skin-gcgallery .jcarousel-prev-horizontal {
	position: absolute;
	top: 33px;
	left: 7px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(img/gc_gallery_prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-gcgallery .jcarousel-prev-horizontal:hover {background-position: -32px 0;}
.jcarousel-skin-gcgallery .jcarousel-prev-horizontal:active {background-position: -64px 0;}
.jcarousel-skin-gcgallery .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-gcgallery .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-gcgallery .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

/***************************** LIGHTBOX STYLES *****************************/

#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration:underline;
	color:#999999;
}

#lightbox-overlay {
	z-index: 150;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	border:none;
	background-color:white;
	width:400px;
	height:400px;
}

#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0px;
}

#lightbox-infoContainer {
	color:#666;
	line-height:normal;
}
#lightbox-infoHeader {
	width:100%;
	text-align:center;
}
#lightbox-caption {
	line-height: 1.8;
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
}
#lightbox-caption-description {
	font-weight:normal;
}

/****************************** FE EDIT STYLES *****************************/

.gc_gallery_feedit table {
	width: 100%;
}

.gc_gallery_feedit table th {
	padding: 0px 0px 5px 0px;
}

.gc_gallery_feedit table td {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	vertical-align: middle;
}

.gc_gallery_feedit table th.image {width: 50px;}
.gc_gallery_feedit table th.delete {width: 70px;}

.gc_gallery_feedit table tr.content div.caption input {
	width: 96%;
	height: 21px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

.gc_gallery_feedit table tr.content div.image img {
	width: 32px;
	height: 23px;
	margin: 1px 0px 0px 0px;
}

.gc_gallery_feedit table tr.content div.delete {
	float: right;
}

.gc_gallery_feedit table tr.submit td {
}

.gc_gallery_feedit table tr.content div.delete input {
	height: 23px;
	margin: 0px;
}
.gc_gallery_feedit table tr.submit td input {
	height: 23px;
	margin: 0px;
}