
/* ============= SQUARE LIST ============= */

ul.square {
	list-style: url("/images/sl-bullet.gif") none outside;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 5px;
}
ul.square {
	line-height: 15px;
}


ul.square {
	margin-top: 5px;
	margin-bottom: 10px;
}

.movie {
	width: 510px;
	height: 383px;
	background-color: #003366;
}

.movieContainer {
	background-color: black;
	border: red 0px solid;
}

.contentContainer {
	height: 383px;
	width: 510px;
	display: none;
	color: #fff;
	background-color: #003366;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	overflow: auto;
}

.pre-tab-tile {
	background-image :url( /preview/images/pre-tab-tile.gif );
	background-position: bottom left;
	background-repeat: repeat-x;
}