.slider { float: none !important; width: 100% !important; padding: 0 !important; border: none !important; background: transparent !important;


}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.ie8 .nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	height: auto;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	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%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.5;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.5;
	filter:alpha(opacity=5);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption h2{
	color: #fff;
	font-size: 20px;
	width: 1000%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	width: 86%;
	margin: 4% 7% 0 7%;
	text-transform: uppercase;
}
.nivo-caption p {
	width: 86%;
	margin: 2% 7% 0 7%;
	font-size: 12px;
	color: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.nivo-caption .da-price {
	float: left;
	margin: 3% 0 0 7%;
	font-family: 'Economica', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
}
.nivo-caption .da-price sup {
	font-size: 16px;
}
.nivo-caption .da-link{
	float: right;
	margin: 3% 7% 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #af661a;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.11), inset 0 1px 0 #e37502
;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.11), inset 0 1px 0 #e37502
;
	box-shadow: 0 1px 1px rgba(0,0,0,.11), inset 0 1px 0 #e37502
;
	background-image: -moz-linear-gradient(bottom, #864b0e 0%, #d27f29 100%);
	background-image: -o-linear-gradient(bottom, #864b0e 0%, #d27f29 100%);
	background-image: -webkit-linear-gradient(bottom, #864b0e 0%, #d27f29 100%);
	background-image: linear-gradient(bottom, #864b0e 0%, #d27f29 100%);
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 15px;
	/*border: 1px solid #af661a;*/
}
.nivo-caption .da-link:hover{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*background-color: #af661a;
	border: 1px solid #e37502;*/
	-moz-box-shadow: 0 1px 0 #000, inset 0 1px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 0 #000, inset 0 1px 5px rgba(0,0,0,.4);
	box-shadow: 0 1px 0 #000, inset 0 1px 5px rgba(0,0,0,.4);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.09) -118.63%, rgba(255,255,255,.09) 31.37%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.09) -118.63%, rgba(255,255,255,.09) 31.37%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.09) -118.63%, rgba(255,255,255,.09) 31.37%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.09) -118.63%, rgba(255,255,255,.09) 31.37%);
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-nextNav {
	top: 0;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(../images/slider-arrows.png) 0 -83px no-repeat;
	text-indent: -9999px;
}
.nivo-nextNav:hover{
	background: url(../images/slider-arrows.png) -29px 0 no-repeat;
}
.nivo-prevNav {
	top:0;
	left: 10px;
	width: 30px;
	height: 30px;
	background: url(../images/slider-arrows.png) 0 0 no-repeat;
	text-indent: -9999px;
}
.nivo-prevNav:hover{
	background: url(../images/slider-arrows.png) 0 0 no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	display: none;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* ------------- pk100 ------------ */
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
/*    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/slider-arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    /*border-bottom:1px dotted #fff;*/
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}