#image-gallery #container-wrap {
background:transparent url("../images/master-page/backGroundContentBottom2.jpg") repeat-x scroll center 98%;
}

#image-gallery #main{
	padding-top:35px;
	background:transparent url("../images/master-page/backGroundContentTop.jpg") repeat-x scroll 0% 0pt;
}

/* slider specific CSS */
.sliderGallery {
    background:#471418 url("../images/landing-page/gallery/slider-background.png") top center repeat-x;
    overflow: hidden;
    position: relative;
    padding: 10px 10px 10px 5px;
    height: 80px;
    width: 614px;
	left:158px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0 0 0 10px;

}

* html .sliderGallery ul {
left:5px;
}

*+html .sliderGallery ul {
left:5px;
}

.sliderGallery ul li {
    display: inline;
}

.slider {
    width: 560px;
    height: 17px;
    padding: 1px;
    position: absolute;
    background: url("../images/landing-page/gallery/productbrowser_scrollbar.png") no-repeat;
		left:193px;
		top:107px;
}

.handle {
    position: absolute;
    cursor: move;
    height: 17px;
    width: 146px;
    top: 1px;
    background: url("../images/landing-page/gallery/productbrowser_scroller.gif") no-repeat;
    z-index: 100;
}

.slider span {
    color: #fff;
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 3px;
}

#slider-bttn-left, #slider-bttn-right {
	cursor: pointer;
  position: absolute;
  z-index: 111;
	text-indent:-9999px;
	left:173px;
	height:19px;
	width:21px;
	background:url("../images/landing-page/gallery/gallery-bttn-left.png") no-repeat;
	top:107px;
}

#slider-bttn-right {
	left:755px;
	background:url("../images/landing-page/gallery/gallery-bttn-right.png") no-repeat;

}

.slider .slider-lbl1 {
    left: 50px;
}

.slider .slider-lbl2 {
    left: 500px;
}

.slider-thumb img{
	height:55px;
	width:75px;
	margin-right:4px;
}

#gallery-items{
    background:url("../images/landing-page/gallery/gallery-bottom.png") left bottom no-repeat;

margin:0pt 0pt 20px 150px;
padding:2px 10px 10px 0px;
position:relative;
width:635px;
}

#image-gallery #main #gallery-items li{
background:#fff url("../images/landing-page/gallery/gallery-side.png") left repeat-y;
position:relative;
color:#333;
width:609px;
margin:0px;
padding:0px 17px;
}

#image-gallery #main #gallery-items h3{
margin:0;
font-size:1.4em;
}

#image-gallery #main #gallery-items h4{
font-size:1.1em;
margin:0;
color:#333;
font-weight:bold;
}

#gallery-items li a{
font-size:0.9em;
color:#801C24;
/* was initially #9C242E */
font-size:1.1em;
padding:5px 0 15px;
}

.stacked {
position:absolute;	
}

.stacked img{
width:610px;
margin-bottom:20px;	
}

#image-gallery #main #gallery-items .stacked p{
margin:0 0 10px;	
font-size:1em;
}

#image-gallery #main #gallery-items .stacked .product-image{
float:left;
margin-right:10px;
}

#image-gallery #main #gallery-items .stacked .product-image img{
width:auto;
height:auto;
}