/* Based on gallery jquery css for avdc invest */
.slideGallerySlider {
	position:relative;
}
.slideGallerySlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.slideGallerySlider a.slideGallery-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.slideGallery-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.slideGallery-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}


.slideGallery-caption.captionLeft {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:33%;
	z-index:89;
	height:220px;
	overflow:hidden;
}

#contents .page .slideGallery-caption p {
	padding:10px;
	margin:0;
}
.slideGallery-caption a {
	display:inline !important;
}
.slideGallery-html-caption {
    display:none;
}
.slideGallery-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.slideGallery-prevNav {
	left:0px;
}
.slideGallery-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.slideGallery-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.slideGallery-controlNav a.active {
	font-weight:bold;
}

#slider-wrapper {
    width:450px;
    overflow:visible;
    margin:0 auto 10px auto;
    padding-top:0px;
/*	background-color:#0F0*/
}
.buffer#slider-wrapper {height:440px;}
.gallerySlider.shallow .buffer#slider-wrapper {height:220px;}

#slider {
	position:relative;
	width:450px;
	height:409px;
	/* use the jquery to do this so we can degrade gracefully */
	background-image: url(spinner-black.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color:#000;
	display:none;
}


.gallerySlider.shallow #slider {
	position:relative;
	width:450px;
	height:220px;
	/* use the jquery to do this so we can degrade gracefully */
	background-image: url(spinner-black.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color:#000;
	display:none;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

#contents .page .slideGallery-controlNav {
	position:absolute;
	width:450px;
	margin:0 auto 10px auto;
	display:block;
/*	bottom:-42px;*/
	margin-top:419px;
	clear:both;
	z-index:51;
}
#contents .page .gallerySlider.shallow .slideGallery-controlNav { margin:180px 10px 0 249px;}


#contents .page .slideGallery-controlNav li { display:block; float:left; margin:0 20px 0 0; padding:0 0 0 0; }
#contents .page .gallerySlider.shallow .slideGallery-controlNav li { margin:0 19px 0 0; }
.slideGallery-controlNav a {
	display:block;
	padding:5px 10px;
	/*background:url(../../graphics/default/bullets.png) no-repeat;*/
	/*text-indent:-9999px;*/
	border:0;
	float:left;
	background-color:#404e54;
	color:#f3ce00;
}

.slideGallery-controlNav a.active {
	/*background-position:0 -22px;*/
	background-color:#f3ce00;
	color:#404e54;
}

.slideGallery-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.slideGallery-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.slideGallery-prevNav {
	left:15px;
}

.slideGallery-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	clear:both;
	
	
	}
.slideGallery-caption a { 
    text-decoration:underline;
}
.slideGallery-caption a:hover { text-decoration:none;}

#contents .page  .slideGallerySlider .promo .promoTitle p { margin-bottom:0; padding-bottom:0; line-height:normal}

/* degrade view */
.degradeView {  }
/*ul.degradeView li { display:inline-block; color:#000}*/