/*Jssor*/
.captionProduct {
	width					: 440px;
	height					: 80px;
	text-align				: justify;
	background				: #e1effb;
	border					: 1px solid #ffffff;
	padding					: 10px;
	border-radius			: 4px 4px 4px 4px;
  	-moz-border-radius		: 4px 4px 4px 4px;
  	-webkit-border-radius	: 4px 4px 4px 4px;
}
.captionProducts {
	width					: 460px;
	height					: auto;
	text-align				: justify;
}
.moreProduct {
	font					: bold 110% Arial, Helvetica, sans-serif;
  	height					: 15px;
  	width					: 80px;
	margin-top				: -12px;			
	margin-left				: 350px;
  	padding					: 5px;
  	background				: #f76c40;
	background				: -moz-linear-gradient(top, #fa815b, #f76c40);
	background				: -webkit-linear-gradient(top, #fa815b, #f76c40);
	background				: -o-linear-gradient(top, #fa815b, #f76c40);
	background				: -ms-linear-gradient(top, #fa815b, #f76c40);
	background				: linear-gradient(top, #fa815b, #f76c40);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fa815b', endColorstr='#f76c40');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fa815b', endColorstr='#f76c40')";
	border					: 1px solid #f76c40;
	border-radius			: 2px 2px 2px 2px;
  	-moz-border-radius		: 2px 2px 2px 2px;
  	-webkit-border-radius	: 2px 2px 2px 2px;
	text-align				: center;
}
.moreProduct:hover, .moreProduct:active, .moreProduct:visited {
	background				: #f76c40;
	background				: -moz-linear-gradient(bottom, #fa815b, #f76c40);
	background				: -webkit-linear-gradient(bottom, #fa815b, #f76c40);
	background				: -o-linear-gradient(bottm, #fa815b, #f76c40);
	background				: -ms-linear-gradient(bottom, #fa815b, #f76c40);
	background				: linear-gradient(bottom, #fa815b, #f76c40);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f76c40', endColorstr='#fa815b');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f76c40', endColorstr='#fa815b')";
}
.moreProduct a {
	color : #FFFFFF;
}
.moreProduct a:hover {
	text-decoration	: none;
}

.goBack {
	font					: bold 110% Arial, Helvetica, sans-serif;
  	height					: 15px;
  	width					: 100px;
  	padding					: 5px;
  	margin-left 				: 868px;
  	background				: #f76c40;
	background				: -moz-linear-gradient(top, #fa815b, #f76c40);
	background				: -webkit-linear-gradient(top, #fa815b, #f76c40);
	background				: -o-linear-gradient(top, #fa815b, #f76c40);
	background				: -ms-linear-gradient(top, #fa815b, #f76c40);
	background				: linear-gradient(top, #fa815b, #f76c40);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fa815b', endColorstr='#f76c40');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fa815b', endColorstr='#f76c40')";
	border					: 1px solid #f76c40;
	border-radius			: 10px 0 0 0;
  	-moz-border-radius		: 10px 0 0 0;
  	-webkit-border-radius	: 10px 0 0 0;
	text-align				: center;
}
.goBack:hover, .goBack:active, .goBack:visited {
	background				: #f76c40;
	background				: -moz-linear-gradient(bottom, #fa815b, #f76c40);
	background				: -webkit-linear-gradient(bottom, #fa815b, #f76c40);
	background				: -o-linear-gradient(bottm, #fa815b, #f76c40);
	background				: -ms-linear-gradient(bottom, #fa815b, #f76c40);
	background				: linear-gradient(bottom, #fa815b, #f76c40);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f76c40', endColorstr='#fa815b');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f76c40', endColorstr='#fa815b')";
}
.goBack a {
	color : #FFFFFF;
}
.goBack a:hover {
	text-decoration	: none;
}


.captionOrange,.captionBlue,.captionBlack,.captionSymbol{
	display			: block;
	color			: #fff;
	font-size		: 20px;
	line-height		: 30px;
	text-align		: center;
	border-radius	: 4px
}
.captionOrange{
	background			: #eb5100;
	background-color	: rgba(235,81,0,.6)
}
.captionBlue{
	background			: #746fbd;
	background-color	: rgba(21,21,120,.6)
}
.captionBlack{
	background			: #000;
	background-color	: rgba(0,0,0,.4)
}
.captionSymbol{
	border-radius		: 100px!important;
	font-weight			: 400!important;
	font-size			: 26px!important;
	background			: #000;
	background-color	: rgba(0,0,0,.4)
}
.captionTextBlack{
	display		: block;
	color		: #000;
	font-size	: 20px;
	line-height	: 30px
}
.captionTextWhite{
	display		: block;
	color		: #fff;
	font-size	: 20px;
	line-height	: 30px
}
a.captionOrange,a.captionOrange:active,a.captionOrange:visited,a.captionTextWhite,a.captionTextWhite:active,a.captionTextWhite:visited{
	color			: #fff;
	text-decoration	: none
}
a.captionOrange:hover{
	color				: #eb5100;
	text-decoration		: underline;
	background-color	: #eee;
	background-color	: rgba(238,238,238,.7)
}
a.captionTextBlack,a.captionTextBlack:active,a.captionTextBlack:visited{
	color			: #000;
	text-decoration	: none
}
a.captionTextWhite:hover{
	color			: #eb5100;
	text-decoration	: underline
}
a.captionTextBlack:hover{
	color			: #eb5100;
	text-decoration	: underline
}
.bricon{
	background : url(../images/browser-icons.png)
}
.jssorb03 div,.jssorb03 div:hover,.jssorb03 .av{
	background	: url(../images/b03.png) no-repeat;
	overflow	: hidden;
	cursor		: pointer
}
.jssorb03 div{
	background-position : -5px -4px
}
.jssorb03 div:hover,.jssorb03 .av:hover{
	background-position : -35px -4px
}
.jssorb03 .av{
	background-position : -65px -4px
}
.jssorb03 .dn,.jssorb03 .dn:hover{
	background-position : -95px -4px
}
.jssora20l,.jssora20r,.jssora20ldn,.jssora20rdn{
	position	: absolute;
	cursor		: pointer;
	display		: block;
	background	: url(../images/a20.png) no-repeat;
	overflow	: hidden
}
.jssora20l{
	background-position : -3px -33px
}
.jssora20r{
	background-position : -63px -33px
}
.jssora20l:hover{
	background-position : -123px -33px
}
.jssora20r:hover{
	background-position : -183px -33px
}
.jssora20ldn{
	background-position : -243px -33px
}
.jssora20rdn{
	background-position : -303px -33px
}