*
{
    margin: 0;
    padding: 0;
}

#slideshow a
{
	outline: none;
}

#slideshow ul
{
    list-style: none;
	overflow: hidden;
	position: relative;
	height: 445px;
}

#slideshow ul li
{
	margin: 0 auto;
}

#slideshow ul li label
{
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #3876A5;
	background-color: #FFFFFF;
	opacity: 0.6;
	text-align: center;
	padding: 5px;
    display: none;
}

.slideshow-next-button, .slideshow-prev-button, .slideshow-play-button, .slideshow-pause-button
{
	height: 445px;
	z-index: 2000;
}

.slideshow-next-button:hover
{
	background: url(../images/slideshow/right-hover.png);
}

.slideshow-prev-button:hover
{
	background: url(../images/slideshow/left-hover.png);
}

.slideshow-next-button div
{
	background: url(../images/slideshow/right-arrow.png) 200px center no-repeat;
}

.slideshow-prev-button div
{
	background: url(../images/slideshow/left-arrow.png) no-repeat;
}

.slideshow-next-button div, .slideshow-prev-button div
{
	width: inherit;
	height: inherit;
}

.slideshow-play-button
{
	background: url(../images/slideshow/play.png) center center no-repeat;
}

.slideshow-pause-button
{
	background: url(../images/slideshow/pause.png) center center no-repeat;
}

#slideshow-button
{
	position: absolute;
	top:286px;
	right:131px;
	
}

