#logo-promo {
	width: 143px;
	height: 200px;
	background-color: #fff;
	text-align: center;
	/*float: left;*/
	position: relative;
	display: none;
	margin: 0 auto;
}

#logo-promo div {
	width: 143px;
	height: 200px;
	/*
	font-style: italic;
	*/
	font-weight: bold;
	background-color: #fff;
}

#logo-promo div h3 {
	padding: 4px;
	font-size: 9pt;
}


#logo-promo div.logo-promo-head {
	width: 143px;
	height: 16px;
	background-color: #39349B;
	color: #fff;
	font-weight: bold;
}

#logo-promo a {
	text-decoration: none;
	font-weight: normal;
}

#logo-promo a img {
	border: none;
}

#logo-promo a span {
	color: #E76711;
}

#logo-promo #controls2 {
	z-index: 1000;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 64px;
	height: 16px;
	display: block;
	margin: 0;
	padding: 0px;
	font-size: 9px;
}

#logo-promo #controls2 span {
	
}

#logo-promo #controls2 span a {
	margin: 0;
	padding: 0;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: 100px;
	float: left;
	text-decoration: none;
}

#next2 {
	background: transparent url(../images/controls_next.jpg) no-repeat
		scroll 0 0;
}

#prev2 {
	background: transparent url(../images/controls_prev.jpg) no-repeat
		scroll 0 0;
}

#pause2 {
	background: transparent url(../images/controls_pause.jpg) no-repeat
		scroll 0 0;
}

#play2 {
	background: transparent url(../images/controls_play.jpg) no-repeat
		scroll 0 0;
}

