#mySlider {
     width: 718px;
     height: 440px;
}

#mySlider .mini-images li {
     width: 80px;
     height: 50px;
}

.zSlider {
  width: 718px;
  overflow: hidden;
  padding: 10px;
  height: 440px;
  border: 1px solid #d2d2d2;
}
	.zSlider .slider-area img {
		width: 718px
	}
.miniSlider {
	width: 252px;
	overflow: hidden;
	padding: 1px;
	height: 168px;
	border: 1px solid #d2d2d2;
}
	.miniSlider .slider-area img {
		width: 250px
	}

h1 {
	text-transform: uppercase;
	font: 700 30px 'Î¢ÈíÑÅºÚ', Arial !important;
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	letter-spacing: -1px;
	margin: 25px 0 !important;
	padding: 0 !important;
	position: relative;
	display: inline-block;
}

.mt20 {
	margin-top: 20px;
}
section {
	padding: 50px 0;
	margin: 0;
	color: #fff;
	font: 14px 'Î¢ÈíÑÅºÚ', Arial !important;
	color: #333;
}
section.welcome {
	margin-top: 60px;
}
section.whatis {
	background-color: #f89883;
}
section.usage {
	background-color: #f2e5a2;
}
section.features {
	background-color: #5EB898;
}
section.changelog {
	background-color: #A8BEC3;
}
.opacity {
	opacity: 0.4;
}

.ratio-sample {
	padding: 20px;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	margin: 20px 0 0 0;
	background-color: rgba(0,0,0,0.1);
}

/*.title {
	font: 13px 'Î¢ÈíÑÅºÚ', Arial !important;
	color: #000 !important;
	margin: 0 0 30px 0 !important;
	line-height: 25px !important;
	padding: 0 !important;
}*/
.row p {
	text-align: center;
}
.row .text-left {
	text-align: left;
}
.row p b {
	text-decoration: underline;
}

.left {
	float: left;
}
.right {
	float: right;
}
.other-links-bar {
	display: inline-block;
	width: 100%;
	margin: 0 0 30px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	text-align: center;
}
.other-links-bar .clearfix {
	margin: 20px 0;
}
a.button {
	border-radius: 3px;
	padding: 10px 20px;
	border: 1px solid #2DB870;
	font: 12px 'Î¢ÈíÑÅºÚ', Arial;
	text-decoration: none;
	color: #2DB870;
	display: inline-block;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
}
a:hover.button {
	color: #fff;
	background-color: #2DB870;
}



