/* CSS Document */
table, tbody, td {
	border-collapse: collapse;
	padding: 0; margin: 0;
}

table tr td {
	vertical-align: top;
}

.slideShow {
	margin: 0; padding: 0;
	width: 562px; height: 317px;
	position: relative; top: 0; left: 0;
	background: #fff;
}

.slideShow .content {
	padding: 10px;
}

.slideShow .content .left {
	float: left; height: 295px; width: 162px;
	background: url('/images/slide_cell_sep.gif') left top repeat-x;
}

.slideShow .content .left table {
	margin: 1px 0 0 0; padding: 0; width: 100%;
	background: url('/images/slide_tab_sep.gif') right top repeat-y;
}

.slideShow .content .left table tr td {
	height: 98px; padding: 0 1px 0 0; overflow: hidden;
	background: url('/images/slide_cell_sep.gif') left bottom repeat-x;
}

.slideShow .content .left table tr td a {
	display: block;	height: 98px;
	color: #666; font-size: 12px;
	text-decoration: none; background: url('/images/slide_cell.gif') left top no-repeat;
}

.slideShow .content .left table tr td a span {
	padding: 20px 13px 5px 10px; display: block; line-height: 15px;
}

.slideShow .content .left table tr td a.active, .slideShow .content .left table tr td a.active:hover {
	background: url('/images/slide_cell_active.gif') left top no-repeat;
	color: #fffefe;
}

.slideShow .content .left table tr td a:hover {
	background: url('/images/slide_cell_hover.gif') left top no-repeat;
}

.slideShow .content .slideWindow {
	height: 295px; width: 378px; float: left;
	position: relative; top: 0; left: 0; overflow: hidden;
}

.slideShow .content .slideWindow .legend {
	position: absolute; top: 225px; left: 5px;
	width: 368px; height: 82px;
}

.slideShow .content .slideWindow .legend .shadow {
	position: absolute; top: 0; left: 0;
	width: 368px; height: 64px; background: #fff;
	filter:alpha(opacity=70); -moz-opacity: .70; opacity: .70;	
}

.slideShow .content .slideWindow .legend .container {
	position: absolute; top: 0; left: 0;
	width: 368px; height: 64px; background: url('/images/slide_legend_bckg.png') right bottom no-repeat;
}

.slideShow .content .slideWindow .legend .container a {
	display: block; padding: 5px 0 5px 7px; margin-right: 22px;
	color: #000; text-decoration: none; line-height: 13px; font-size: 11px;
}

.slideShow .displayNone {
	display: none;
}


