#promotions-block {
	height: 112px;
	width: 400px;
	position: relative;
	padding: 0;
	margin: 0;
}

#promotions {
	text-align: left;
	overflow: hidden;
	height: 112px;
	width: 300px;
	float: left;
}

#promotions-buttons {
	position: absolute;
	padding: 0 108px;
}

#promotions a.more_up {
	position: relative; 
	top: 36px; 
	left: 200px; 
	display: block; 
	width: 1px;
}

#promotions a.more_down {
	position: relative;
	top: 36px;
	left: 374px;
	display: block;
	width: 1px;
}

#promotions div.more_label {
	position: relative;
	top: -52px;
	left: 359px;
	margin: 6px 0 0;
}

#promotions a.learn_more {
	margin-left: 0px;
}

#promotions a.download_now {
	margin-left: 30px;
}

#promotions-buttons a img.over { visibility: hidden; position: absolute; }
#promotions-buttons a .default { visibility: visible; }

#promotions-content {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#promotions-content li {
	margin: 0;
	display: none;
	position: absolute;
	width: 200px;
	top: 30px;
}

#promotions-content li.initial {
	display: block;
}

#promotions-content li p {
	margin: 5px 0 0 40px;
	width: 300px;
}

#promotions-content li p img {
	margin-top: 10px;
}

#promotions-content .image {
	margin: 10px 0 0 15px;
	_margin: 10px 0 0 10px;
	float: left;
}

#promotions-content h1 {
	color: #414F6B;
	padding: 0;
	margin: 15px 0 0 40px;
	font-size: 15px;
	font-family: Tahoma, Verdana, arial narrow, arial, nimbus sans l, sans-serif;
}

#promotions-content p {
	line-height: 13px;
}
