*{
	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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background: #000;
}
img{
	border: none;
}
a {
	color: #9ac80d;
	text-decoration:none;
}

a:hover {
	color: #c2ef37;
	text-decoration: underline;
}
#wrapper {
	width: 380px;
}

#webcams .cam{
	width: 125px;
	float: left;
	margin: 0 2px 8px 0;
}

#webcams .cam .imgbox{
	width: 125px;
	height: 94px;
	overflow: hidden;
	display: block;
	margin: 0 0 5px 0;
}

#webcams .cam img{
	width: 125px;
	/*display: block;
	margin: 0 0 5px 0;*/
}

#webcams .cam .buttons .profiel{
	font-size: 14px;
	font-weight: bold;
	width: 60px;
	height: 20px;
	display: block;
	color: #9ac80d;
	background: #353535;
	float: left;
	text-align: center;
}

#webcams .cam .buttons .chat{
	font-size: 14px;
	font-weight: bold;
	width: 60px;
	height: 20px;
	display: block;
	color: #171717;
	background: #9ac80d;
	float: right;
	text-align: center;
}

#webcams{
	margin: 0 -2px 0 0;
}

/*Gratis Video*/

.gratisvideo{
	margin: 0 auto;
	padding: 7px;
	width: 302px;
	background: url(../img/bgtiptop.gif) no-repeat;
}

.gratisvideo h1{
	display: none;
}

.gratisvideo .video{
	width: 300px;
	height: 228px;
	border: 1px solid #fff;
}

.gratisvideo .videobg{
	width: 300px;
	height: 228px;
	background: url(../img/videobg.png) no-repeat;
	display: block;
}

.gratisvideo .videobg:hover{
	width: 300px;
	height: 228px;
	background: url(../img/videobg2.png) no-repeat;
	display: block;
}

.gratisvideo .videopreview{
	width: 302px;
	height: 230px;
}

.gratisvideo .videocontent{
	width: 302px;
}

.gratisvideo .buttons{
	padding-top: 10px;
	width: 302px;
}

.gratisvideo .buttons .preview{
	width: 200px;
	height: 37px;
	background: url(../img/buttonstart.gif) no-repeat;
	display: block;
	margin: 0 auto;
	text-indent: -9999em;
	overflow: hidden;
}

.gratisvideo .buttons .stoppreview{
	width: 200px;
	height: 37px;
	background: url(../img/buttonstop.gif) no-repeat;
	display: block;
	margin: 0 auto;
	text-indent: -9999em;
	overflow: hidden;
}

.gratisvideo .buttons .toegang{
	width: 200px;
	height: 37px;
	display: block;
	margin: 5px auto 0 auto;
	background: url(../img/buttonkijk.gif) no-repeat;
	overflow: hidden;
}
