.newSlider {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-right-color: rgb(139, 139, 139);
	position: relative;
}
.newSlider li {
	padding: 0px;
	width: 192px;
	height: 351px;
	overflow: hidden;
	display: block;
}
.horizontal.newSlider li {
	float: left;
}
.newSlider .kampanyaGeriSayim {
	background: rgb(0, 0, 0);
	height: 25px;
	right: 1px;
	bottom: 1px;
	line-height: 25px;
	display: none;
	position: absolute;
	z-index: 2;
}
.newSlider .kampanyaGeriSayim span.tarih {
	margin: 0px 10px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	float: left;
}
.newSlider .kampanyaGeriSayim span.tarih span {
	color: rgb(255, 255, 255);
	font-size: 14px;
}
.newSlider .indirimOraniContent {
	background: rgb(0, 0, 0);
	left: 1px;
	width: 600px;
	height: 24px;
	text-align: right;
	bottom: 1px;
	line-height: 24px;
	display: none;
	position: absolute;
	z-index: 3;
}
.newSlider .indirimOraniContent span {
	margin: 0px 5px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	float: left;
	white-space: nowrap;
}
.newSlider .active .kampanyaGeriSayim {
	display: block;
}
.newSlider .active .indirimOraniContent {
	display: block;
}
.inlineSlider {
	left: 70px;
}
