﻿@charset "utf-8";
#wrapper{
  display:none;
  margin:auto;
  margin-top:80px;
  width:690px;
}

#myScroll{
/*display:none;*/
}
.scrollEl{
  display:none;
  background:url("../elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  height:160px;
  padding:5px;
  /*padding-top:60px;*/
  text-shadow:#999 1px 1px 1px;
  text-align:left;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  line-height:20px;
  text-align:justify;
  text-justify:inter-ideograph;
  /*display:none;
  background:url("../elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  font-size:180%;
  color:white;
  height:100px;
  padding:10px;
  padding-top:60px;
  text-shadow:#999 1px 1px 1px;
  text-align:center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;*/
}
.p_size{
	height:145px;
	overflow:hidden;
}
#controls{
  position:absolute;
  top:180px;
  right:0px;
}
#controls div, #controls1 div{
  font-family:sans-serif;
  margin:2px;
  background:#efefef;
  display:inline-block;
  padding:2px;
  cursor:pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow:#999 2px 2px 2px;
  -webkit-box-shadow:#999 2px 2px 2px;
}
#controls .sel, #controls1 .sel{
  color:black !important;
  font-weight:bold;
}
#controls .disabled, #controls1 .disabled{
  color:black;
  /*color:gray;*/
}
#controls .page, #controls1 .page{
  padding:5px;
  color:gray;
}
.pageIndex{
	margin:0;
	background-color:#FFFFFF !important;
}
.img_flot_left{
	float:left;
	margin-right:8px;
	border:1px solid #dadada;
}
