@charset "utf-8";
/* CSS Document */


/*	
		BODY {
	margin:0px;
	background-position:center top;
	background-color:#fff;
	font-family:arial,verdana, Georgia,;
	color:#000000;
	font-size:14px;
	font-weight:700;
	
	}

#container_video{
	width:1024px;
	margin: 0px auto 0px auto;
	background-image: url(../images/bg_video.jpg);
	background-repeat:repeat-x;
	border:1px solid #0090c6;
	color:#000000;
		}
*/		
		BODY {
	margin:0px;
	background-position:center top;
	background-color:#fff;
	font-family:arial,verdana, Georgia,;
	color:#000000;
	font-size:14px;
	font-weight:700;

	background-image: url(../images/bodybg.jpg);
	
	background-repeat:repeat-x;
	background-color:#dfeaf6;

	
	}

#container_video{
	width:1024px;
	margin: 0px auto 0px auto;
	background-image: url(../images/bg_video.jpg);
	/*background-image:url(bg_video.jpg)*/
	background-repeat:repeat-x;
	border:1px solid #0090c6;
	margin-top: 15px;
	color:#000000;
		}


div#logo_box{float:left;width:150px;}

#logo{ padding-left:20px;}

#thumb_box{width:150px; text-align:center;}


#header{width:874px;}

.video{margin-bottom:20px;}

#navigationtop{padding:20px  2px  0px 14px;}

img{border:0px;}

#previewPane{
		border:0px solid #000;
		
		text-align:center;
		vertical-align:middle;
		padding:0px 15px 20px 15px;
		
		
		/* CSS HACK */
		height: 643px;	/* IE 5.x */
		height/* */:/**/6430px;	/* Other browsers */
		height: /**/643px;
		
		width:820px;
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:600px;
		top:300px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:12px;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
				
		/* CSS HACK */
		height: 420px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;
				
		border:0px solid #000;	/* Black border */		
		padding:4px 15px 5px 15px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		text-align:center;
		height:35px;
		
		
		
	}
	#galleryContainer #arrow_up{
	text-align:center;
	
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		font-size:11px; font-weight:normal; text-align:left;
		overflow:hidden;
		height:420px;	/* Height of boxes for the images */
	}
	#theImages p.title_text {
		font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:700; text-align:center;
		padding:2px 0px; margin:0px;
		
		
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
		padding-bottom:2px;
		padding-top:2px; 
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family:  Arial, Lucida Sans Unicode, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#theImages .imageCaption{
		display:none;
	}


