/* slide show */

#Slideshow { 
	height: 280px;
	padding:10px 58px 10px 10px;

	overflow: hidden;
	}
#SlideTop, #SlideRepeat, #SlideBottom, .slidePrev, .slideNext,
#slidePager {
	position: relative;
	z-index: 29;}

#Slides {
	margin-top: 25px; /* without this #SlideBottom will overlap #Main */
	text-align:center;
	vertical-align:middle;
	overflow: hidden;
	}
	
a.slidePrev, a.slideNext {
	display: block;
	z-index: 30;
	top: -140px;
	width: 50px;
	height: 64px;}
a.slidePrev {
	float: left;
	left:-15px;
	background: transparent url("../images/slide-previous.png") no-repeat 0 0;}
a.slideNext {
	float: right;
	right:-18px;
	background: transparent url("../images/slide-next.png") no-repeat 0 0;}

a.slidePrev:hover, a.slideNext:hover { background-position: 0 -64px;}
	
#slidePager {
	top: -32px;
	float: right;
	margin:0 -35px 0 0;}
#slidePager a, #slidePager a:visited {
	float: left;
	width: 16px;
	height: 15px;
	overflow: hidden;
	background: transparent url("../images/slide-pager.png") no-repeat 0 0;
	text-decoration: none;
	text-indent:-1234px;}
#slidePager a:hover {
	background-position: -16px 0;}
#slidePager a.activeSlide {
	background-position: -32px 0;}

/* slide show - cu3er */

#Slideshow-cu3er {
	width:660px; 
	height: 400px; 
	text-align: center; }
	/*background:transparent url("../images/pageBg-repeat.png") repeat-y 0 0;}*/
#cu3erShadow {
	width:660px; 
	height:360px; 
	padding:15px 0 25px; }
	/*background:transparent url("../images/cu3er-shadow.png") no-repeat 0 0;}*/
	
/* slide show - GalleryView */

#SlideShow-GalleryView {
	width:660px;
	height: 400px; }
	/*background:transparent url("../images/pageBg-repeat.png") repeat-y 0 0;}*/
#SlideShow-GalleryView #GalleryView	{ height:938px; height:340px; overflow:hidden; margin:0 0 0 26px; }
#GalleryView .filmstrip li {background: none;} /* prevents image based bullets */
