
.cp-contentslider.philips-dark {
	position: relative;
}

.cp-contentslider.philips-dark .pagewrapper {

	height:650px;
	
}

.cp-contentslider.philips-dark .content {
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	display: none;
}

/* navigation */

.cp-contentslider.philips-dark .navigation{
	position: absolute;

	width: 100%;
	height:23px;

	clear:both;

	padding-left: 145px;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.cp-contentslider.philips-dark .navigation .leftpart{
	background: url('menu_left.png') no-repeat;
	width:14px;
	height:28px;
	float:left;
}

.cp-contentslider.philips-dark .navigation .rightpart{
	background: url('menu_right.png') no-repeat;
	width:14px;
	height:28px;
	float:left;
}

.cp-contentslider.philips-dark .navigation .midpart{
	background: #515151;
	height:28px;
	float:left;
	position: relative;
    z-index: 2;
}

.cp-contentslider.philips-dark .navigation ul {
	float: left;
	margin:7px -7px 0 -4px;
}

.cp-contentslider.philips-dark .navigation ul li{
	float: left;
	list-style-type: none;
}

.cp-contentslider.philips-dark .navigation ul li a{
	background:transparent url(dots.png) no-repeat 0 -14px;
	width: 14px;
	height: 14px;
	display: block;
	cursor: pointer;
	margin-right: 5px;
}

.cp-contentslider.philips-dark .navigation ul li:last-child{
	margin:0px;
}

.cp-contentslider.philips-dark .navigation ul li a.active{
	background-position:0 0;
}

/* arrows */
.cp-contentslider.philips-dark .arrow_left{
	background:url(arrow_left.png) no-repeat 0px 0;
	width: 37px;
	height: 48px;
	display: block;
	float: left;
	cursor: pointer;
	position:absolute;
	top:50%;
	margin-top:-24px;
	left:-60px;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.cp-contentslider.philips-dark .arrow_left.disabled{
	/*display:none;*/
}

.cp-contentslider.philips-dark .arrow_right{
	background:url(arrow_right.png) no-repeat 0 0;
	width: 37px;
	height: 48px;
	display: block;
	float: left;
	cursor: pointer;
	position:absolute;
	top:50%;
	margin-top:-24px;
	right:-60px;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.cp-contentslider.philips-dark .arrow_right.disabled{
	/*display:none;*/
}