/* -------------------------------------
   Spinner (codewoord) jQuery component
   ------------------------------------- */
   
.cw-container {
	position: relative;
	float: left;
	width: 176px;
	height: 146px;
	padding-top: 50px;
	padding-left: 20px;	
	background: url('../images/codewoord_bg.png') no-repeat;
}   

.cw-container .arrow {
	position: absolute;
	z-index: 25;
	left: 0px;
	top: 75px;
	width: 40px;
	height: 40px;
	background: url('../images/codewoord_arrow.png') no-repeat;
}

.cw-container div.anmim {
	position: relative;	
	width: 155px;
	height: 99px;
	/* Font */
	font-family: verdana, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	color: black;	
	margin: 0; padding: 0;
}

.cw-container ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 30px 0;
	padding: 0;
	width: 155px;	
	text-align: center;
	list-style: none;	
	overflow: hidden;
	height: 25px;	
}

.cw-container li {	
	display: none;
}
.cw-container li a {	
	text-decoration: none; color: black
}

.cw-container .buttons {
	z-index: 1000;
}
.cw-container .buttons img {
	vertical-align: top;
}

/* ----------------------------------
   Expanding images jQuery component
   ---------------------------------- */

.xpg-container {
	position: relative;
	background: url('../images/xpg_bg.png') no-repeat;
	width: 330px;
	height: 195px;
	float: left;
}

.xpg-container .elements {
	position: relative;
	padding-left: 9px;	
	padding-right: 2px;		
	float: left;
	margin-top: 50px;
	height: 100px;
	width: 318px;
	text-align: center;	
}

.xpg-container .element {	
	/* Belangrijk: definieer geen padding, 
	   anders krijg je een twitch bij mouse over in IE. 
	*/
	position: relative;	
	float: left;	
	overflow: visible;
	margin-top: 20px;
	margin-right: 0px;
	font-size: 12px;
	width: 59px;
	height: 58px;			
	text-align: center;
}

.xpg-container .element.last { margin-right: 0px; }

.xpg-container .element img { width: 59px; height: 55px; }

.xpg-container .caption {
	clear: both;
	/* Font */
	font-family: verdana, sans-serif; 
	color: white;
	font-weight: bold;
	font-size: 15px;		
	margin: 0; padding: 0;
}

.xpg-container .caption ul {	
	position: relative;
	list-style: none;	
	overflow: hidden;	
	top: 0;
	left: 0;	
	width: 100%;	
	text-align: center;
	height: 25px;	
	margin: 0; padding: 0;
}

.xpg-container .caption li {	
	display: none;
	margin: 0; padding: 0;
}