﻿/* CSS Document */
#entertainment
{
    padding:0;  
    
}

#entertainment_header
{
	font-size:xx-large;
	font-weight:bold;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	background-color:#000066;
	margin:0 0 5px 0;
	padding:0 0 0 5px;
    
}

#ent_item1 {
	width:633px;
	height:282px;
	background:#9999FF;
	margin:4px 0 10px 3px;
	font-size:14px;
	float: left;
	position: relative;

}

/*--Window/Masking Styles--*/
#window {
	height:282px;	width: 633px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
#image_reel {
	position: absolute;
	top: 0; left: 0;
}
#image_reel img {float: left;}

/*--Paging Styles--*/
#paging {
	position: absolute;
	bottom: 4px; right: 4px;
	width: 178px; height:35px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 40px;
	display:none; /*--Hidden by default, will be later shown with jQuery--*/
}
#paging a {
	padding: 5px;
	text-decoration: none;
	background: #FFF;
	border: 1px solid #000099;
	color:#000;
	
}
#paging a.active {
	font-weight: bold;
	color: #fff;
	background: #000066;
	border: 2px solid #000066;
	outline: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration:none;
}
#paging a:hover {font-weight: bold;}







#ent_menu{
	width:315px;
	height:284px;
	background:#9999FF;
	float:right;
	font-size:18px;
	margin:3px 3px 8px 0;

}

#ent_menu ul
{
    margin: 1px;
    padding: 1px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;

}
#ent_menu li
{
    text-decoration:none;
    height:25px;
    background:#000099;
    color:#ffffff;
    padding:8px 0 1px 0;
    margin:1px;
    text-indent:10px;
    
}

#ent_menu a
{
   color:#ffffff;
   font-size:bold;
   outline: none;
}
#ent_menu li:hover
{
   background:#000066;
}



#ent_row1 {
	margin:1px;
	padding:1px;
}

#ent_row2 {
	margin:1px;
}
#ent_row2 img {

}



