@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

/*Floatfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end Floatfix*/

body{
	background: #000;
}

#tickerbg{
	height: 252px;
	width: 650px;
	background: #000 url(../img/background.jpg) no-repeat top right;
}

.ticker{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: url(../img/message.png) no-repeat center bottom;
	padding: 0 0 27px 0;
}

.ticker a{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.ticker a:hover{
	text-decoration: underline;
}

.pdologo{
	border: none;
	background: url(../img/logo_nieuw.png) no-repeat;
	display: block;
	width: 449px;
	height: 38px;
}

.ticker .navprevious{
	position: absolute;
	display: block;
	height: 28px;
	width: 28px;
	background: url(../img/arrow_left.png) no-repeat;
	top: 80px;
	left: 12px;
}

.ticker .navnext{
	position: absolute;
	display: block;
	height: 28px;
	width: 28px;
	background: url(../img/arrow_right.png) no-repeat;
	top: 80px;
	left: 540px;
}

.ticker .slider{
	width: 480px;
	margin: 10px auto 0 50px;
}

.ticker .item{
	width: 120px;
	float: left;
}

.ticker .item p{
	text-align: center;
	font-weight: bold;
}
	
.item p a{
	text-transform:lowercase
}

.ticker .item .pdofoto{
	width: 110px;
	height: 129px;
	display: block;
	margin: 6px auto;
	border: 1px solid #fff;
}

.ticker .item .button{
	display: block;
	border: 1px solid #a30101;
	text-align: center;
	background: url(../img/button.png) repeat-x;
	height: 15px;
	width: 80px;
	padding: 3px 3px 0 3px;
	margin: 0 auto;
	font-size: 11px;
}
