#mcts1 
{
    width:945px;
    height:460px;
    margin: 0 auto;
    padding:20px 20px;
    border:1px solid #dedcb4;
    background:#6DBDD6 url(loading.gif) no-repeat 50% 50%;
    box-shadow: 0px 2px 6px #DDDDDD;
    border-radius:4px;
}
#foobar
{
	width: 945px;
	height: 455px;
	position: relative;
}

#foobar .navigation
{
	position: absolute;
	display: block;
	z-index: 100;
	color: #303030;
	bottom: 0px;
	
	right: 52px;
	margin: 0px;
	padding: 10px;
	background-color: #6DBDD6;
	
}
#foobar .navigation a
{
	color: #303030;
	text-decoration: none;
	outline: none;
}

#foobar .viewer
{
	width: 945px;
	height: 455px;
}

#foobar .viewer .reel .slide
{
	position: relative;
	width: 945px;
	height: 455px;
}

#foobar .viewer .reel .slide span
{
	float:right;
	
	width: 240px;
	height: 365px;
	
	opacity: 0.90;
	padding: 20px;
	
	background-color: #FFFFFF;
	font:normal 12px/14px Verdana;
	color: #333333;
	
}
