.glidecontentwrapper{
position:absolute; /* Do not change this value */
width: 996px;
height: 430px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
background:url(../images/home-banner_bg.jpg) no-repeat 0px 0px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	padding: 0px;
	visibility: hidden;
	width: 996px;
	height:320px;
	left: 0px;
	background:url(../images/glidecontent_bg.jpg) no-repeat 15px 0px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	width: 994px;
	margin:0px;
	position:absolute;
	top:0px;
	z-index:999;
	height:20px;
	
	/*How to align pagination links: "left", "center", or "right"
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: 0px solid black;
	color: none;
	padding: 1px 0px;
	margin-right: 0px;
	font-weight: bold;
	text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: none;
	color: black;
	background:url(../images/product_over_bg.png) no-repeat 0px 0px;
}

.glidecontenttoggler a:hover{
	background: none;
	color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	margin:0px;
	position:relative;
	width:120px;
	height:140px;
	top:295px;
	left:330px;
	float:left;
}
.glidecontenttoggler a.toc:hover{
	background:url(../images/product_over_bg.png) no-repeat 0px 0px;
}
.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	margin:0px;
	position:relative;
	width:25px;
	height:60px;
	top:140px;
	left:20px;
	float:left;
	cursor:pointer;
}
.glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	margin:0px;
	position:relative;
	width:25px;
	height:60px;	
	top:140px;
	right:20px;
	float:right;
	cursor:pointer;	
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	background: none;
	color: none;
	cursor:pointer;	
}


.glidecontent_text{
	position:absolute;
	width:475px;
	height:250px;
	margin:40px 0px 0px 85px;
}
.banner_button{
	position:absolute;
	z-index:100000;
	margin-top:15px;
}
.glidecontent_text h1{
	margin:0px;
	font-size:32px;	
	color:#000;
	line-height:36px;
}
.glidecontent_text p{
	margin:10px 30px 0px 0px;
	font-size:18px;	
	color:#333333;
	line-height:20px;
}
.pc_scan_bg{
	background:url(../images/home-banner.jpg) no-repeat 0px 0px;
	width:996px;
	height:330px;
}
.glidevideo{
	width:300px;
	height:280px;
	float:right;
	right:90px;
	top:40px;
	position:absolute;
	z-index:1000;

 
/*	width:370px;
	padding:40px 0px 0px 23px; 
	top:0px;
	background:url(../images/glidevideo_bg.jpg) no-repeat 0px 0px;  */
}