
/************ SLIDESHOW ************/

#slideshow {
	height: 300px;
	width: 450px;
	overflow: hidden;
	margin-bottom: 4px;	
}
#slidePrevNext {
	position: relative;	
}
#slidePrevNext button {
	top: -165px;	
}
#slidePrevNext button {
	top: -300px;	
	height: 300px;
	background-position: -3000px 0;
	width: 200px;
}



#slidePlayPause {
	width: 16px;
	height: 16px;
	margin-right: 16px;	
	float: left;
	overflow: hidden;
}
#slidePlayPause button {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	border: none;
    cursor: pointer;
    background: transparent url(play-pause.png) no-repeat 0 0;
}
#slidePlayPause button.pause {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	border: none;
    cursor: pointer;
    background: transparent url(play-pause.png) no-repeat -16px 0;
}
#slideNav {
	float: left;
	margin-bottom: 30px;
}
#slideNav a {
	display: block;
	float: left;
	padding-left: 16px;
	overflow: hidden;
	width: 0px;
	height: 16px;
	margin-right: 2px;	
    background: transparent url(button-circle.png) no-repeat 0 0;
    text-decoration: none;
    border: 0px;
}
#slideNav a.activeSlide {
    background: transparent url(button-circle-white.png) no-repeat 0 0;
}


/* Slideshow for PE */

#slideshow-pe {
	height: 350px;
	width: 500px;
	overflow: hidden;
	margin-bottom: 4px;	
}


#slidePrevNext-pe {
	position: relative;	
}
#slidePrevNext-pe button {
	top: -165px;	
}
#slidePrevNext-pe button {
	top: -300px;	
	height: 300px;
	background-position: -3000px 0;
	width: 200px;
}



#slidePlayPause-pe {
	width: 16px;
	height: 16px;
	margin-right: 16px;	
	float: left;
	overflow: hidden;
}
#slidePlayPause-pe button {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	border: none;
    cursor: pointer;
    background: transparent url(play-pause.png) no-repeat 0 0;
}
#slidePlayPause-pe button.pause {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	border: none;
    cursor: pointer;
    background: transparent url(play-pause.png) no-repeat -16px 0;
}
#slideNav-pe {
	float: left;
	margin-bottom: 30px;
}
#slideNav-pe a {
	display: block;
	float: left;
	padding-left: 16px;
	overflow: hidden;
	width: 0px;
	height: 16px;
	margin-right: 2px;	
    background: transparent url(button-circle.png) no-repeat 0 0;
    text-decoration: none;
    border: 0px;
}
#slideNav-pe a.activeSlide {
    background: transparent url(button-circle-white.png) no-repeat 0 0;
}





