body   {
background: #333333;
	color: #333333; margin:0; padding:0; 
}
#table
{background: #fff url(images/4.gif) no-repeat;
	color: #333333;
	text-align: left;
	font: 13px "Lucida Bright", "Lucida Sans", "Lucida Sans", Monaco, Tahoma, Verdana;
		width:800px;
		position: relative;
	padding: 0px;
  
margin-left: auto;
margin-right: auto;
	z-index: 4;
}

#Cow{
	z-index: 7;
	float: left;
position: relative; 
	top: 4px;
	left: 6px;
}
#corner1
{
	float:left;
	float:bottom;
}
#corner2
{
	float:right;
	float:bottom;
}

#line
{
	color: #cdcd6b;
	font: 15px "Lucida Bright", "Lucida Sans", Monaco, Tahoma, Monaco;
}
#Opase {

	}


	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:120px;
	z-index: 10;
}
	#DHTMLgoodies_panel_one{		
	position: relative;
	top: 40px;
	left: 10px;
}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:400px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:620px;	/* Width of large image div */
		height:550px;	/* Height of large image div */
		float:left;
		padding-left:30px;	/* "Air" */
		padding-right:10px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:2px solid #384ECE;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:110px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:110px;
		height:90px;
		padding:4px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:2px solid #384ECE;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	