
.SlideShow {
	list-style: none; 
	color: #fff;
	display: none;
}
.SlideShow span {
	display: none;
}

.WrapperContainer {
	position: relative;
	overflow: hidden;
}

.WrapperContainer  * {
	margin: 0px;
	padding: 0px;
}

.FullSize {
	padding: 2px 0px; 
	background: #000;
	position: relative;
}

.Information { 
	margin-top: 5px;
}

.Information h3 {
	padding: 4px 8px 12px 3px; 
	font-size: 14px;
}

.Information p {
	padding: 0 2px 2px;
	font-size: 16px;
}

.ActiveImage {
	margin: auto;
	text-align: center;
}

.ActiveImage img {
	z-index: 250; 
	width: auto;
	height: 300px; 
}

.Thumbnails {
	position: absolute; 
	bottom: 0px; 
	background: #000; 
	color: #fff; 
	z-index: 300; 
	opacity: 0.7; 
	filter: alpha(opacity=70)
}

.Slider {
	width: 10000px;
}

.SlideArea {
	width: 100%;
	margin: 3px;
}

.Slider img {
	cursor: pointer; 
	border: 1px solid #666; 
	padding: 2px; 
	height: 40px;
}
.ControlSlide div {
	cursor: pointer;
}

.ControlSlideLeft {float:right; width:20px; height:20px; background:url(images/Prev.gif) left top no-repeat;}
.ControlSlideLeft:hover {background:url(images/PrevHover.gif) left top no-repeat;}

.ControlSlideRight {float:right; width:20px; height:20px; background:url(images/Next.gif) left top no-repeat;}
.ControlSlideRight:hover {background-color:#333;background:url(images/NextHover.gif) left top no-repeat;}

.ControlSlideCenter {float:right; width:20px; height:20px; background:url(images/Play.gif) left top no-repeat;}
.ControlSlideCenter:hover {background-color:#333;background:url(images/PlayHover.gif) left top no-repeat;}

.ControlSlidePause {float:right; width:20px; height:20px; background:url(images/Pause.gif) left top no-repeat;}
.ControlSlidePause:hover {background-color:#333;background:url(images/PauseHover.gif) left top no-repeat;}

.SlideMaximize {float:right; width:20px; height:20px; background:url(images/FullScreen.gif) left top no-repeat;}
.SlideMaximize:hover {background-color:#333;background:url(images/FullScreenHover.gif) left top no-repeat;}

.RemoveAlbum {float:right; width:20px; height:20px; background:url(images/Remove.png) left top no-repeat;}
.RemoveAlbum:hover {background-color:#333;background:url(images/RemoveHover.png) left top no-repeat;}

