
/* PRODUCT TOUR  */

.infiniteCarousel {
  width: 976px;
  position: relative;
}

.infiniteCarousel .wrapper {
	width: 970px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height: 150px;
	margin: 0 3px;
	position: absolute;
	top: 0;
}

.infiniteCarousel ul a img {
border: none;

}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
	display:block;
	float:left;
	height: 140px;
	width: 239px;
	padding-right: 5px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(../images/home_gd/arrow.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 50px;
	cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}


/* TOP SLIDESHOW  */


 /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:auto;
            text-indent:-8000px;
            }
    /* // image replacement */
			


#slider img{border:none;}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:677px;
		height:327px;
		overflow:hidden; 
		}	


#slider1next, #slider1prev{ 

		display:block;
		width:25px;
		position:absolute;
	}
		
															
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	width:25px;
	text-indent: -999px;
	position: absolute;
	top: 110px;
	cursor: pointer;
	background:url(../images/home_gd/slideback.jpg) no-repeat 0 0;
	margin-left: 10px;
	height: 19px;
		}	
	#nextBtn a, #slider1next a{
	background:url(../images/home_gd/slidenext.jpg) no-repeat 0 0;
	margin-left: 38px;
	}	
		
	
	
	

