.module {
	width: 575px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	text-align:center;
	margin-left:110px;
}

.module .top{
	height: 10px;
	background-image: url(../images/bg_module_top.gif);
	background-repeat:no-repeat;
}
.module .btm{
	height: 10px;
	background-image: url(../images/bg_module_btm.gif);
	background-repeat:no-repeat;
}

.module .content{
	height: 10px;
	background-image: url(../images/bg_module_content.gif);
}



.module .btnLeft{
	float:left;
}

.module .btnRight{
	float:right;
}

.module .slider{
	float:left;
	position:relative;
	z-index:1;
	overflow:hidden;

}
a#moduleToggleBtn{

}

a#usbToggleBtn{
cursor:pointer;
}
#deviceInputInstruction{
	margin-top:0px;
}
.usb-img{
	margin-top:75px;
}

/*-- module getting start --*/
.module .gettingStart{
	height: 284px;
}

.module .sliderContainer{
	height: 110px;
}

.module .btnLeftGettingStart{
	margin: 50px 74px 0 0;
}

.module .btnRightGettingStart{
	margin: 50px 0 0 0;
}


.module .phoneSlider{
	width: 374px;
}


.module .phones table{
	height: 110px;
}

.module .phones td{
	padding: 0 8px;
}

.phoneModel{
	color:#666;
	font-weight:bold;
	text-align:center;
	padding-left:21px;
}



.module .ensCodeContainer{
	padding-top: 10px;
	clear: both;
}

.module .ensCode{
	width: 510px;
	text-align: left;
	margin:auto;
	font-weight:bold;
}

.module .ensImg{
	margin-top: 4px;
}

.phoneImg{
}

.phoneImg60{
	opacity: .6;
	filter: alpha(opacity=50);

}
.phoneImg40{
	opacity: .4;
	filter: alpha(opacity=50);

}


/* module steps */

.module .steps{
	height: 400px;
}


.module .sliderStepsContainer{
	height: 176px;
}

.module .btnLeftSteps{
	margin: 58px 20px 0 0;
}

.module .btnRightSteps{
	margin: 58px 0 0 0;
}


.module .stepsSlider{
	width: 478px;
}

.module .steps table{
}

.module .steps td{
	height: 176px;
}

.module .stepContent{
	width: 478px;
	text-align:left;
}

.module .stepImg{
	float:left;
	margin-right: 10px;
	width:240px;
	height:176px;
	margin-bottom:53px;
}

.module .stepTitle{
	display:block;
	font-weight:bold;
	padding-bottom: 6px;
}