﻿div.slideshowContainer
{
    margin: 10px auto 0;
    width: 950px;
    height: 196px;
    padding: 14px;
    background: url(slideshow.png) no-repeat;
}

div.slideshow
{
    width: 950px;
    height: 196px;
}

div.slideshow .slide
{
	width: 950px;
	height: 196px;
	display: none;
}

div.slideshow img.slide
{
	border: 0;
}

div.slideshow div.slide
{
	position: relative;
}

div.slideshow img.replay
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 16px;
}

div.slideshow img.replay:hover
{
	cursor: pointer;
}

div.block
{
	float: left;
	width: 280px;
}

div.blockSpacer
{
	float: left;
	width: 22px;
	border-left: dotted 1px #b4b4b4;
	margin: 7px 0 0 22px;
	height: 210px;
}