/*
a.rollover {
	display: block;
	width: 80px;
	height: 40px;
	text-decoration: none;
	background: url("images/navbar/home-full.jpg");
	background-color: black;
	margin: 0;
	border: 0;
}
a.rollover:hover {
	background-position: 0 -40px;
}
.displace {
	position: absolute;
	left: -5000px;
}
*/
.Main {
	background-image: url("../images/divbg.png");
	width:800px;
	height: 99.99%;
	margin-left:auto; 
	margin-right:auto; 
	border: 2px solid #000000; 
	text-align: left; 
	overflow: auto;
	font-family: arial;
	font-size: 18px;
}
#Logo {
	width: 775px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
}
#Navbar {
	background-image: url("../images/navbar/bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	width: 800px;
	height: 40px;
	margin-left: auto; 
	margin-right: auto;
	border: 2px solid #000000;
	border-bottom: 0px;
}
#Header {
	width: 775px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	font-size: xx-large;  
	font-family: "Kims Hand"; 
}
#BottomBox {
	width: 775px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px; 
}
#InnerLeft {
	float: left; 
	width: 260px; 
	height: 99.99%;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 15px; 
	border: 1px solid #000000; 
	text-align: left;
}
#InnerRight {
	width: 500px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 275px; 
	margin-right: 0px; 
	height: 99.99%; 
	border: 1px solid #000000; 
	text-align: left; 
}
.CastContainer {
	width:760px;
	height: 280px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	overflow: auto;
	border: 1px solid #000000;
}
.CastImg {
	display: table-cell;
	vertical-align: middle;
	width: 231px;
	height: 276px;
	float: left;
	background-color: black;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}
.CastInfo {
	margin-left: 236px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 514px;
	height: 276px;
	text-align: left;
	/* padding: 5px; */
	overflow: auto;
}
.CastImg img {
	vertical-align: middle;
	/* border: 1px solid #FFFFFF; */
}
	

BODY {
	background: url("../images/background.jpg");
	repeat: repeat;
	background-attachment: fixed;
	background-color: #339900;
}

/* NAVBAR ROLLOVER CSS */
	.cssnav {
		position: relative;
		font-family: arial, helvetica, sans-serif;
		/*
		background: url("../images/navbar/over.png") no-repeat;
		background-color:#0CFF00;
		*/
		white-space: nowrap;
		display: block;
		width: 80px;
		height: 40px;
		margin: 0;
		padding: 0;
		overflow:hidden;
		float:left;
	}

	.cssnav a {
		display: block;
		color: #000000;
		font-size: 11px;
		width: 80px;
		height: 40px;
		display: block;
		float: left;
		color: black;
		text-decoration: none;
	}

	.cssnav img {
		width: 80px;
		height: 40px;
		border: 0;
	}

	* html a:hover {
		visibility:hidden;
	}

	.cssnav a:hover img {
		/*
		opacity:0.95;
		border:1px solid #FFFFFF;
		*/
		visibility:hidden;
	}

	.cssnav span {
		position: absolute;
		left: 35px;
		top: 15px;
		margin: 0px;
		padding: 0px;
		cursor: pointer;
	}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	height:510px;
	/* border:1px solid #000000; */
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
