
		img {
			border: 0px;
		}

		body {
			background:#f5f5f5 url('/layout-images/background.jpg') no-repeat center top ;
			
			font-family:Trebuchet MS,sans-serif;
			margin:0;
			padding:0;
			color:#171717;
			font-size:13px;
			zoom: 1;
		}
		#main {
			min-height:950px;
			margin:0 auto;
			padding:0;
			zoom: 1;
		}
		
		#outer-container {
			padding-top:72px;
			width: 952px;
			margin: 0 auto;
		}
		
		/*	TOP MENU	*/
		
		#companion-container {
			height:42px;
			margin:auto;
			background: rgba(0,0,0,0.4) repeat-x;
		}
		
		#companion-container div#companion-main {
			height: 36px;
			
			padding-top: 2px;

			position: relative;
			width:952px;
			margin-left: -476px;
			left:50%"
		}
		
		#companion-left {float:left;margin:0;padding: 0 0 0 10px;}
		
		#companion-left li {list-style-type:none;padding:0;}
		
		#companion-left img:hover {box-shadow:0 0 12px rgba(0, 0, 0, 0.6)}
		
		#socialmedia-list {
			float: right;
			margin:0;
		}

		#socialmedia-list li {
			float: left;
			display:block;
			margin-left: 20px;
			padding-top: 4px;
		}
		
		#socialmedia-list li.top-menu-divider {
			background: url('/img/top-menu-divider.png') no-repeat;
			width: 2px;
			height: 37px;
			padding: 0 0;
		}
		
		
		/*	###	BOTTOM ICONS, SOCIAL MEDIA ETC	###	*/
		#social-icon-container {
			position:relative;

			background: rgb(248,248,248);
			background: -moz-linear-gradient(left,  rgba(248,248,248,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(248,248,248,1) 100%);
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,248,248,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));
			background: -webkit-linear-gradient(left,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(248,248,248,1) 100%);
			background: -o-linear-gradient(left,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(248,248,248,1) 100%);
			background: -ms-linear-gradient(left,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(248,248,248,1) 100%);
			background: linear-gradient(to right,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(248,248,248,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f8f8f8',GradientType=1 );



			overflow: auto;
			padding: 20px;
		}

		#social-icon-container-top {
			background: none repeat scroll 0 0 red;
			border-radius: 100%;
			box-shadow: 0 0 30px -7px rgba(0, 0, 0, 1);
			height: 30px;
			margin-bottom: -30px;
			margin-left: 5%;
			margin-top: 50px;
			width: 90%;
		}
		
		#social-icon-container-bottom {
			border-radius: 100%;
			box-shadow: 0 0 30px -7px rgba(0, 0, 0, 1);
			height: 30px;
			margin-left: 5%;
			margin-top: -30px;
			width: 90%;
			z-index: 0;
		}
		
		#social-icon-list {
			/*
			background: none repeat scroll 0 0 #dedede;
			*/
			display: block;
			height: 64px;
			list-style-type: none;
			margin: 0 auto;
			/*
			overflow: auto;
			*/
			padding: 1px 20px 1px 0;
			position: relative;
			width: 588px;
		}
		
		#social-icon-list li {
			float: left;
			display:block;
			margin-left: 20px;
		}
		
		#social-icon-list li span.online-status {
			display: block;
			text-align:center;
			position: relative;
			font-size: 10px;
			padding: 2px;
			margin-top: 6px;
		}
		
		#social-icon-list li span.online-status:after {
			bottom: 100%;
			left: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(101, 69, 155, 0);
			border-bottom-color: #65459b;
			border-width: 6px;
			margin-left: -6px;
		}

		.twitch-style {
			background: #65459b;
			color: #dedede;
		}


		/*	###	*/
		
		#companion-youtube {
			position: absolute;
			right: -476px;
			/*top:62px;*/
			margin-right: 50%;
			border-top:none;
			
			/*
			position:relative;
			z-index:5;
			float:right;
			border:solid 1px #ccc;
			border-top:none;
			*/
		}
		
		#companion-twitch {
			position: absolute;
			z-index:10;
			right: -371px;
			margin-right: 50%;
			border-top:none;
		}
		
		.closeFooter {background-color:#000;color:#ccc;padding:1px 4px;text-align:right;cursor:pointer;}
		
		#logo {
			clear:both;
			display:block;
			margin:72px auto 0px auto;/*1:margin-top:77px*/
		}
		
		#menucontainer {
			width:952px;/* 1:890px*/
			margin:55px auto 25px;/*1:merged*/
			display:inline-block;/*1:added*/
		}

		#menu {
			font-family:Arial,sans-serif;
			text-transform:uppercase;
			font-size:14px;
			height:60px;
			text-align:center;/*1:added*/
		}
		
		#menu .disabled {
			text-decoration: line-through;
		}

		#menu .menubg-left,.menubg-right{height:58px;width:15px;}
		
		#menu .menubg-left {
			float:left;
			background-image:url('/layout-images/menubg_left.png');
			background-repeat: no-repeat;
		}
		#menu .menubg-right {
			float:left;
			background-image:url('/layout-images/menubg_right.png');
			background-repeat: no-repeat;
		}
		#menu-items {
			float:right;
			height:58px;
		}
		
		#menu ul {
			position:relative;
			display:inline-block;/*1:added*/
			text-align:left;/*1:added*/
		}
		
		#menu ul li {
			float:left;
			list-style-type:none;
		}
		
		#menu ul li:hover {
			background-image: url("/layout-images/menubg_selected.png");
			background-position: center top;
			background-repeat: repeat-x;
		}
		
		#menu .menubg-left:hover {
			background-image:url('/layout-images/menubg_left.png');
			background-repeat: no-repeat;
		}
		#menu .menubg-right:hover {
			background-image:url('/layout-images/menubg_right.png');
			background-repeat: no-repeat;
		}
		
		#menu ul ul {
			position: absolute;
			top: 50px;/*1:100%*/
			z-index: 5;
			background: rgb(28, 28, 28);
			background: rgba(28, 28, 28, 0.8);
			padding: 0;
			/*margin: 50px 0 0 -10px; 1:removed */
			opacity:0;
			visibility:hidden;
			transition:visibility 0s ease-out 0.4s,opacity 0.4s ease-out;
			-moz-transition:visibility 0s ease-out 0.4s,opacity 0.4s ease-out;
			-webkit-transition:visibility 0s ease-out 0.4s,opacity 0.4s ease-out;
			-o-transition:visibility 0s ease-out 0.4s,opacity 0.4s ease-out;
			min-width:140px;
			display:block;/*1:added*/
			float:left;/*1:added*/
			margin-left:-10px;/*1:added*/
			
			
		}
		
		#menu ul li:hover > ul, #menu ul ul li:hover > ul {
			opacity:1;
			visibility:visible;
			transition-delay:0s;
			-moz-transition-delay:0s;
			-webkit-transition-delay:0s;
			-o-transition-delay:0s;
		}
		
		#menu li li {
			clear: both;
			white-space:nowrap;
			width: 100%;
			height: 15px;
			position: relative;
			float: none;
			padding: 0 10px;
		}
		
		#menu li li:hover {
			background: none repeat scroll 0 0 rgba(28, 28, 28, 0.8);
		}
		
		#menu ul ul ul {
			position: absolute; 
			left: 100%; 
			top:0;
			margin: 0;
		}
		
		#menu a {
			margin:0;
			text-decoration:none;
			color:#fff;
			display:inline-block;
			white-space:nowrap;
			width:90%;
			height:100%;
		}
		
		#menu ul li ul li span {
			padding: 0 10px;
		}
		
		#menu li.tab, #menu li.tabsel {
			background-image:url('/layout-images/menubg.png');
			background-repeat:repeat-x;
			padding:19px 10px;
		}
		
		#menu li.tabsel {
			background-image:url('/layout-images/menubg_selected.png');
			background-repeat:repeat-x;
			background-position:top;
		}
		
		#menu li li.tab, #menu li li.tabsel {
			background-image: none;
			padding: 19px 0;
		}
		
		#menu li li.tabsel {
			background: rgba(28, 28, 28, 0.8);
		}

		#bread{text-align:center;position:absolute;width:870px;margin-top:10px;}
		#bread a, .breadcrumbs-left {background-image:none;padding:0 4px;text-decoration:none;color:#eee;font-weight:bold;}
		#bread a:hover {background-image:none;padding:0 4px;text-decoration:underline;color:#fff;
		transition: color .3s linear;-moz-transition:color .3s linear;-webkit-transition:color .3s linear;-o-transition:color .3s linear;
		}
			
		#content {
			padding: 12px 10px;
			background:#f5f5f5;
			background:rgba(248,248,248,0.8);
			margin-bottom:20px;
			min-height:470px;
			width:930px;
			margin:auto;
			position: relative;
			zoom: 1;
		}
		
		#content .twocolblock {
			padding-top: 18px;
		}
		
		#content a.tooltipComponent {color:#229911;text-decoration:none;}
		#content a.tooltipComponent:hover {color:#583;text-decoration:underline;}
		.text-component,.message-box-component{line-height:18px;margin: 0 0 12px 0;}
		
		#join {
			float:right;
		}
		
		#join-now-container {
			z-index:3;
			position: relative;
			width: 294px;
			margin: 0 auto;
		}

		#join-now-btn {
			position: relative;
			margin-top: 20px;
			margin-left: auto;
			margin-right: auto;
			display: block;
			border: none;
			width: 294px;
			height: 66px;
			background: url(/img/join-now-buttons.png) 0px 0px;
		}

		#join-now-btn:hover {
			background-position: 0px -67px;
		}

		.landing-page #join-now-btn:active {
			background-position: 0px -134px;
		}
		
		h1,h2 {clear:left;}
		#content h1 {font-size:40px;font-weight:bold;line-height:48px;text-align:center;margin:20px 0 8px 0;}
		#content h2, h3 {color:#02565a;font-weight:normal;margin:0 0 12px 0;}
		
		#content h2 {font-size:25px;line-height:28px;}
		#content h3 {font-size:18px;color:#02565a;line-height:16px;}
		
		#content hr {background-color:#969696;height:1px;border:0;width:100%;margin:16px 0 0 0;}
		#content hr {display:none;} 
		
		div#content-left, div#content-right{display:inline-block;}
		
		div#content-left {width: 665px;padding-right: 15px;}
			
		div#content-right {width: 190px; vertical-align:top;}
		
		.cntsColumn {width:445px;padding:0;float:left;}
		
		#footer {
			width:870px;
			margin:20px auto 0 auto;
			padding-bottom:20px;
			text-align:center;
		}
		
		.image-component {padding:0 0 7px 18px;margin:0;}
		
		.image-component-302 {display:block;margin:auto;}
		
		.image-component-left {float:left;margin:0;padding:0 18px 7px 18px;}
		.no-padding {padding: 0 0;}
		.cntsColumn .image-component-left {padding-left:0;}
		.image-component-right {float:right;margin:0;clear:right;padding:0 0 7px 10px;}
		.image-component-full {margin:0 0 35px 0;padding:0;}
		
		.image-component-caption {width:100%;text-align:center;display:inline-block;clear:both;font-weight:bold;margin-top:5px;}
		
		.slider-component-caption {
			border-radius: 5px;
			display: block;
			font-family: "oswald";
			font-size: 28px;
			line-height: 1.2em;
			padding: 8px 11px;
			position: absolute;
			text-align: left;
			white-space: nowrap;
			width: auto;
			z-index: 2;
		}

		.caption-left {left: 50px;}
		.caption-right {right: 50px;}
		.caption-top {top: 50px;}
		.caption-bottom {bottom: 50px;}
		.caption-black {
			background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(3,3,3,0.8) 5%, rgba(58,58,58,0.6) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(5%,rgba(3,3,3,0.8)), color-stop(100%,rgba(58,58,58,0.6)));
			background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(3,3,3,0.8) 5%,rgba(58,58,58,0.6) 100%);
			background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(3,3,3,0.8) 5%,rgba(58,58,58,0.6) 100%);
			background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(3,3,3,0.8) 5%,rgba(58,58,58,0.6) 100%);
			background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(3,3,3,0.8) 5%,rgba(58,58,58,0.6) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#993a3a3a',GradientType=0 );

			color: #dedede;
		}
		.caption-white {
			background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(253,253,253,0.8) 5%, rgba(216,216,216,0.6) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(5%,rgba(253,253,253,0.8)), color-stop(100%,rgba(216,216,216,0.6)));
			background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,0.8) 5%,rgba(216,216,216,0.6) 100%);
			background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,0.8) 5%,rgba(216,216,216,0.6) 100%);
			background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,0.8) 5%,rgba(216,216,216,0.6) 100%);
			background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(253,253,253,0.8) 5%,rgba(216,216,216,0.6) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99d8d8d8',GradientType=0 );

			color: #444444;
		}
		
		div.message-box-component{
			width: 186px;
			margin:0 16px 8px 8px;
			margin-bottom: 20px;
			padding:0px;
			border:solid 1px #888;
			border-radius:0px 0px 4px 4px;
			float:right;
			clear:right;
		}
		
		.message-box-component a {text-decoration:none;color:#933;}
		
		.header-component {margin-bottom:30px;}
		
		div.text-component400, div.text-component402 {margin-top:20px;}
		
		div.text-component400 h1, div.text-component400 h2, div.text-component400 h3{text-align:center;}
		
		div.text-component402 h1, div.text-component402 h2, div.text-component402 h3, div.text-component402 p {text-align:center;}
		
		div.text-component{padding: 0 18px 18px 18px;}
		
		div.nobodytext{padding:0 18px;}
		
		div.news-list-component{padding: 12px 0px;}
		
		div.text-component p{margin:8px 0 0 0; padding: 0 0 8px 0;}
		
		div.text-component a:link {text-decoration:none;color:#22767a;}
		
		div.text-component a:visited {color:#2a7e83;}
		
		div.text-component a:hover {color:#32868a;}
		
		div.text-component p:first-child {margin-top:0;}
		
		div.text-component ol li,div.text-component ul li {list-style-position:inside;}
		
		div.text-component ul {padding:0 10px;margin-bottom:10px;}
		
		div.text-component ul li {list-style-type:square; margin-bottom: 1em;}
		
		#content div.text-component h1 {color:#222;}
		
		div.pack-box-component {
			float: left;
			overflow: hidden;
			padding: 18px 18px 0 18px;
			margin:0;
			border-bottom:solid 1px #ababab;
			line-height:17px;
		}
		
		div.pack-box-component p {
			margin:4px 0 1px 0;
			padding-bottom: 8px;
		}
		
		div.pack-box-component img.floatLeft {padding:5px 10px 18px 0px;}
		div.pack-box-component img.floatRight {padding:0 0 0px 10px;}
		
		div.pb-width1 {width: 893px;background-color:#f2f2f2;padding-top:10px;padding-bottom:4px;}
		
		div.pb-width2 {width: 428px;background-color:#f2f2f2;padding-top:10px;padding-bottom:6px;}
		
		div.pb-width3 {width: 280px;background-color:#ccc;padding:10px 15px 8px 15px;}
		
		div.message-box-component p{margin:0;}
		
		div.pack-box-component ul {list-style-type:none;margin:0;padding:0;list-style-image:url('raquo.gif');}
		
		#content div.message-box-component h3{
			padding: 4px 0px 0px 6px;
			margin:0;
			background: #dfe2e7;
			background: url(/img/back_messagebox_header.gif) 0% 0% repeat-x;
			height: 20px;
			font-weight:normal;
			font-size:14px;
			color:#eee;
		}
		
		#content div.pack-box-component h3{font-size:16px;font-weight:normal;margin:4px 0;padding:0;}
		
		div.message-box-component-content,div.pack-box-component-content {padding:6px;}
		
		div.pack-box-component-button a{
		  font-weight: normal;
		  font-size:22px;
		  text-decoration:none;
		  color:#02565A;
		  line-height:23px;
		}
		
		div.pack-box-component-button{margin:3px 0 7px 0;}
		
		a.pack-box-component-button:hover {-moz-transition: color .2s ease-in-out;color:#22767A;text-decoration:underline;}
		
		#content .news-list-component-entry{margin:0 auto 75px auto;padding: 20px;border:1px solid #bbbbbb;height:150px;overflow-y:hidden;box-shadow: -3px 5px 5px 0px rgba(85,85,85,0.2);background-color:rgba(255,255,255,0.8);}
		#content .news-list-component-entry:hover {background-color:rgba(255,255,255,1.0);box-shadow: -3px 5px 5px 0px rgba(85,85,85,0.4);transition: background-color ease-out .3s, box-shadow ease-out .3s;}
		#content .news-list-component-entry-title {display:block;line-height:170%;color:#333333;font-size:20px;}
		#content .news-list-component-excerpt a, #content .news-list-component-read-more {text-decoration:none;color:#02565a;}
		#content .news-list-component-excerpt p {line-height:150%;}
		#content .news-list-component-date {font-size:13px;line-height:85%;color:#02565a;}
		
		.picture-component .right {float:right;margin-right:18px;}
		
		.floatLeft {float:left;}
		.floatRight {float:right;}
		
		.image-component-column1 img {width:48%;float:left;margin:10px 0 0 10px;height:320px;}
		
		table {width: 100%; font-size: 12; margin-bottom: 16px; padding-left: 18px;}
		td {padding-right: 10px;}
		
		/* for img -gallery */
		#img-gall-selected-image-img{cursor:url('/img/enlarge.gif'),crosshair;}
		
		#img-gall ul {margin:0px 0px 0px 30px;list-style-type:none;padding:0px;width:650px;}
		
		#img-gall ul li {float:left;list-style-type: none;background:url();padding:3px;border:solid 1px #999;margin:3px;cursor:pointer;}
		
		#img-gall .img-folder-selector {float:left;width:60px;padding:5px;clear:none;text-align:center;}
		
		#img-gall .img-folder-selector-buttonbox{width:58px;} /* avoid text below img to break in IE */ 
		
		#img-gall #img-gall-selected-titleText {float:right;text-align:right;margin-right:20px;
			font-family:arial,sans-serif;font-size:11px;color:#666;}
		#img-gall #galleries-list li {float:none;}
		#img-gall #overlay{visibility: hidden; position: absolute; left: 0px; top: 0px; 
			width:100%; height:100%; text-align:center; z-index: 1000; 
			background-color:#000; opacity:0.85; filter:alpha(opacity=85);
	}
		#img-gall #overlay-img{visibility: hidden; position: absolute; left: 0;
			 top: 20%; width:100%; height:100%; text-align:center; z-index: 1000;
			 color:#fff;}
		.prevnext {opacity:0.5;padding-left:20px;}
		.prevnextclickable{cursor:pointer;opacity:1.0;}
		#galleries-list a {text-decoration:none;color:#333;}
		
		.image-gallery {
			padding: 10px;
			margin: 0;
		}
		
		.gallerytooltip {
			color: #000000; 
			outline: none;
			text-decoration: none;
			position: inherit;
		}
		
		.gallerytooltip span {
			visibility: hidden;
			position: relative;
			background-color: lightgray;
			border: 1px solid black;
			max-width: 250px;
			border-radius: 5px 5px;
			padding: 5px;
			top: inherit;
			opacity: 0;
			transition: 0.4s opacity;
			-moz-transition: 0.4s opacity;
			-webkit-transition: 0.4s opacity;
			-o-transition: 0.4s opacity;
		}
		
		.gallerytooltip:hover span {
			z-index: 99;
			visibility: visible;
			opacity: 0.8;
		}
		
		.gallerytooltip:hover em {
			font-size: 1.2em;
			font-weight: bold;
			display: block;
			padding-bottom: 3px;
		}
		
		/* for tutorial video page */
		.video-container {
			width:401px;
			padding:15px;
			margin-bottom:20px;
			margin-left:14px;
			float:left;
			border-radius: 5px 5px 5px 5px;
			background:#fff;
			-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		}

		.video-container:before {
			-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
			-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
			box-shadow:0 0 15px rgba(0,0,0,0.6);
			top:0;
			bottom:0;
			left:10px;
			right:10px;
			border-radius:100px / 10px;
		}
		
		.video-container p {
			height: 84px;
			overflow: hidden;
		}

		.video-container div {
			padding: 5px;
			background: #000;
			border-radius: 7px;
		}
ul.image-gallery {padding:0;}
			.image-gallery li {list-style:none;margin:10px;float:left;}
			.image-gallery li img {float:left;}
			
			.galleryFolderSlideBtn {float:left;width:40px;font-size:28px;font-weight:bold;margin-top:80px;margin-left:10px;margin-right:10px;text-align:center;color:#555;}
			.galleryFolderSlideBtn:hover {cursor:pointer;color:#222;}
			.galleriesOuter {width:810px;height:171px;overflow-x:hidden;overflow-y:hidden;margin-top:30px;float:left;}
			.galleriesInner {height:151px;overflow-x:auto;overflow-y:hidden;}
			.galleriesInner span {display:block;position:absolute;z-index:2;}
			.galleriesFolder{background-repeat:no-repeat;
				width:121px;
				height:97px;
				padding:49px 0 0 13px;
				float:left;
				margin:0 0 0 10px;
				list-style:none;}
			.galleriesFolderMiniCnts{width:35px;height:22px;display:inline-block;padding:2px 5px;}
			.galleriesFolderMiniCnts img {border:solid 1px #777;}
			h2.galleryTitle {text-align:center;margin-bottom:0;}
			
			
		
			/* jssor slider bullet navigator skin 13 css */
			/*
			.jssorb13 div           (normal)
			.jssorb13 div:hover     (normal mouseover)
			.jssorb13 .av           (active)
			.jssorb13 .av:hover     (active mouseover)
			.jssorb13 .dn           (mousedown)
			*/
			.jssorb13 div, .jssorb13 div:hover, .jssorb13 .av {background: url(/templates/javascript/jssor-slider/img/b14.png) no-repeat;overflow: hidden;cursor: pointer;}

			.jssorb13 div {background-position: -5px -5px;}

			.jssorb13 div:hover, .jssorb13 .av:hover {background-position: -35px -5px;}

			.jssorb13 .av {background-position: -65px -5px;}

			.jssorb13 .dn, .jssorb13 .dn:hover {background-position: -95px -5px;}
				
			/*
			.slider1_container {position: relative; width: 930px; height: 591px; overflow: hidden;}
			*/
			.slider1_container {position: relative; width: 930px; height: 523px; overflow: hidden;}
			
			.slider1_container_loading {position: absolute; top: 0px; left: 0px;}
			
			.slider1_container_loading1 {filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block; background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;}
			
			.slider1_container_loading2 {position: absolute; display: block; background: url(/templates/javascript/jssor-slider/img/loading.gif) no-repeat center center;top: 0px; left: 0px;width: 100%;height:100%;}
			/*
			.slidescontainer {cursor: move; position: absolute; left: 0px; top: 0px; width: 930px; height: 591px; overflow: hidden;}
			*/
			.slidescontainer {cursor: move; position: absolute; left: 0px; top: 0px; width: 930px; height: 523px; overflow: hidden;}
			
		
		
		/* for define "nextPrev" */
		.nextPrev {width:100%;font-size:18px;margin-top:20px;}
		.nextPrev a{display:inline-block;text-decoration:none;color:#333;}
		.nextPrev .next {float:right;}
		.nextPrev .prev {float:left;}
  