/*** Examplecards Menu ***/
#examplecards_menu {
	float: left;
	width: 170px;
}

#examplecards_menu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 3px solid #d7d7d7;
	border-right: 3px solid #d7d7d7;
}

#examplecards_menu ul li {
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 15px;
}

#examplecards_menu ul li a:link,
#examplecards_menu ul li a:active,
#examplecards_menu ul li a:visited {
	display: block;
	color: #5d5d5d;
	text-decoration: none;
}

#examplecards_menu ul li a:hover,
#examplecards_menu ul li a.active {
	color: #4c9bd5;
}

#examplecards_menu ul li.attention a:hover {
	color: #ed2891;
}

.examplecards_menu_tb {
	border-top: 3px solid #d7d7d7;
	border-left: 3px solid #d7d7d7;
	border-right: 3px solid #d7d7d7;
}

.examplecards_menu_tl {
	background: url('/site/img/box/box_tl.gif') top left no-repeat;
	margin-left: -3px;
	margin-top: -3px;
	margin-right: -3px;
}

.examplecards_menu_tr {
	background: url('/site/img/box/box_tr.gif') top right no-repeat;
}

.examplecards_menu_th {
	height: 12px;
}

.examplecards_menu_bb {
	border-left: 3px solid #d7d7d7;
	border-right: 3px solid #d7d7d7;
	border-bottom: 3px solid #d7d7d7;
	position: relative;
	z-index: 1;
}

.examplecards_menu_bl {
	background: url('/site/img/box/box_bl.gif') bottom left no-repeat;
	position: relative;
	z-index: 2;
	margin: -3px;
}

.examplecards_menu_br {
	background: url('/site/img/box/box_br.gif') bottom right no-repeat;
	position: relative;
	z-index: 3;
}

.examplecards_menu_bh {
	height: 12px;
}

h2.examplecards_menu {
	padding: 0;
	margin: 0;
	color: #4c9bd5;
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 7px 0;
	font-size: 25px;
}

/*** Examplecards algemeen ***/
#examplecards_intro {
	margin-left: 45px;
	float: left;
	width: 580px;
}

#examplecards {
	float: left;
	width: 765px;
	margin-top: 5px;
	margin-left: 28px;
}

#examplecards #thumbs {
	height: 327px;
	/* voor ie6: */
	width: 765px;
	overflow:hidden;
}

.examplecard_thumb {
	float: left; 
	margin: 2px; 
	cursor: pointer;
	width: 105px;
	height: 105px;
}

.examplecard_thumb_overlay {
	background: url('/site/img/shapes/thumb-overlay.png') no-repeat;
	width: 105px;
	height: 105px;
}

/*
#examplecard_previous {
	float: left;
	width: 181px;
	height: 33px;
}

#examplecard_edit{
	float: left;
	width: 100%;
}

#examplecard_next {
	float: right;
	width: 181px;
	height: 33px;
}
*/

#examplecard_previous {
	float: left;
	left: 30px;
	position: relative;
	z-index: 3;
}

#examplecard_edit{
	top: 5px;
	position: relative;
	width: 100%;
	z-index: 1;
}

#examplecard_next {
	float: right;
	top: -20px;
	position: relative;
	right: 30px;
	z-index: 2;
}

#examplecard_edit a img {
	left: -20px;
	position: relative;
}

/*** Examplecards nav ***/
#examplecards #nav {
	text-align: center;
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 8px;
	height: 26px;
}

#examplecards #nav a:link,
#examplecards #nav a:active,
#examplecards #nav a:visited {
	color: #e3529d;
	text-decoration: none;
}

#examplecards #nav a:hover,
#examplecards #nav a.active {
	color: #5d5d5d;
}
