#slideshow {
	WIDTH: 316px;
	POSITION: relative
}
#controls {
	PADDING-RIGHT: 3px;
	/*DISPLAY: none;*/
	PADDING-LEFT: 3px;
	Z-INDEX: 1000;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px;
	PADDING-TOP: 3px;
	POSITION: absolute;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	right: 0px;
	bottom: 6px;
	background-color: #eaeaea;
}
#controls a {
	margin: 0px 1px 0px 1px;
	padding: 3px 0px 3px 0px;
}
.pics {
	WIDTH: 316px;
	HEIGHT: 110px;
	/*BACKGROUND-COLOR: #eee;*/
	font-size: 10px;
	
}
.pics DIV {
	FONT-SIZE: 16px;
	PADDING-BOTTOM: 0px;
	WIDTH: 316px;
	COLOR: #333;
	PADDING-TOP: 0px;
	HEIGHT: 105px;
	TEXT-ALIGN: left;
	font-size: 10px;
	overflow:hidden;
}
.pics DIV IMG {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	BACKGROUND: #fff;
	FLOAT: left;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px 10px 10px 0px;
	WIDTH: 150px;
	PADDING-TOP: 3px;
	HEIGHT: 100px
}
.pics a {
	TEXT-DECORATION: none;
	color: #000000;
	display:block;
}
.pics p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.nav {
	MARGIN: 5px 0px 10px 0px;
	padding: 1px 0px 5px 0px;
	text-align: left;
	Z-INDEX: 1001;
}
#nav A {
	/*BACKGROUND: #F3F3F3;*/
	MARGIN: 0px 1px;
	TEXT-DECORATION: none;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	padding: 1px 4px 1px 4px;
	border: 1px solid #666666;
}
#nav A.activeSlide {
	BACKGROUND: #666666;
	color: #ffffff;
}
#nav A:focus {
	outline: none
}
#prev {
	background: url(img/icons/control_rewind.png) no-repeat center center;
}
#prev:hover {
	background: url(img/icons/control_rewind_blue.png) no-repeat center center;
}
#play {
	background: url(img/icons/control_play.png) no-repeat center center;
}
#play:hover {
	background: url(img/icons/control_play_blue.png) no-repeat center center;
}
#next {
	background: url(img/icons/control_fastforward.png) no-repeat center center;
}
#next:hover {
	background: url(img/icons/control_fastforward_blue.png) no-repeat center center;
}
#pause {
	background: url(img/icons/control_pause.png) no-repeat center center;
}
#pause:hover {
	background: url(img/icons/control_pause_blue.png) no-repeat center center;
}

