.jordan_container {
	width:766px;
	height:150px;
	margin:0;
	padding:0 0 0 10px;
	background-color:#000000;
	text-align:left;
	clear:both;
	overflow:hidden;
	border-left:1px solid #565656;	border-right:1px solid #565656;	border-bottom:1px solid #565656;
}

.clear {clear:both}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */	
	width:766px;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
	background-color:#000000;	
}



/* --- START More Information/Copy --- */
.jordan_copy {	
	width:766px;
	height:145px;
	top:0;
	left:0;
	margin:0;
	padding:0;	
}

.jordan_copy p {
	font:normal 11px Arial, Helvetica, sans-serif;	
	color:#999999;
	margin:3px 0 3px 0;
	padding:0;
	line-height:12px;
}

.jordan_copy h1 {
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.jordan_copy h2 {
	font:bold 12px Arial, Helvetica, sans-serif;
	background:none;
	color:#999;
	margin:0;
	padding:0;
}

.more_info_tabs {
	width:766px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:auto; overflow:hidden;
	margin:8px 0;
	padding:0;
	/*border:1px #666666 solid;*/
}

.more_info_tabs a {
	float:left;
	display:block;
	width:auto;
	height:18px !important;
	height:20px;
	margin:0 20px 0 0;
	padding:2px 0 0 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-align:center;
	text-transform:normal;
	letter-spacing:normal;
}

.more_info_tabs a:hover, .more_info_tabs a.selected {
	color:#FF0000;
	text-decoration:none;
}

.more_info_tabs a:focus {outline:none !important}

.more_info_content {
	width:766px;
	height:116px !important;
	height:95px;
	padding:0;
	/*border:1px #00FF00 solid;*/
}

.more_info_content .contentdiv {
	visibility:hidden; /*leave as is*/
	overflow-y:auto;
	width:766px !important;
	width:766px;
	height:120px;
	left:0;  /*leave as is*/
	top:0;  /*leave as is*/
	margin:0;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color:#999999;
}

.contentdiv a {
	color:#FFFFFF;
	text-decoration:none;
}

.contentdiv a:hover {
	color:#666666;
	text-decoration:none;
}
/* --- END More Information/Copy --- */
