	div#videoContent {
		display: none;
		overflow: hidden;
		} 
	div#videoContent object {
		}
	
	div#ad_intro {
		margin-top: -3.5em;
		background: url(/_img/ad_12trans.png);
		height: 285px;
		}
/*	img.intro {
		margin-top: -3.5em;
		} */
	#ad_intro ul {
		padding: 0;
		padding-top: 57px;
		list-style-type: none;
		}
	#ad_intro ul li {
		list-style-type: none;	
		}
	#ad_intro ul li a.details {
		background: url(/_img/see-details.png);
		float: left;
		width: 90px;
		height: 0;
		padding-top: 34px;
		overflow: hidden;
		}
	#ad_intro a:hover {
		text-decoration: none; 
		color: #6699cc;
		}

	ul.links {
		z-index: 996;
		padding: 0 !important; margin:0 !important;
		position: relative;
		top: -3em;
		height: 3.5em;
		border-top: transparent 1px;
		border-bottom: #EEE 1px solid;
		}
	ul.links li {
		margin: 0;
		padding: 1em 0 1em 0; 
		width: 32% !important;
		vertical-align: bottom;
		text-align: center;
		float: left; /* Had to float for Camino */
		display: block;
		text-transform: capitalize;
		list-style: none !important;
		}
	
	* html ul.links li { display:inline; }  /* for IE 6 */
	* + html ul.links li { display:inline; }  /* for IE 7 */
	ul.links li a {
		z-index: 999;
		}
	
	#app {
/*		width: 100%;*/
		}
	#app ul {
		margin: 1em 0;
		padding: 0;
/*		width: 100%;*/
		}
	#app ul li {
		float: left;
		list-style: none;
/*		width: 160px; */
		text-align: center;
		_width: 153px;
/*		padding-left: 2em;*/
		margin-left: 2.75em;
		_margin-left: 0;
		_margin-right: 2em;
/*		background: blue;*/
		}
	* html #app ul li { display: inline; }  /* for IE 6 */
	* + html #app ul li { display: inline; }  /* for IE 7 */
	#app ul li:first-child {
		margin-left: 0;
		padding-left: 0;
		}
	#app ul li.first { }
	#app ul li.second { }
	#app ul li.third {
		_margin-right: 0;
		}
	#app ul li a {
		
		}
	#app ul li a img {
		border: .5em #DDD solid;
		margin: -.5em;
		display: block;
		margin-bottom: 1em;
		width: inherit;
		height: 100px;
		}
	#app ul li a span {
		display: block;
		width: inherit;
		text-align: center;
		}
	#app a {
		color: #666 !important;
		}
	#app a:hover {
		color: #6699cc !important;
		text-decoration: none !important;
		}
	
	.button {
		margin-left: 80px; margin-top: -.5em;
		}

