

a{
	text-decoration:none;
}

body, html{
	overflow:hidden !important;
	width:100% !important;
	height:100% !important;	
	margin:0;
	padding:0;
	background:#000;
}

#wall-top{
	width:100%;
	height:0px;
	background:#000;
	float:left;
}

#wall-top h1{
	float:left;
	margin:0;
	padding:0 0 0 20px;
	height:0px;
	line-height:80px;
	color:#fff;
	font-family: 'News Cycle', sans-serif;
	font-size:26px;
}

#wall-top a{
	float:right;
	margin:0;
	padding:0 20px 0 0;
	height:0px;
	line-height:80px;
	color:#fff;
	font-family: 'News Cycle', sans-serif;
	font-size:16px;
}

#wall-top a:hover{
	color:#09c;
}

#wall-co
{
position:relative;
width:1190px;

height:510px;
overflow:hidden;
margin:0 auto;
}

#wall-container{
	overflow:hidden;
	
	
	position:absolute;
	top:0px;
}

#wall-loading{
	width:100%;
	height:100%;
	z-index:101;
	background:#000 url(../img/loading.gif) bottom no-repeat;
	
	opacity:0.9;
	-moz-opacity:0.9;
	position:absolute;	
}

#wall-detail{
	width:100%;
	height:100%;
	z-index:100;
	background:url(../img/overlay2.png);
	display:none;
	position:absolute;
}


.wsall-detail-controls{
	width:100%;
	height:100%;
	position:relative;
	
	opacity:.5;
	-moz-opacity:0.5;
}


.wall-detail-info{
	position:fixed;
	right:20px;
	bottom:-420px;
	background:url(../img/overlay2.png);
	color:#fff;
	padding:10px 35px;
	font-size:32px;
	font-family: 'News Cycle', sans-serif;
	z-index:99;
}

#wall-items{
	float:left;
}

.wall-item{
	float:left;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	display:none;
	position:relative;	
	border:#000000 1px solid;
	background-size:100%;
}

.wall-item .hide{
	display:none;	
}

.wall-item a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	
	
	
}
.wall-item a span.overlay
{
position:absolute;
background:url(../img/overlay2.png);
width:100%;
height:100%;
}
.wall-item:hover a{
	background:none;
	
	opacity:1;
	-moz-opacity:1;
}

	
	

.wall-item .title{
	position:absolute;
	font-size:22px;
	color:#fff;
	bottom:10px;
	right:10px;
	text-align:right;
	display:none;
	font-family: 'News Cycle', sans-serif;
}

.jmFullWall-next{
	position:absolute;
	right:20px;
	top:45%;
	width:48px;	
	height:48px;	
	z-index:1;
	background:url(../img/next.png) center right no-repeat;
}

.jmFullWall-next:hover{
}


.jmFullWall-prev{
	position:absolute;
	left:20px;
	top:45%;
	width:48px;	
	height:48px;	
	z-index:1;
	background:url(../img/prev.png) center left no-repeat;
}

.jmFullWall-prev:hover{
}


.jmFullWall-close{
	position:absolute;
	top:20px;
	right:20px;
	background:url(../img/close.png);
	width:48px;	
	height:48px;	
	z-index:1;
}

.jmFullWall-ZoomIn{
	width:48px;
	height:48px;
	top:78px;
	right:20px;
	background:#000;
	position:absolute;
	z-index:999;
	cursor:pointer;
	color:#fff;
	text-align:center;
	font-weight:bold;
	line-height:48px;
	font-size:36px;
}

.jmFullWall-ZoomOut{
	width:48px;
	height:48px;
	top:136px;
	right:20px;
	background:#000;
	position:absolute;
	z-index:999;
	cursor:pointer;
	color:#fff;
	text-align:center;
	font-weight:bold;
	line-height:44px;
	font-size:36px;
}


#grad_left,
		#grad_right {
			width: 100px;
			height: 510px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('../../res/img/grad-left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('../../res/img/grad-right.png') repeat-y;
			}

