.module_system{
	position: relative;
	font-family: "Trebuchet MS";
}
.module_system .master{
	width: 204px;
	height: 32px;
	background: url("images/master.png") center top no-repeat;
	position: absolute;
	top:0; right:60px;
}
.module_system .master:hover{background-position: 0% 100%;}
.module_system .tabs{
	margin: 55px 0px 30px 0px;
	width: 935px;
}
.module_system .tabs ul li{
	float: left;
	height: 51px;
	text-align: center;
	font-size: 18px;
	line-height: 51px;
	padding: 0 26px;
	background: url("images/tabs_menu_bg.png") center center repeat-x;
	position: relative;
	cursor: pointer;
}
.module_system .tabs ul li div {
	width: 15px;
	height: 51px;
	position: absolute;
	top: 0;
}
.module_system .tabs ul li div.begin {left:0;}
.module_system .tabs ul li div.end {right:0;}

.module_system .tabs ul li.split{
	background: url("images/tabs_menu_split.png") center center no-repeat;
	padding: 0;
	width: 15px;
	cursor: default;
}

.module_system .tabs ul li.first{background: url("images/tabs_menu_left_bg.png") center center no-repeat;}
.module_system .tabs ul li.last{background: url("images/tabs_menu_right_bg.png") center center no-repeat;}

.module_system .tabs ul li.active {background: url("images/tabs_menu_active_bg.png") center center repeat-x;}
.module_system .tabs ul li.active_slplit_left {background: url("images/tabs_menu_left_active_bg.png") center center no-repeat;}
.module_system .tabs ul li.active_slplit_right {background: url("images/tabs_menu_right_active_bg.png") center center no-repeat;}

.module_system .tabs .tabs_content{
	height: 170px;
	background: #fff url("images/tabs_content_bottom.png") center bottom repeat-x;
	padding: 10px;
	position: absolute;
	display: none;
	top: 0;
	width: 915px;
}
.module_system .tabs .tabs_content .right {
	background: url("images/tabs_content_right.png") center center no-repeat;
	width: 10px;
	height: 190px;
	position: absolute;
	top: 0;
	right:0;
}
.module_system .tabs .tabs_content .left {
	background: url("images/tabs_content_left.png") center center no-repeat;
	width: 10px;
	height: 190px;
	position: absolute;
	top: 0;
	left:0;
}
.module_system .tabs #tabs_wrapper_id .active {display: block;}
.module_system .tabs #tabs_wrapper_id {height: 190px; position: relative;}
.module_system .categoryDesc { font-family:arial; margin-top:20px; margin-bottom:20px; line-height: 18px; }

.module_system .categoryDesc {
	clear: both;
}
.module_system .moduleVariantSection.v2,
.module_system .moduleVideoSection.v2
{
	float: none;
	width: 100%;
	display: inline-block;
	clear: both;
	margin-right: -20px;
	margin-bottom: 20px;
}
.module_system .moduleVariantSection.v2:after,
.module_system .moduleVideoSection.v2:after
{
	content: "";
	display: table;
	clear: both;
	position: relative;
}
.module_system .moduleVideoSection.v2 .dd,
.module_system .moduleVideoSection.v2 .gallery-item-video
{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}
.module_system .moduleVideoSection.v2 .gallery-item-video {
	height: 125px;
	min-width: 125px;
	overflow: hidden;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.module_system .moduleVideoSection.v2 .gallery-item-video img {
	max-height: 100%;
}
.module_system .moduleVideoSection.v2 .gallery-item-video .icon {
	margin: -19px auto;
	left: 0;
	right: 0;
}
.module_system .moduleVideoSection.v2 .dd {
	width: 199px;
}
.module_system .moduleVideoSection.v2 .dd a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.gallery-variants-new-1 .gallery.v2 {
	width: 100%;
	height: auto;
}
.gallery-variants-new-1 .gallery.v2 .gallerySlideWrapper {
	width: 355px;
	height: 105px;
	padding: 5px;
}
.gallery-variants-new-1 .gallery .left.v2,
.gallery-variants-new-1 .gallery .right.v2
{
	position: absolute;
	top: 50%;
	margin: -20px 0 0 0;
	width: 18px;
	height: 40px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 50px;
	border: none;
	cursor: pointer;
	background: url('/css_v2/../img/card5CarouselNav.png') top left no-repeat;
}
.gallery-variants-new-1 .gallery .left.v2 {
	left: 0;
}
.gallery-variants-new-1 .gallery .left.v2.arrDisabled {
	background-position: bottom left;
	opacity: 1;
}
.gallery-variants-new-1 .gallery .right.v2 {
	right: 0;
	background-position: top right;
}
.gallery-variants-new-1 .gallery .right.v2.arrDisabled {
	background-position: bottom right;
	opacity: 1;
}
.gallery-variants-new-1 .gallery.v2 .gallerySlide li {
	background: none;
	margin-bottom: 20px;
	height: 100px;
	width: 106px;
	padding: 0 4px;
	display: block;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.gallery-variants-new-1 .gallery.v2 .gallerySlide li a {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.gallery-variants-new-1 .gallery.v2 .gallerySlide li span {
	line-height: 100px;
}
.gallery-variants-new-1 .gallery.v2 .gallerySlide li:hover img {
	opacity: 1;
}
.gallery-variants-new-1 .gallery.v2 .gallerySlide li img {
	max-width: 100%;
	opacity: 0.7;
	vertical-align: middle;
	top: 0;
}
