.tx-gcgallery-pi1 img {
	padding: 0px !important;
	border: none !important;
}

/************************* GALLERYVIEW STYLES ***************************/

.gc_gallery_galleryview .gc_gallery {
	visibility: hidden;
}

/************************* CAROUSELVIEW STYLES **************************/

.gc_gallery_carouselview .gc_gallery {
	visibility: hidden;
}
.gc_gallery_carouselview .jcarousel-item {
	cursor: pointer;
}

/************************* LIGHTBOXVIEW STYLES **************************/

.gc_gallery_lightboxview .gc_gallery_lightboxview_cont {
	overflow: hidden;
	width: 100px;
	height: 100px;
}

.gc_gallery_lightboxview .thumb {
	cursor: pointer;
}

.gc_gallery_lightboxview .hidden {
	display: none;
}

/************************** TIMERVIEW STYLES ****************************/

.timedimageswap_image_1 {
	display: none;
}

.gc_gallery_timerview ul.gc_gallery {
	display: none;
}

.gc_gallery_timerview .gc_gallery_timerview_cont {
	position: relative;
}

.gc_gallery_timerview .timedimageswap_image {
	position: absolute;
	top: 0px;
	left: 0px;
}

.gc_gallery_timerview .timedimageswap_caption,
.gc_gallery_timerview .timedimageswap_caption_text {
	position: absolute;
	top: 0px;
	left: 0px;
}


/********************** GALLERIA AND JCAROUSEL STYLES **********************/

ul.gc_gallery {
	list-style: none;
	width: 100%;
}

ul.gc_gallery li{
	display: block;
	overflow: hidden;
	float:left;
	margin: 0px;
	padding: 0px;
}

ul.gc_gallery .thumb {
	cursor:pointer
}

.galleria_container {
	overflow: hidden;
	margin: auto;
}


/* jCarousel */
/*
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}

/* Skin */
.jcarousel-skin-gcgallery .jcarousel-container {
	position: relative;
}

.jcarousel-skin-gcgallery .jcarousel-container-horizontal {
	margin: auto;
}

.jcarousel-skin-gcgallery .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

/***************************** GRID VIEW STYLES *****************************/

.gc_gallery_clear {
	clear: both;
}

/***************************** LIGHTBOX STYLES *****************************/

#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;

	z-index:200;
	width:100%;
	height:auto;

	text-align:center;
	color:#333333;

	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;

	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox-imageBox {
	margin:0 auto;
	position:relative;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("../css/lightbox-blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */

	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev {
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext {
	left:auto;
	right:0;
	float:right;
}

#lightbox-infoFooter {
	display: none !important;
}
#lightbox-infoContainer-clear {
	clear:both;
	visibility:hidden;
}

/* -- FANCYBOX -- */
/* caption and download link */
#fancybox-title-inside { overflow: hidden; }
#fancybox-title-inside .imageCaption { float: left; }
#fancybox-title-inside .downloadLink { float: right; }