#jsCarousel {
	margin: 0 auto;
	text-align: center;
}

#jsCarousel p {
	color: white;
	font-size: 14px;
	font-weight: bolder;
	margin-top: -5px;
}

#jsCarousel li {
	float: left;
	list-style: none;
	width: 48%;
	border: 1px solid gray;
	margin: 5px;
	background-color:white;
	position:relative;
}

.product_demo {
	height: 150px;
	padding: 20px;
	padding-top: 50px;
}

.product_demo:last-child {
	border-right: none;
}

.product_intr img {
	height: 100px;
	width: 100px;
}

#thumbnail-text {
	color: #666;
	margin-top: 20px;
}

.hide {
	display: none;
}

.product_intr img,.product_demo h1 {
	margin-top: -18px;
}

.product_demo h1 {
	font-size: 25px;
}

.product_demo h2 {
	margin-top: -18px;
	margin-bottom: 35px;
	font-size: 25px;
	color: white;
}

.product_demo span {
	color: gray;
	font-weight: bold;
	font-size: 14px;
}

.product_demo a {
	background: url("./../images/web/btnbg.png") no-repeat 0px -44px;
	width: 150px;
	height: 40px;
	display: block;
	line-height: 40px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: 0 auto;
}

.product_demo a:hover {
	background: url("./../images/web/btnbg.png") no-repeat 0px 0px;
	color: black;
}

.getCodeTag{
	position:absolute;
	bottom:5px;
	right:10px;
	text-decoration: underline;
	display:none;	
	color:white;
}

.getCodeTag:hover,.getIntroMsg:hover{
	color:black;	
}

.getIntroMsg{
	position:absolute;
	bottom:5px;
	right:100px;
	text-decoration: underline;
	display:none;	
	color:white;
}