.arrow {
	position: absolute;
	top: 50%;
}
.arrow.next {
	right: 0;
}
.arrow.prev, .arrow.next {
	background-color: rgba(126, 126, 126, 0.7);
	cursor: pointer;
	padding: 20px 10px;
	color: #fff;
}
.arrow.prev:hover, .arrow.next:hover {
	background-color: #eb2427;
	color: #fff;
}
.theme-default {
	position: relative;
}
.theme-default .nivoSlider {
	margin-bottom: 0;
	min-height: 300px;
}
.nivo-controlNav {
	position: absolute;
	bottom: 0;
	margin:0 auto;
	width: 100%;
	z-index: 999
}
.theme-default .nivo-controlNav {
	padding: 20px 0 35px;
}

.prod-ads a {
	display: block;
	margin-bottom: 5px;
}
.prod-ads .span3 {
	position: relative;
}
.prod-ads .new {
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 11px;
	background-color: red;
	color: #fff;
	padding: 2px 9px;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}