﻿/* Slideshow.ascx */
#Slideshow
{
	width: 687px;
	height: 438px;
	overflow: hidden;
	position: relative;
	margin: 5px 0 0 40px;
}
#Slideshow #Image
{
	width: 687px;
	height: 438px;
	position: relative;
	border: none;
	display: none;
	z-index: -1;
}

html>body #Slideshow #Image
{
	z-index: 1;
}

#Slideshow #DummyImage
{
	width: 687px;
	height: 438px;
	position: absolute;
	border: none;
	display: none;
	z-index: -1;
	top: 0;
	left: 0;
}
html>body #Slideshow #DummyImage
{
	z-index: 1;
}

#Slideshow #TransparentGif
{
	position: absolute; 
	width: 605px; 
	height: 369px;
	border: none;
}
#Slideshow .jcarousel-container 
{
    position: absolute;
    z-index: 2;
}
#Slideshow .jcarousel-clip-vertical 
{
	margin-left: 83px;
}
#Slideshow .jcarousel-clip
{
    height: 380px;
    width: 92px;
    top: 34px;
    left: 500px;
    position: absolute;
    z-index: 2;
    overflow: hidden;
}
#Slideshow .jcarousel-list
{
	z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#Slideshow #Carousel
{
	padding-left: 11px;
	overflow: visible;
}
#Slideshow .jcarousel-item
{
    width: 95px;
    height: 50px;
    overflow: visible;
    position: relative;
    float: left;
    list-style: none;
    margin: 2px 0;
}
#Slideshow img
{
    width: 83px;
    height: 48px;
}
#Slideshow .jcarousel-item .non-active-thumb-image
{
	margin-top: 0px;
	cursor: pointer;
}
#Slideshow .jcarousel-item .active-thumb-image
{
	margin-top: 0px;
	cursor: pointer;
}
#Slideshow .jcarousel-next 
{
    z-index: 3;
    display: none;
}
#Slideshow .jcarousel-prev 
{
    z-index: 3;
    display: none;
}
#PlayPauseButton 
{
	position: absolute;
	z-index: 50;
	top: 390px;
	left: 20px;
}
#PlayPauseButton img
{
	width: 35px;
	height: 37px;
}
#CarouselBack
{
	position: absolute;
	z-index: 50;
	top: 10px;
	left: 620px;
}
#CarouselForward
{
	position: absolute;
	z-index: 50;
	top: 418px;
	left: 620px;
}
#CarouselBack img, #CarouselForward img
{
	width: 35px;
	height: 15px;
}