
.nano .content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano .content:focus {
  outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */

}
.nano > .pane > .slider {
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;

}
.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

.nano .content { 
	padding: 5px;
}

.nano .pane {
	background: #dddddd;
	width:12px;
	right: 1px;
  margin: 5px 0px;
}

.nano .slider {
	background: #111;
}


.nano {
    height: 200px;
    overflow: hidden;
    position: relative;
    width:100%;
	position : relative;

  overflow : hidden;
}

#main {
	height:200px;
	width:100%;
	margin: auto;
	min-width:175px ;
}



#main pre {
	background: #222;
	border-bottom: 1px solid white;
	border-top: 1px solid black;
	
}

#main ul, #main ol {
	display: block;
	margin: 10px 0;
}

#main ul li, #main ol li {
	margin-left: 20px;
	font-size: 13px;
}

#main .content h1 {
	display: block;
	margin: 0;
	padding: 0;
	color: #111;
	text-indent: 0;
	background: none;
	display: none;
}

#main a {
	color: #066;
	text-decoration: none;
	text-shadow: none;
}

#main a:hover {
	text-decoration: underline;
}



#main p code {
	background: #222;
	display: inline-block;

	font-size: 11px;
	text-shadow: none;
	color: #ee8;
	padding: 0 3px 0;

} 

.small.nano {
	background: #ffa;
	height: 100px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
}



.pannel-ara{ width:95%; float:left;}