@charset "utf-8";
/* CSS Document */

div.tictactoe{
	width:944px;
	height:auto;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	text-align: left !important;
	margin: 0 0 10px 4px;
}

div.tictactoe a{text-decoration:none !important;}

div.tictactoe a img{
	border:#BBB7AF 6px solid !important;
	width:300px !important;
	height:250px !important;
}
div.tictactoe a:hover img{border:#740101 6px solid !important;}

div.tictactoe a.nolink:hover img{
	cursor:default !important;
	border:#BBB7AF 6px solid !important;
}

a.nolink:focus{border:none !important;}

div.hollywood_row{
	position:relative;
	clear:both;
}

div.hollywood_text{
	position:relative;
	float:left;
	margin-left:10px;
	background:none;
	width:300px !important;
	height:auto;
	text-align:left;
}

div.hollywood_text p{
	font-size:0.9em;
	margin:4px 0px;
}

div.empty_text{
	visibility:hidden !important;
}

/*
div#cboxstuff {
  bottom: 10%;
  color: #fff;
  left: 3%;
  margin: 0 auto;
  right: 3%;
  top: 3%;
  z-index: 12;
  position: fixed;
	padding:0px;
	text-align:center;
}

div#cboxinner{
	background:none !important;
}


div.sce{
	position:absolute;
	bottom:0px;
	left:40%;
	right:40%;
}

*/