/*---------------------------------------------------------------------------------------------------------
//	Slideshow Styles
//--------------------------------------------------------------------------------------------------------*/
#slideshow
{
	position:         relative;
	width:            519px;
	height:           368px;
	background:       #FFF url('/images/slides_back.gif') no-repeat top left;
	text-align:       center;
	margin-bottom: 45px;
}

td#content
{
	width:					auto;
	padding:				20px 20px 20px 40px;
}


#slide-1
{
	display: block;
}

.slide
{
	position:         absolute;
	top: 0;
	left: 0;
	width:            519px;
	height:           347px;
	overflow:         hidden;
	background:       black;
	display: none;
}

a.previouslink
{
	position: absolute;
	top: 350px;
	right: 21px;
}

a.nextlink
{
	position: absolute;
	top: 350px;
	right: 0px;
}

.slide .caption
{
	position:         absolute;
	top:              277px;
	left: 0;
	width:            485px;
	padding:          12px 17px;
	height:           46px;
	
	font-size:        11px;
	color:            white;
	text-align:       left;
	z-index: 20;
}

.slide .caption-back
{
	position:         absolute;
	top:              277px;
	left: 0px;
	width:            519px;
	height:           70px;
	background-color: black;
	z-index: 10;

	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

.slide .caption a
{
	padding-right: 20px;
	background-image: url('/images/arrow.png')!important;
	background-image: none; /* ie6 hack */
	background-position: center right;
	background-repeat: no-repeat;
	color: #FF7D13;
	white-space:nowrap;
}


.slide .caption h2
{
	color:            white;
	font-size:        13px;
}

/*---------------------------------------------------------------------------------------------------------
//	Trading Partners
//--------------------------------------------------------------------------------------------------------*/
.partners
{
	margin-bottom: 45px;
	width: 580px;
}

.partners h2
{
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 2px;
	width: 560px;
}

.partners img
{
	margin-right: 15px;
}
