/*
 *
 * default.css
 *
*/
* {
  box-sizing: border-box;
}

body 
{ 
	border: 0px solid #585656;
	border-radius: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

body#tb {
	max-width: 1300px;
}

iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

div#leftbar {
	background-image: url(vkbg.jpg);
	border-radius: 5px;
	padding-bottom: 25px;
	position:absolute;
	width: 0; /*220px*/
	left:0;
}
div#mainbar {
	width: 100%; /*873px/978px;*/
	position:absolute;
	height: 3500px;
	top:0;
	left: 0;
}
iframe#main {
	overflow: visible;
	width: 100%;/*1018px;*/
	min-width: 300px;
}

div#menubtn {
	width: 35px;
	height: 25px;
	position:absolute;
	top: 10px;
	left: 33px;
	cursor: pointer;
	z-index:1;
	float:left;
}
div#menubtn div{
  width: 35px;
  height: 5px;
  background-color:#585656;
  margin: 3px 0;
}
div#prev, div#next {
	width: 35px;
	height: 400px;
	position: fixed;
	top: 11px;
	cursor: pointer;
	opacity: 0.2;
}

div#prev {
	left: 0px;
}
div#next {
	right: 5px;
}

div#prev:hover, div#next:hover {
	opacity: 1;
}

div#prev img, div#next img {
	width: 100%;
	position:relative;
	top: 0;
}



/* 1135 must be the same as main.js bigWindowWidth*/
@media only screen and (min-width: 1135px) {
	div#leftbar {
	    left: 0;
		width: 220px;
	}
	div#mainbar {
		left: 220px;
	}
	div#menubtn {
		display: none;
	}
	div#prev, div#next {
		top: 11px;
	}
	div#prev {
		left: 223px;
	}
	div#next {
		right: 308px;
	}
	body {
		margin: 8px;
	}
}
span#tip1 {
		display: none;
	}


