.container-camera{
	height: 450px;
}

#topBar{
	background:url('../img/webcam/top_bar_bg.jpg') repeat-x;
	height:163px;
}


/*----------------------
	Camera slide up
-----------------------*/


#camera{
	height:525px;
	width:598px;
	position:fixed;
	/*bottom: -466px;*/
	left:50%;
	margin-left:-300px;
}

.camTop{
	background:url('../img/webcam/cam.png') no-repeat center center;
	width:100%;
	height:66px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

.settings{
	background:url('../img/webcam/settings.png') no-repeat;
	cursor: pointer;
	height: 28px;
	position: absolute;
	right: 37px;
	top: 390px;
	width: 30px;
}

.settings:hover{
	background-position:left bottom;
}

#screen{
	width:520px;
	height:370px;
	margin: 10px auto 22px;
	background:#ccc;
	
	line-height: 360px;
    text-align: center;
	color:#666;
}

.buttonPane{
	text-align: center;
}

.hidden{
	display:none;
}