#ss_slideshow {
	background:url(/images/movie.foot.gif) no-repeat bottom #706861;
	padding:10px;
	position:relative;
	width: 302px;
}

#ss_slideshow h1 {
	font-family: Helvetic, Arial, sans-serif;
	font-weight:bold;
	font-size: 1em;
	color: #ccc;
	float: left;
	margin: 0;
	padding: 0;
}

#ss_player {
	position: absolute;
	margin-top: 30px;
	background-color: #332B23;
	width: 266px;
	height: 200px;
	clear:both;top:10px;left:7px;
}

#ss_description {
	margin-top: 230px ;
}

#ss_description p {
	font-size: .85em;
	line-height: 1.1em;
	color: #ccc;
}

#ss_description a {
	padding-left: .3em;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/smoothshow/link.gif) right center no-repeat;
}

#ss_description a:link {color: #fff;}
#ss_description a:visited {color: #fff;}
#ss_description a:hover {color: #332B23;}
#ss_description a:active {color: #332B23;}

#ss_title {
	overflow: hidden;
}

#ss_controls {
	float: left;
}

#ss_controls a {
	display: block;
	width: 23px;
	height: 19px;
	text-decoration: none;
	text-indent: -2000px;
	background-color: #4C494A;
}
#ss_controls a:hover {background-color: #323232;}
#ss_controls a:active {background-color: #000;}

#ss_pauseplay {
	background: url(../images/smoothshow/pauseplay.gif) no-repeat;
}

.ss_pause { background-position: 0 0; }
#ss_pauseplay.ss_play { background-position: -23px 0; }

#ss_slidepicker {
	position: relative;
	padding-bottom: 0px;
	height: 63px;
}

#ss_slidepicker_previous, #ss_slidepicker_next {
	background-color: #4C494A;
	width: 30px;
	height: 63px;
	overflow:hidden;
	display: block;
	float: left;
	text-indent: -2000px;
}
#ss_slidepicker_previous {
	z-index: 5000;
	position: absolute;
	left: 0px;
	background: #4C494A url(../images/smoothshow/previous.gif) no-repeat center center;
}
#ss_slidepicker_next {
	z-index: 5001;
	background: #4C494A url(../images/smoothshow/next.gif) no-repeat center center;
}

#ss_slidepicker_previous:hover,#ss_slidepicker_next:hover {background-color: #323232;}
#ss_slidepicker_previous:active,#ss_slidepicker_next:hover {background-color: #000;}

#ss_slidepicker_previous a, #ss_slidepicker_next a {
	color: #fff;
}

#ss_slidepicker_imagepane_wrapper {
	height: 63px;
	width: 470px;
	overflow: hidden;
	float: left;
}

#ss_slidepicker_imagepane {
	height: 63px;
	padding-left: 30px;
}

#ss_slidepicker_imagepane_back {
	position: absolute;
	left: 30px;
	z-index: -1;
	height: 63px;
	background-color: #000;
}

#ss_slidepicker_imagepane img {
	margin: 4px;
	width: 80px;
}

#ss_slidepicker_imagepane a img {border: 1px solid #fff;}
#ss_slidepicker_imagepane a:hover img {border: 1px solid #f90;}
#ss_slidepicker_imagepane a:active img {border: 1px solid #000;}

.slideshow_album {
	font-size: .8em;
	width: 300px;
	height: 94px;
	padding: 4px;
	margin: 4px;
	border-top: 1px solid #dedede;
}

.slideshow_album h3, .slideshow_album p {margin: 0; padding: 0;}

.slideshow_album img {
	float: left;
	margin-right: 8px;
}

.slideshow_album a img {border: 1px solid #999;}
.slideshow_album a:hover img {border: 1px solid #f90;}
.slideshow_album a:active img {border: 1px solid #000;}




