.wrapper-all{
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
}

.wrapper-left{
	float: left;
	width: 45%;
	padding-top: 30px;
	padding-bottom: 10px;
}

.wrapper-right {
	float: right;
	width: 45%;
	padding-bottom: 10px;
}

.image-style {
	zoom: 75%;
}

.image-style-down {
	position: relative;
	top: 20px;
	zoom: 100%;
}

.picture{
	-webkit-border-radius: 3px;
  border: 1px solid #EFE4CE;
}

*.colortable   {
  position: relative; 
  height: auto;
  color: #777;
  text-align: left;
  margin-top: 7px;
}

*.dots  {
	position: relative;
	height: 48px;
  margin: 0px;
  padding: 0px;
}
	
*.dot {
	position: relative;	
 	display: inline-block;
	width: 60px;
	height: 48px;
	margin: 0px;
	text-align: center;
}

*.dottext {
	position: relative;	
 	display: inline-block;
	width: 60px;
	height: 48px;
	margin: 0px;
	bottom: 25px;
}
	
*.colordot { 
 	position: relative;	
 	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	-webkit-border-radius: 24px;
	border: 1px solid #e4cca9;
}​

*.dot > span {
	position: absolute;
	top: 20px;
	margin: 0 auto 0;
	width: 60px;
	overflow: hidden;
	height: 20px;
}

