


/* = jquery.slideshow.css
--------------------------------------------------- */


/* = Featured Content
--------------------------------------------------- */

#slideshow-wrapper {
	width: 950px;
    height:280px;
	/*height: <?php echo PADD_GALL_THUMB_H; ?>px;*/
	margin: 0px auto 0px auto;
	padding: 0;
	position: relative;
	z-index:999;
	overflow: hidden;
    border:15px #fff solid;
}


/* = Slide Show
--------------------------------------------------- */


#slideshow .item {
	width: 950px;
	position: relative;
	height: <?php echo PADD_GALL_THUMB_H; ?>px;
}
#slideshow .item .image {
	display: block;
	width: <?php echo PADD_GALL_THUMB_W; ?>px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#slideshow .item .image a {
	display: block;
	padding: 0;
}
#slideshow .item .image a img {
	border: 0 none;
	padding: 0;
	margin: 0;
    
}
#slideshow .item .image{
	overflow: hidden;
}
#slideshow-controller {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 999;
	padding: 0;
}
#slideshow-controller button {
	background: url('images/slideshow/button-featured.png') no-repeat -21px 0;
	width: 15px;
	height: 15px;
	margin: 0 4px;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
}
#slideshow-controller button span {
	display: none;
}
#slideshow-controller button.jqc-active {
	background-position: 0 0;
}
