#slideshow-container {
    float: left;
	clear: both;
    width: 958px;
	height: 408px;
	border: 1px solid #d4d4d4;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#slideshow {
	float: left;
	clear: both;
	width: 956px;
	height: 406px;
    overflow: hidden;
	margin: 1px;
	background: #000000 url('../images/loading.gif') no-repeat 50% 50%;
}

#slideshow-container1 {
    float: left;
	clear: both;
    width: 722px;
	height: 416px;
	border: 1px solid #d4d4d4;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#slideshow1 {
	float: left;
	clear: both;
	width: 720px;
	height: 414px;
	margin: 1px;
    overflow: hidden;
	background: #000000 url('../images/loading.gif') no-repeat 50% 50%;
}

#slideshow div, #slideshow1 div {
    float: left;
    clear: both;
    padding: 0;
	overflow: hidden;
}


#slideshow div a img, #slideshow1 div a img {
    float: left;
    z-index: 0;
    position:relative;
}


#pager-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 960px;
    height: 30px;
    padding-top: 70px;
    z-index: 1000!important;
    text-align: center;
}

#pager {
	position: relative;
	bottom: 0;
    height: 20px;
    width: auto;
	left: 0;
	text-align: center;
	z-index: 1001;
}

#pager a {
    display: block;
    float: left;
    background: url('../images/models-carousel.png') no-repeat bottom left;
    width: 21px;
    height: 20px;
    margin-right: 4px;
    text-indent: 999px;
    overflow: hidden;
}

#pager a.activeSlide  {
	background: url('../images/models-carousel-current.png') no-repeat bottom left;
}

/*glass*/


#pager-container1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 722px;
    height: 30px;
    padding-top: 70px;
    z-index: 1000!important;
    text-align: center;
}

#pager1 {
	position: relative;
	bottom: 0;
    height: 20px;
    width: auto;
	left: 0;
	text-align: center;
	z-index: 1001;
}

#pager1 a {
    display: block;
    float: left;
    background: url('../images/models-carousel.png') no-repeat bottom left;
    width: 21px;
    height: 20px;
    margin-right: 4px;
    text-indent: 999px;
    overflow: hidden;
}

#pager1 a.activeSlide  {
	background: url('../images/models-carousel-current.png') no-repeat bottom left;
}


