div#slideshow {
	position: relative;
	background: #fff;
	width: 100%;
	text-align: left;
	font-size: 12px;
	margin: 20px 0 0 0;
}

div#slideshow a {
	font-size: 1em;
	text-decoration: none;
}

div#slide {
	position: relative;
	margin: 0 8px 0 12px;
	background: #000;
	width: 288px;
	height: 192px;
	border: 1px solid #909090;
}

div#slideshow_progress {
	width: 288px;
	margin: 8px 8px 0 12px;
	font-weight: 700;
	color: #009;
	text-align: center;
}

div#slideshow_controls {
	position: relative;
	background: #fff;
	width: 288px;
	height: 36px;
	margin: 0 8px 0 12px;
	border: 1px solid #909090;
}

div#slideshow_controls div {
	float: left;
	margin: 3px 18px;
	display: inline;
}

div#slideshow_controls div input.button { border: none; }

div#slideshow_controls #sc_frst {
	display: block;
	background: url(../images/slideshow_controls/frst.jpg) 0 0 no-repeat;
	width: 30px;
	height: 30px;
}

div#slideshow_controls #sc_prev {
	display: block;
	background: url(../images/slideshow_controls/prev.jpg) 0 0 no-repeat;
	width: 30px;
	height: 30px;
}

div#slideshow_controls #sc_next {
	display: block;
	background: url(../images/slideshow_controls/next.jpg) 0 0 no-repeat;
	width: 30px;
	height: 30px;
}

div#slideshow_controls #sc_last {
	display: block;
	background: url(../images/slideshow_controls/last.jpg) 0 0 no-repeat;
	width: 30px;
	height: 30px;
}

div#slideshow_controls div#sc_frst,
div#slideshow_controls div#sc_prev,
div#slideshow_controls div#sc_next,
div#slideshow_controls div#sc_last { background-position: 0 -30px; }

div#slideshow_controls input.button#sc_frst:hover,
div#slideshow_controls input.button#sc_prev:hover,
div#slideshow_controls input.button#sc_next:hover,
div#slideshow_controls input.button#sc_last:hover,
div#slideshow_controls input.button#sc_frst:visited:hover,
div#slideshow_controls input.button#sc_prev:visited:hover,
div#slideshow_controls input.button#sc_next:visited:hover,
div#slideshow_controls input.button#sc_last:visited:hover {
	background-position: 0 -30px;
}

div#categories {
	position: relative;
	width: 250px;
	height: 200px;
	float: right;
	text-align: left;
}

div#categories div {
	padding: 6px 0 0 6px;
}