 
#slider-wrapper{clear:both;display:table;width:1002px; height:249px; overflow: hidden;}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	z-index:1
}
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}

.nivo-directionNav a {
	position:absolute;
	top:97.6%;
	z-index:8;
	cursor:pointer;
}
.nivo-prevNav,.nivo-nextNav {
	display: none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


.nivo-directionNav {
	display: none;
}

/*
Custom Nivo Slider Default Theme
Author:Manh
*/

.nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	height:249px;
	width:1002px;
	margin:0 auto;
	border:none;
}
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav a,.nivo-directionNav a{
	background-image:url(../images/sprite.png);
	background-repeat:no-repeat
}
.nivo-controlNav {
	position:absolute;
	right:15px;
	bottom:0px;
	height:42px;
    margin-left:-63px; /* Tweak this to center bullets */
	z-index:10
}

.nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	text-indent:-9999px;
	border:0;
	margin:12px 3px 0 3px;
	float:left;
	background-position:-4px 1px;
	
}
.nivo-controlNav a:first-child{
	margin-left:11px;
}
.nivo-controlNav a.active {
	background-position:-4px -15px
}

.nivo-directionNav a {
	display:block;
	width:70px;
	height:30px;
	text-indent:-9999px;
	border:0;
}
#piece-maker-slider{
	width:1002px;
	height:249px;
	margin:0px auto;
}