*{
	margin:0;
	padding:0;
}

html {
background: url('../images/bg2.jpg') no-repeat top center fixed ;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	
}
#outer_container{
	position:fixed;
	bottom:-160px;	/*-160px to hide*/
	margin:0px 0px 30px 0px;
	height:100px;
	padding:0;
	/* -webkit-box-reflect:
		below 5px -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(transparent),
			color-stop(0.6, transparent),
			to(rgb(18, 18, 18))
		); */
}
#thumbScroller{
	position:relative;
	overflow:hidden;
}
#thumbScroller .container{
	position:relative;
	left:0;
}
#thumbScroller .content{
	float:left;
	height:126px; /* cb */
}
#thumbScroller .content div{
	margin-left:2px;
	margin-right:2px;
	height:100%;
}
#thumbScroller img{
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	height:120px;
}
#thumbScroller a{
	padding-left:2px; 
	padding-right:2px;
	outline:none;
}

.kenn_gl {
	border-bottom: 6px solid #aee76a;
}
.kenn_bl {
	border-bottom: 6px solid #6fcdec;
}
.kenn_r {
	border-bottom: 6px solid #da6363;
}
.kenn_o {
	border-bottom: 6px solid #e8c24c;
}
.kenn_g {
	border-bottom: 6px solid #4f9a42;
}
.kenn_v {
	border-bottom: 6px solid #ad5dbc;
}
.kenn_g {
	border-bottom: 6px solid #70b966;
}
.kenn_b {
	border-bottom: 6px solid #ad5dbc;
}

#wk_link {
	
	font-family: 'Great Vibes', sans-serif;
	font-size: 400%;
	text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.9);
	color: #B5FF93;
	padding-left: 25px;
	padding-right: 45px;
	margin-top: 43px;
	cursor: pointer;
}

#div_menu {
margin: 17px;
border: 1px solid #000;
background-color:rgba(0,0,0,0.7);
width: 300px;
border-radius: 15px 50px;
}

.fp_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/icons/pattern2.png) repeat-x bottom left;
}

.fp_thumbtoggle{
	height:50px;
	background:#000;
	width:200px;
	text-align:center;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	position:fixed;
	left:165px;
	margin-left:-100px;
	bottom:-50px;
	line-height:50px;
	cursor:pointer;
	opacity:0.8;
}
.fp_thumbtoggle:hover{
	opacity:1.0;
}
img.fp_preview{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}