/* CSS Document */
.googlewrapper { /* This is the viewing window */
	overflow: hidden; 
	border: 5px solid #afdc87; /* this is the border. should have the same value for the links */
	width: 810px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 400px;
	clear: both;
	background: #fff;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 0px; height: 0px; background: #fff; overflow: hidden; color:#fff; visibility:hidden; }
.csw .loading {text-align: left;}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 5px solid #bcbcbc; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 810px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 234px;
	clear: both;
	background: #fff;	
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 810px;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	position: relative;
	float:left;
	margin:0px;
	width: 810px; /* Also specified in  .stripViewer  above */
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	font-family:Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	background-color:#d9d9d9;
	border:5px solid #d9d9d9;
	position:relative;
	width: 800px; 
	height:auto;	
	float:left;
	clear: both;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:12px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:5px;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	padding: 0px;
	margin:0px;
}

.stripNav ul li {
	width:256px;
	float: left;
}

.stripNav a { /* The nav links */
/*	background-image:url(../images/SHARED/img_arrowpijp_2.jpg);
	background-repeat:no-repeat;
	background-position:left;	
	background-color:#e4e4e4;*/
	background-color:#fff;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 0 5px;
	margin-bottom:10px;
	margin-left:8px;
}

.stripNav a:hover {
	text-decoration: none;
	color: #ed1846;
}

.stripNav a:current {
	background-image:url(http://www.nlstreets.nl/images/SHARED/img_arrowpijp_1.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color: #ed1846;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 255px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display:block;
	height: 27px;
	width: 27px;
}

.stripNavL {
	left: 224px;
}

.stripNavR {
	right: 224px;
}

.stripNavL {
	background:url(http://www.nlstreets.nl/images/SHARED/btn_pijp_prev.jpg);
}

.stripNavR {
	background:url(http://www.nlstreets.nl/images/SHARED/btn_pijp_next.jpg);
}

.panel {
	margin:0px;
}

.panelimage {
	margin:0px;
	width:350px;
	float:left;
}

.panelcontent {
	vertical-align:top;
	margin:0px;
/*	padding-left:0px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;*/
	padding:0px;
	width:100%;
	height:234px;
}

.header {
	height:auto;
	/*text-transform: uppercase;*/
	font-size:16px;
	font-weight:bold;
	color:#ed1846;
}

a.headerlink, a.headerlink:link, a.headerlink:visited, a.headerlink:active { 
	font-size:16px;
	font-weight:bold;
	color:#ed1846;
}
a.headerlink:hover { 
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

.tekst {
	height:60%;

}
.button_bekijk_pagina{
	margin-top:20px; 
	padding:8px; 
	background:url(http://www.nlstreets.nl/images/SHARED/img_bg_visitcs.jpg) no-repeat 0px 0px; 
	width:114px; 
	height:34px;
}
.frame_complimentjes{
	padding-top:8px; 
	background:url(http://www.nlstreets.nl/images/SHARED/img_complimentje.jpg) no-repeat 0px 0px; 
	width:100%; 
	height:29px; 
	text-indent:40px; 
	color:#f58123; 
	font-size:16px; 
	font-weight:bold;
}
.paneltext{
	text-align:justify; 
	height:214px; 
	width:270px; 
	background-color:#e8e8e8; 
	float:left; 
	padding:10px; 
	border-right:1px solid #bcbcbc;
}
.buttons {
	margin-top:20px;
	height:30%;
}
.votes {
	font-size:10px;
}

.rating{
	color:#666666;
	height:100%;
	float:left;
	padding-right:10px;
	padding-top:5px;
}

.panelbuttons {
	background-color:#00FF00;
	padding-left:0px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	height:75px;
	color:#333333;
}
.cityspot_info_1{
	width:105px;  background-color:#FFFFFF; margin-left:20px; padding:10px; height:135px; float:left;
}
.cityspot_info_2{
	width:221px; margin-left:20px; padding:10px; background-color:#FFFFFF; height:135px; float:left;
}
.cityspot_leesverder{
	font-size:11px; line-height:1.4;
}
.cityspot_slider_tools{
	padding:10px; padding-right:0px;  height:214px; width:80px; background-color:#fff; float:left;
}
.sidebar_cs_map{
	visibility:hidden; display:block; width:10px; height:10px; overflow:hidden;
}