/*-------------------
	Photo area
--------------------*/


#photos{
	margin: 0px 10px 100px;
	overflow: hidden;
	width: 780px;
	
}

#photos:hover a{
	opacity:0.7;
	
}

#photos a,
#loadMore{
	background-position: center center;
	background-color: rgba(14, 14, 14, 0.3);
	float: left;
	height: 105px;
	margin: 5px 5px 	0 0;
	overflow: hidden;
	width: 140px;
	
	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border: 1px solid rgba(100%,100%,100%,.2);
	-moz-box-shadow: 0 0 0px #000, inset 0 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0px 1px #000;
	
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}

#photos a:hover{
	opacity:1;
}

#loadMore{
   	cursor: url("../../images/cursor_link.png"), auto;
	line-height: 110px;
	text-align: center;
	text-transform: uppercase;
	font-size:10px;
}

#loadMore:hover{
	color:#fff;
	text-shadow:0 0 4px #fff;
}


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


#camera{
	background:url('../img/cam_bg.png') no-repeat;
	z-index:100;
	height:525px;
	width:598px;
	position:fixed;
	bottom: -466px;
	left:50%;
	margin-left:-300px;

}


.camTop{
	background:url('../img/cam.png') no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	right: 279px;
	top: 17px;
   	cursor: url("../../images/cursor_link.png"), auto;
}

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

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

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

.buttonPane{
	text-align: center;
}

.tooltip{
	background:url('../img/tooltip.png') no-repeat;
	position:absolute;
	width:177px;
	height:146px;
	right: 138px;
	top: -120px;
}


.blueButton,
.greenButton{
	background:url('../img/buttons.png') no-repeat;
	text-shadow:0px 1px 0px #ebf167;
	color:#383838 !important;
	width:100px;
	height:38px;
	border:none;
	text-decoration:none;
	font-weight: bold;
	display:inline-block;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	margin: 0 4px;
}

.blueButton{
	background:url('../img/buttons.png') no-repeat right top;
	text-shadow:0px 1px 0px #00e3ea;
}

.blueButton:hover,
.greenButton:hover{
	text-shadow:0px 1px 0px #ebf167;
	background-position:left bottom;
	text-decoration:none !important;
}

.blueButton:hover{
	background-position:right bottom;
	text-shadow:0px 1px 0px #00e3ea;
}

.greenButton:active{
	text-shadow:0px 1px 0px #c1c738;
	position:relative;
	bottom:-1px;
}

.blueButton:active{
	text-shadow:0px 1px 0px #00c0c6;
	position:relative;
	bottom:-1px;
}


.hidden{
	display:none;
}
