
		/*slideshow Plugin Styles*/
		#theslide {
			position:absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			background-color: white;
			overflow: hidden;
		}
		#theslide .field.field-type-image .field-items,
		#theslide .field .field-items {
			position:absolute;
			top: 0px;
			left: 0px; /*-100%;*/
		}
		#theslide .field-item,
		#theslide .slide-item {
			position: absolute;
			z-index: 0;
			background-color: white;
			/*overflow: hidden;*/
		}
		#theslide .field-item img,
		#theslide .slide-item img {
			position:absolute;
		}
		#theslide .field-item,
		#theslide .slide-item {
		}
		#theslide .prevslide, #theslide .nextslide{
			z-index: 1;
		}
		#theslide .activeslide{
			z-index: 2;
			display: block;
		}
		#slideshow-navigation {
			margin:0px auto;
			width:100%;
			top:50%;
			left: 0px;
			z-index: 3;
			position: fixed;
		}
		#slideshow-navigation #nextslide{
			float: right;
			margin-right: 12px;
			color: black;
		}
		#slideshow-navigation #prevslide{
			float: left;
			margin-left: 12px;
			color: black;
		}
		#slideshow-navigation #nextslide.hidden,
		#slideshow-navigation #prevslide.hidden {
			display: none;
		}
		#slideshow-navigation a, #slideshow-navigation a:hover {
			color: #fff;
			text-decoration: none;
		}
		#slideshow-navigation a.active, #slideshow-navigation a.active .button-content {
			background: #fff;
		}
		#theslide .slide-item object,
		#theslide .slide-item.video-content {
			background-color: black;
			background-position: center center;
			background-repeat: no-repeat;
			background-image: url(images/progress.gif);
		}
		#loading {
			position: absolute;
			top: 49%; 
			left: 49%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		.loading {
			background-position: center center;
			background-repeat: no-repeat;
			background-color: white;
			/*background-image: url(images/progress.gif);*/
			background-image: url(images/progress_white.gif);
		}
		.slide-item.loading,
		.node-content-teaser .teaser-image.loading {
			background-color: white;
			background-image: url(images/progress_white.gif);
		}
		.slide-item #loading,
		.node-content-teaser #loading {
			background-image: url(images/progress_white.gif);
		}
