
.marketing_row {
	/*height:282px;*/
	/*height:333px;*/
	height:282px;
	-khtml-user-select: none;
	-moz-user-select: none;
}

.marketing_box {
	position:relative;
	overflow-x:hidden;
	overflow-y:hidden;
	/*height:253px;*/
	z-index:20;
	/*width:760px;*/
	width:710px;
	float:left;
}

.item {
	width:710px;
	height:100%;
}

.marketing_box_text {
	font-size: 24px;
	padding-right:20px;
	height:100%;
	line-height:30px;
	padding-top:50px;
	vertical-align:top;
	padding-left:10px;
	width:250px;
	float:left;
}

.num_nav {
	text-align: center;
	font-size:18px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-khtml-user-select: none;
	-moz-user-select: none;
}

.num_nav:selection {
	background-color: transparent;
	
}
.num_nav ul li {
	display: inline;
	margin: 0 2px;
	
}
.num_nav ul li a {
	padding: 0px 4px;
	color:#FFFFFF;
	border: 1px solid #5C8BCC;
	background-color:#5C8BCC;
	font-weight:900;
	filter:alpha(opacity=100);
	-moz-opacity:100;
	-khtml-opacity: 100;
	opacity: 100;
}
.num_nav ul li a.active, .num_nav ul li a:hover { 
	border-color: #000000;
	background-color:#3F59A2;
}

