html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr.clr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
html {
	height: 100%;
}
body {
	font: 18px/1.5 'tcp',Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	background:#fafafa;
}
h1{
	padding: 42px 0 26px;
}
h1,h2,.how-h2,h3,.how-h3{
	line-height: 1;
}
h1,h2,.how-h2{
	display: block;
	font-size: 36px;
	text-align:center;
	text-transform:uppercase;
}
h3,.how-h3{
	display: block;
	font-size:26px;
	text-transform:none;
}
img{
	max-width:100%;
}
.cbk-copyright{visibility:hidden} 
.apple{
	display:inline-block;
}
.apple:first-letter{
	text-transform:lowercase;	
}
.as-table{
	margin: 40px 66px;
}
.as-table li{
	display: table;
	float: left;
	width:25%;
}
.as-table li>div{
	display: table-row;
}
.as-table li>div>div{
	display:table-cell;
	padding: 0 6px 0;
	height: 72px;
	vertical-align: middle;
}
.as-table li>div>div>img,
.as-table li>div>div>span{
	vertical-align: middle;
	max-width: none;
}
.as-table li>div>div>span{
	line-height: 22px;
	display: block;
	font-size: 20px;
}
.btn,#price input{
	background:#ccc;
	border-radius:10px;
	box-shadow:inset 0 1px 1px 1px rgba(255,255,255,0.4);
	color:#fff;
	display:inline-block;
	padding: 10px 16px 6px;
	text-transform: uppercase;
	text-decoration:none;
	text-shadow:1px 0 1px rgba(0,0,0,0.2),1px 1px 1px rgba(0,0,0,0.2),0 1px 1px rgba(0,0,0,0.2);
	font-family: 'ssb',sans-serif;
}
#price input[disabled="disabled"]{
	background:#f0f0f0 !important;
	color:#888 !important;
	border:#888;
}
.btn.large{
	font-size:24px;
	padding:9px 30px 4px;
	font-weight:bold;
}
.btn.orange,#price input{
	background: rgb(254,197,21);
	background: -moz-linear-gradient(top, rgba(254,197,21,1) 0%, rgba(252,130,9,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,197,21,1)), color-stop(100%,rgba(252,130,9,1)));
	background: -webkit-linear-gradient(top, rgba(254,197,21,1) 0%,rgba(252,130,9,1) 100%);
	background: -o-linear-gradient(top, rgba(254,197,21,1) 0%,rgba(252,130,9,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,197,21,1) 0%,rgba(252,130,9,1) 100%);
	background: linear-gradient(to bottom, rgba(254,197,21,1) 0%,rgba(252,130,9,1) 100%);
	border:1px solid #ff6713;
}
.btn.green,.list-num li:before{
	background: rgb(158,217,6);
	background: -moz-linear-gradient(top, rgba(158,217,6,1) 0%, rgba(43,160,16,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,217,6,1)), color-stop(100%,rgba(43,160,16,1)));
	background: -webkit-linear-gradient(top, rgba(158,217,6,1) 0%,rgba(43,160,16,1) 100%);
	background: -o-linear-gradient(top, rgba(158,217,6,1) 0%,rgba(43,160,16,1) 100%);
	background: -ms-linear-gradient(top, rgba(158,217,6,1) 0%,rgba(43,160,16,1) 100%);
	background: linear-gradient(to bottom, rgba(158,217,6,1) 0%,rgba(43,160,16,1) 100%);
	border:1px solid #2ba010;
}
.btn.orange:hover,#price input:hover,.jcarousel-pagination a.active{
	background: rgb(252,130,9);
	background: -moz-linear-gradient(top, rgba(252,130,9,1) 0%, rgba(254,197,21,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,130,9,1)), color-stop(100%,rgba(254,197,21,1)));
	background: -webkit-linear-gradient(top, rgba(252,130,9,1) 0%,rgba(254,197,21,1) 100%);
	background: -o-linear-gradient(top, rgba(252,130,9,1) 0%,rgba(254,197,21,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,130,9,1) 0%,rgba(254,197,21,1) 100%);
	background: linear-gradient(to bottom, rgba(252,130,9,1) 0%,rgba(254,197,21,1) 100%);
}
.btn.green:hover,.jcarousel-pagination a:hover{
	background: rgb(43,160,16);
	background: -moz-linear-gradient(top, rgba(43,160,16,1) 0%, rgba(158,217,6,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,160,16,1)), color-stop(100%,rgba(158,217,6,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(43,160,16,1) 0%,rgba(158,217,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(43,160,16,1) 0%,rgba(158,217,6,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(43,160,16,1) 0%,rgba(158,217,6,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(43,160,16,1) 0%,rgba(158,217,6,1) 100%); /* W3C */
}
.clr{
	display: block;
	clear:both;
	height: 0;
}
.gstSliderWrap{
	padding: 0 30px 30px;
}
.gstSliderWrap .arr{
	position: absolute;
	z-index: 5;
	top:0;
	bottom:0;
	width:80px;
	outline:none 0;
}
.gstSliderWrap .arr.left{
	left:0;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.gstSliderWrap .arr:before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.gstSliderWrap .arr.left:before{
	background-image: url('../imagespseg//arr-l-g.png');
}
.gstSliderWrap .arr.left:hover:before{
	background-image: url('../imagespseg//arr-l-b.png');
}
.gstSliderWrap .arr.right{
	right:0;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.gstSliderWrap .arr.right:before{
	background-image: url('../imagespseg//arr-r-g.png');
}
.gstSliderWrap .arr.right:hover:before{
	background-image: url('../imagespseg//arr-r-b.png');
}
.gstSlider{
	padding:0px 0
}
.gstSlider>li{
	position:relative;
	width:480px;
	height:385px;
	margin: auto;
	transition: 0.3s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	transform:scale(0.9);
}
.gstSlider>li.active{
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	z-index:2;
}
.gstSlider>li>img{
	position: absolute;
	right:50%;
	margin-right:-67px;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.gstSlider>li.active>img{
	right:100%;
	margin-right:-174px;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.gstSlider>li>.text{
	opacity: 0;
	padding:50px 0 0 0;
	margin-left: 174px;
	line-height:1.225;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	z-index: 2;
	text-shadow:1px 1px 1px rgba(255,255,255,0.4),
		0px 1px 1px rgba(255,255,255,0.4),
		1px 0px 1px rgba(255,255,255,0.4),
		-1px 1px 1px rgba(255,255,255,0.4),
		1px -1px 1px rgba(255,255,255,0.4),
		-1px -1px 1px rgba(255,255,255,0.4),
		-1px 0px 1px rgba(255,255,255,0.4),
		0px -1px 1px rgba(255,255,255,0.4);
}
.gstSlider>li>.text .btn{
	margin:20px 0 0;
}
.gstSlider>li.active>.text{
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gstSlider>li {
	-webkit-transform:scale(0.85) translate(95px);
	-moz-transform:scale(0.85) translate(95px);
	-ms-transform:scale(0.85) translate(95px);
	-o-transform:scale(0.85) translate(95px);
	transform:scale(0.85) translate(95px);
}
.gstSliderWrap .gstSlider>li.active{
	-webkit-transform:scale(1) translate(-25px);
	-moz-transform:scale(1) translate(-25px);
	-ms-transform:scale(1) translate(-25px);
	-o-transform:scale(1) translate(-25px);
	transform:scale(1) translate(-25px);
}
.gstSlider>li.exActive{
	-webkit-transform:scale(0.85) translate(95px);
	-moz-transform:scale(0.85) translate(95px);
	-ms-transform:scale(0.85) translate(95px);
	-o-transform:scale(0.85) translate(95px);
	transform:scale(0.85) translate(95px);
}
.gstSlider>li.active+li.exActive{
	-webkit-transform:scale(0.85) translate(25px);
	-moz-transform:scale(0.85) translate(25px);
	-ms-transform:scale(0.85) translate(25px);
	-o-transform:scale(0.85) translate(25px);
	transform:scale(0.85) translate(25px);
}
.gstSlider>li.active~li,.gstSlider>li.exActive~li {
	-webkit-transform:scale(0.85) translate(-110px);
	-moz-transform:scale(0.85) translate(-110px);
	-ms-transform:scale(0.85) translate(-110px);
	-o-transform:scale(0.85) translate(-110px);
	transform:scale(0.85) translate(-110px);
}
.gstSlider>li .how-h3{
	padding:0 0 18px;
	text-align: left;
}
.list-num{
	counter-reset: list-num;
	margin: 32px 0 0 208px;
}
.list-num li{
	counter-increment: list-num;
	position:relative;
	padding:2px 0 2px 42px;
	margin: 4px 0;
	font-size:24px;
}
.list-num li:before{
	content:counter(list-num);
	transform: scaleX(0.98);
	-webkit-transform: scaleX(0.98);
	-moz-transform: scaleX(0.98);
	-ms-transform: scaleX(0.98);
	-o-transform: scaleX(0.98);
	position: absolute;
	left:0;
	top:50%;
	margin-top:-14px;
	width:26px;
	height:26px;
	line-height:26px;
	font-weight: bold;
	border:none 0;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	border-radius:20px;
	text-align: center;
}
#wrapper {
	width: 1000px;
	padding:0 30px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	box-shadow:0 0 4px 1px rgba(0, 0, 0, 0.4);
	background: #fff;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 128px;
	position:relative;
	background:url('../imagespseg//hr-wt.png') 100% 100% repeat-x;
}
#logo{
	position:absolute;
	width:246px;
	top:20px;
	left:0;
}
#header #logo+div{
	margin-left: 260px;
}
#header #logo+div>a{
	float: right;
	margin: 35px 0 0;
	padding: 7px 36px 3px;
	font-weight: bold;
	border-radius: 20px;
}
#header #logo+div>div{
	float: left;
	margin:30px 20px 0;
}
#header #logo+div>div.mail {
	margin-left:40px;
	padding-left:48px;
	position: relative;
}
#header #logo+div>div.mail .label {
	font-size:22px;
	line-height:22px;
	padding-top:6px;
	display:block;
}
#header #logo+div>div .label a,
#header #logo+div>div .label{
	text-decoration:none;
	color:#000;
}
#header #logo+div>div.mail>a{
	font-size:14px;
	color:#666;
	position: relative;
	top: -5px;
}
#header #logo+div>div.phone{
	margin-left:22px;
	padding-left:52px;
	position: relative;
}
#header #logo+div>div.phone:before{
	content:url('../imagespseg//ic-phone.png');
	position: absolute;
	left:0;
	top:50%;
	margin-top:-26px;
}
#header #logo+div>div.mail:before{
	content:url('../imagespseg//ico-mail.png');
	position: absolute;
	left:0;
	top:50%;
	margin-top:-22px;
}
#header #logo+div>div.phone>a{
	font-size:22px;
	text-decoration:none;
	display:block;
	padding:0;
	line-height:22px;
	padding:6px;
}
#header #logo+div>div.phone select{
	border:none 0;
	background:#fff;
	font-size:14px;
	padding:0;
	position:relative;
	top:-10px;
}
#header #logo+div>div>.label{
	display:block;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 110px;
}
#sublimation{
}
.opts{
	margin: 48px 0 46px;
	text-align: center;
}
#chance h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	padding: 0;
}
#chance,#promo,#why{
	background:url('../imagespseg//hr-wt.png') 100% 100% repeat-x;
	padding-bottom: 52px;
	margin-bottom: 46px;
}
#promo{
	padding-bottom: 38px;
	margin-bottom: 50px;
}
#why{
	padding-bottom: 38px;
	margin-bottom: 55px;
}
.bg-cube{
	margin: 0 -30px 48px;
	padding: 46px 30px 32px;
	background:url('../imagespseg//bg-quadros.png') 50% 50%;
}
#price table,#price td,#price th{
	padding: 7px 10px;
	text-align: left;
	white-space: nowrap;
}
#promo>div>div{
	float: left;
	width:200px;
	position: relative;
	top: -32px;
	left: 16px;
}
#promo>div{
	margin: 45px 60px 0;
	line-height: 24px;
}
#promo>div>div+div{
	float: none;
	width:auto;
	margin-left: 232px;
	position:static;
}

#promo p{
	margin-bottom: 24px;
}
#why ul{
	margin:32px 80px;
}
#why ul:after,.as-table:after{
	content:'';
	display:block;
	clear:both;
}
#why li{
	text-align:center;
	float:left;
	width:33.3333%;
	font-size: 20px;
	line-height: 24px;
}
#why li div{
	height: 116px;
	line-height:116px;
	padding-bottom: 11px;
}
#why li div img{
	vertical-align: middle;
}
#price th{
	color:#666;
}
#price input{
	padding: 7px 24px 3px;
	border-radius:4px;
	color:#000;
	text-shadow:none;
}
#price>p.comercial{
	background:#eee;
	padding: 20px 38px 22px;
	font-size:14px;
	margin: 40px 0 0;
	border:1px solid #ccc;
	line-height: 17px;
}
#price td+td+td{
	border-left:1px solid #ddd;
}
#price tr:nth-child(2n+1) td{
	background: #fafafa;
}
#price tr:hover td{
	background:#ffefae;
}
#price .demo{
	text-align:center;
	margin: 36px 0 48px;
}
#price .demo li{
	display:inline-block;
}
#price .demo li .btn{
	padding: 4px 36px 0px;
	margin:0 4px;
	font-size: 21px;
}
#price h2{
	margin: 36px 0 15px;
}
#why h2{
	margin: 36px 0 18px;
}
#price h2+p,#why h2+p{
	text-align:center;
	font-size:20px;
	line-height: 24px;
}
#why h2+p{
	line-height: 23px;
}
#how{
	text-align:center;
	padding: 48px 0 36px;
	margin: 42px -30px 0px;
	background: url('../imagespseg//bg-quadros.png');
}
#how .how-h2{
	margin: 0 0 16px;
}
#how ul{
	padding:30px 100px;
}
#how li{
	float: left;
	width:23%;
	margin:0 1%;
	line-height: 23px;
}
#how li>div{
	background:#fff;
	box-shadow:inset 0 1px 5px 1px rgba(0,0,0,0.4);
	width: 108px;
	height: 108px;
	line-height: 108px;
	margin:0 auto 16px;
	border-radius: 60px;
}
#how li>div>img{
	vertical-align: middle;
}
#feedback{
	margin:0 0 -16px;
}
#feedback .how-h2{
	margin-bottom:38px;
}
#feedback>ul{
	margin:0 -30px;
	padding: 30px 67px;
}
#feedback>ul:after,
#how>ul:after{
	content:'';
	display:block;
	clear:both;
}
#feedback>ul>li{
	float: left;
	width:46%;
	margin-bottom: 108px;
	line-height:22px;
	padding:0 0 0 3.5%;
}
#feedback>ul>li:nth-child(2n+1){
	clear: left;
	padding:0 4% 0 0;
}
#feedback>ul>li>img{
	float: left;;
	padding-right: 11px;
}
#feedback>ul>li>div>img{
	float:left;
	padding-right: 21px;
}
#feedback>ul>li>div>strong{
	height: 98px;
	line-height: 80px;
}
#callback{
	text-align:center;
	padding-bottom:60px;
}
#callback .how-h2{
	line-height: 1.3;
	padding-bottom: 30px;
}
#video{
	padding: 30px 0 64px;
	text-align: center;
}
#video iframe{
	display:block;
	margin:30px auto 46px;
}
#services>ul{
	margin:0 -30px;
	border-top: 52px solid #555;
	padding: 0 92px 20px 108px;
}
#services>ul:after{
	content:'';
	display:blosk;
	clear: both;
}
#services strong{
	height:52px;
	line-height:46px;
	margin:0 0 20px;
	text-transform:none;
	text-align:left;
	display:block;
}
#services strong a{
	font-size:20px;
	line-height:20px;
	text-decoration:none;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,1);
	border-bottom:1px solid rgba(255,255,255,0.4);
}
#services strong a:hover{
	border-bottom:1px solid rgba(255,255,255,1);
}
#services strong a span{
	position:relative;
	top:3px;
	left:-1px;
}
#services li>a{
	text-decoration:none;
	color:#333;
	position:relative;
	display:block;
}
#services li>a:hover:before{
	content:'';
	position:absolute;
	top:50%;
	left:-15px;
	margin-top:-3px;
	border-left:5px solid #333;
	border-top:3px transparent solid;
	border-bottom:3px transparent solid;
}
#services>ul>li{
	float:left;
	width: 25%;
	margin-top:-52px;
}
#services>ul>li:nth-child(1){
	width:29.0999%;
}

#services>ul>li:nth-child(2){
	width:24%;
}

#services>ul>li:nth-child(3){
	width:27%;
}

#services>ul>li:nth-child(4){
	width:19%;
}
#services>ul>li li{
	padding: 0 0 3px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -84px auto 0;
	height: 56px;
	padding: 28px 0 0;
	border-top: 1px solid #aaa;
	position: relative;
}
#footer .share42init{
	float:right;
	margin-right:-7px;
}
#footer ul {
}
#footer li{
	float: left;
	font-size: 18px;
	line-height: 22px;
	margin: 0 20px 0 0;
}
#footer li a{
	text-decoration: none;
	color:#aaa;
	border-bottom:1px solid #aaa;
}
#footer li a:hover{
	color:#000;
	border-bottom-color:#000;
}
.share42-item a{
	width: 28px;
	height: 28px;
	border:none 0;
	border-radius:4px;
	text-decoration:none;
	float:left;
	margin: 0 7px;
	line-height: 26px;
	font-size:22px;
	text-align:center;
	display:block;
	background:#aaa;
	color:#fff;
	transition: 0.3s;
	transition-delay: 0.15s;
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.4);
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}
.share42-item a:before{
	vertical-align: middle;
}
.share42-item a:hover{
	background:#000;
	margin: -3px 3px;
	width:36px;
	height:36px;
	line-height:32px;
	border-radius:20px;
	box-shadow:inset 1px 1px 4px rgba(255,255,255,0.4);
	text-shadow:1px 1px 2px rgba(255,255,255,0.4);
}

.slider.small {
    position: relative;
    overflow: hidden;
	height: 327px;
}
.gstSliderWrap{
	position: relative;
	height:385px;
	overflow: hidden;
	background: url('../imagespseg//hr-wt.png') 100% 100% repeat-x;
}
.gstSliderWrap ul{
	width:20000em;
	position: relative;
}
.gstSliderWrap ul li{
	margin: 0;
	float: left;
}
.slider.small ul {
    width: 194px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel-pagination{
	text-align: center;
	width: 194px;
}
.jcarousel-pagination a{
	display:inline-block;
	width:10px;
	height:10px;
	border: 3px solid #fff;
	box-shadow: 0 0 0px 1px rgba(0,0,0,0.4);
	border-radius: 12px;
	margin: 12px 5px 0;
}