/* CSS Document */

#epakato_gallery {
	background-image: url(../images/bg_dark_50B.gif);
	background-repeat: repeat;	
	behavior: url(media/iepngfix.htc);
	
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	position: absolute;
	top:      0px;
	left:     0px;
	
	width:    100%;
	height:   100%;	
	margin:   0px;
	padding:  0px;
}

#epakato_gallery img {

	border: 0px;
}

#close_icon {
	float: right;
	position: relative;
	margin-right: -10px;
	z-index: 100;
}

#content {
	background-image: url(../images/bg_shade_1px_111111.png);
	background-repeat: repeat;	
	behavior: url(media/iepngfix.htc);
	
	position: relative;
	width: 60%;
	height: 100%;
	
	margin: 0px auto;
	padding: 10px 20px;
}

#description_container {
	width: 100%;
	height: 80px;
}

#title {
	float: left;
	margin: 10px 20px -20px 0px;
	left: -6px;
}

h1 {
	position: relative;
	left: 52px;
	bottom: 17px;
	font-size: 20px;
	color: #D4D4D4;
	margin: 0px 0px 0px 0px;
}

#description {
	float: left;
	
	margin: 16px 0px 0px 5px;
}

#description p {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.1em;
	font-size: 0.7em;	

	float: left;	
	width: 150px;
	
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#clear_float {
	clear: both;
	height: 0px;
}


#gallery {
	width: 100%;
	height: 100%;
}
