#newsticker-demo { 
	width: 520px;
	margin: 0px;
	clear: both;
}

.newsticker-jcarousellite {
	width: 520px;
	margin: 0px;
}

.newsticker-jcarousellite ul li {
	list-style: none;
	display: block;
	padding-bottom: 1px;
	margin-bottom: 5px;
	height: 60px;
}

.clear {
	clear: both;
}

#inprint-demo { 
	float: left;
	width: 500px;
	margin: 0px;
}

.inprint-jcarousellite {
	position:relative;
	width: 500px;
	left:40px;
	margin-left: 10px;
	z-index:2;
}

.inprint-jcarousellite ul li {
	list-style: none;
	display: block;
	padding-bottom: 1px;
	margin-bottom: 5px;
	height: 280px;
	width:166px;
}

.inprintPrev {
	float: left;
	text-decoration: none;
	/*background: url("../images/inPrintPrev.png") no-repeat;*/
	background: url("../images/prev-horizontal.png") no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	height: 73px;
	width: 17px;
	/*width:15px;
	height:220px;
	margin-top: 30px;*/
	margin-top: 90px;
	z-index:1;
}

.inprintNext {
	float: right;
	text-decoration: none;
	/*width: 15px;
	height: 220px;
	background: url("../images/inPrintNext.png") no-repeat;*/
	height: 73px;
	width: 17px;
	background: url("../images/next-horizontal.png") no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	/*margin-top: 30px;*/
	margin-top: 90px;
	z-index:3;
}

.nbkidsPrev {
	float: left;
	text-decoration: none;
	background: url("../images/nbkidsPrevNew.png") no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	height: 20px;
	width: 90px;
	/*margin-top: 5px;*/
	z-index:1;
}

.nbkidsNext {
	float: right;
	text-decoration: none;
	height: 20px;
	width: 90px;
	background: url("../images/nbkidsNextNew.png") no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	/*margin-top: 5px;*/
	z-index:3;
}
