/* =Slider
-------------------------------------------------------------- */
/* Basic jQuery Slider essential styles */
ul.bjqs {
	position: relative; 
	overflow: hidden; 
	display: none;
}
li.bjqs-slide {
	display: none;
	position: absolute;
}

/* demo styles */
#banner {
	width: 984px;
	height: 306px;
	margin: 0 auto 0px;
	background-color: #ffffff;
	position:relative;
}
#banner ul.bjqs li {
	/*background-image: url('../images/slider-bg.jpg');
	background-position: top right;*/
}
#banner ul.bjqs li .left {
	width: 450px;
	padding: 40px 0 0 30px;
	float: left;
}
#banner ul.bjqs li h3 {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #333333;
}
#banner ul.bjqs li p {
	padding: 10px 0;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #555555;
}
#banner ul.bjqs li img {
	position: absolute;
	top: 30px;
	right: 3px;
}
#banner ul.bjqs-controls {
	z-index: 9999;
}
#banner ul.bjqs-controls li {
	float: left;
}
#banner ul.bjqs-controls li a {
	width: 34px;
	height: 33px;
	background-image: url('../images/slider-arrow.jpg');
	display: block;
	position: absolute;
	color: #fd0100;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
}
#banner a.bjqs-prev {
	left: -52px;
}
#banner a.bjqs-next {
	right: -52px;
	background-position: bottom left;
}
#banner ul.bjqs li p.bjqs-caption {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 20px 0 17px;
	position: absolute;
	bottom: 45px;
	right: 0;
	background: #fff;
	line-height: 34px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
#banner ol.bjqs-markers {
	z-index: 9999;
	position: absolute;
	bottom: -30px;
	left: 0;
}
#banner .bjqs-markers li {
	float: left;
	margin: 0 3px;
}
#banner ol.bjqs-markers li a {
	display: block;
	height: 10px;
	width: 10px;
	border: 4px solid #fff;
	overflow: hidden;
	text-indent: -9999px;
	background: #000;
}
#banner ol.bjqs-markers li.active-marker a {
	background: #fd0100;
}
/* demo Product styles */
#banner1 {
	width: 1092px;
	height: 433px;
	margin: 0px auto 30px;
	position: relative;
}
#banner1 ul.bjqs li img {
	position: absolute;
	z-index: 1;
	left: 0;
}
#banner1 ul.bjqs li .left {
	width: 440px;
	padding: 52px 0 0 57px;
	float: left;
	z-index: 999;
	position: relative;
}
#banner1 ul.bjqs li h3 {
	padding: 5px 30px 0 20px;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	color: #333333;
	background-color: #fff;
	float: left;
	text-transform:uppercase;
	letter-spacing:-1px;
}
#banner1 ul.bjqs li h3 strong {
	font-weight: bold;
}
#banner1 ul.bjqs li p {
	padding: 10px 27px 10px 20px;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #555555;
	background-color: #ffffff;
	float: left;
}

#banner1 ul.bjqs li span {
	position:absolute;
	background:#fff;
	padding:5px 10px;
	left: 57px;
	margin-top: 280px;
}

#banner1 ul.bjqs-controls {
	z-index: 9999;
	position: absolute;
	right: 25px;
	bottom: 0;
}
#banner1 ul.bjqs-controls li {
	float: left;
}
#banner1 ul.bjqs-controls li a {
	width: 6px;
	height: 10px;
	background-image: url('../images/product-next-prv-arrow.png');
	display: block;
	line-height: 10px;
	font-size: 10px;
	position: absolute;
	color: #fd0100;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
	bottom: -30px;
}
#banner1 a.bjqs-prev {
	right: 90px;
	background-position: top left;
}
#banner1 a.bjqs-next {
	background-position: bottom left;
	right: 56px;
}
#banner1 ul.bjqs li p.bjqs-caption {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 20px 0 17px;
	position: absolute;
	bottom: 45px;
	right: 0;
	background: #fff;
	line-height: 34px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
#banner1 ol.bjqs-markers {
	z-index: 9999;
	position: absolute;
	bottom: -34px;
	left: 55px;
}
#banner1 .bjqs-markers li {
	float: left;
	margin: 0 3px;
}
#banner1 ol.bjqs-markers li a {
	display: block;
	height: 17px;
	width: 17px;
	background-image: url('../images/product-arrow.png');
	background-position: bottom left;
	overflow: hidden;
	text-indent: -9999px;
}
#banner1 ol.bjqs-markers li.active-marker a {
	background-position: top left;
}

/* demo home bottom styles */
#banner2 {
	width: 984px;
	height: 251px;
	margin: 70px auto;
	position:relative;
}

#banner2 .bjqs .tab-box {
	width: 312px;
	text-align: center;
	float: left;
	padding: 10px 0 0;
}

#banner2 .bjqs .tab-box a {
	display:block;
}

#banner2 .bjqs .tab-box a img {
	padding:7px;
	background:#fff;
	box-shadow: 1px 1px 5px lightgrey; 
	-moz-box-shadow: 1px 1px 5px lightgrey;
	-webkit-box-shadow: 1px 1px 5px lightgrey;
}

#banner2 .bjqs .tab-box a:hover img {
	box-shadow: 1px 1px 5px darkgrey; 
	-moz-box-shadow: 1px 1px 5px darkgrey;
	-webkit-box-shadow: 1px 1px 5px darkgrey;
}

#banner2 .bjqs .center {
	margin: 0 24px;
	display: inline;
}


#banner2 .bjqs .tab-box h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #333;
	padding: 22px 0 10px;
	text-transform:uppercase;
}

#banner2 .bjqs .tab-box span {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	background-image: url('../images/arrow01.png');
	background-position: left 4px;
	padding: 0 0 0 14px;
}

#banner2 .bjqs .tab-box a:hover {
	color:#009AD9;
}

#banner2 .bjqs .tab-box a:hover h3 {
	color:#333;
}

#banner2 .bjqs .tab-box a:hover span {
	color:#009AD9;
}


#banner2 ul.bjqs-controls {
	z-index: 9999;
}
#banner2 ul.bjqs-controls li {
	float: left;
}
#banner2 ul.bjqs-controls li a {
	width: 6px;
	height: 10px;
	background-image: url('../images/product-next-prv-arrow.png');
	display: block;
	line-height: 10px;
	font-size: 10px;
	position: absolute;
	color: #fd0100;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
	top: -30px;
}
#banner2 a.bjqs-prev {
	left: 0;
	background-position: top left;
}
#banner2 a.bjqs-next {
	background-position: bottom left;
	left: 30px;
}
#banner2 h2 {
	z-index: 9999;
	position: absolute;
	top: -34px;
	left: 0;
}

#banner2 ol.bjqs-markers {
	z-index: 9999;
	position: absolute;
	top: -34px;
	right: 0;
}
#banner2 .bjqs-markers li {
	float: left;
	margin: 0 3px;
}
#banner2 ol.bjqs-markers li a {
	display: block;
	height: 17px;
	width: 17px;
	background-image: url('../images/product-arrow.png');
	background-position: bottom left;
	overflow: hidden;
	text-indent: -9999px;
}
#banner2 ol.bjqs-markers li.active-marker a {
	background-position: top left;
}
