/* CSS Document */


/* The containing box for the gallery. */
#container {
	position:relative;
	width:700px;
	margin-right: auto;
	margin-left: auto;
	font-size:75%;
	letter-spacing:0.05em;
	height: 460px;	/*background: #fff url(web%20ready%20400px/gallery-one-logo.gif) no-repeat 400px 10px;*/
    }
	/* Removing the list bullets and indentation */
#container ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height: 280px;
	width: 330px;
    }
	/* move the thumbnails into the correct position */
#container ul {
	margin:20px 5px 5px;
	float:left;
	background-color: #FFffff;
    }
	#container li {
    float:left;
    }
	/* Remove the images and text from sight */
#container a.gallery span {
	position:absolute;
	width:1px;
	height:1px;
	top:28px;
	left:123px;
	overflow:hidden;
	background:#fff;
	background-color: #FFFFFF;
    }
	/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
	display:block;
	color:#000;
	text-decoration:none;
	border:1px solid #000;
	margin:20px;
	text-align:left;
	/*cursor:default;*/
	padding: 0px;
    }
/* #container a.slidea {
	height:140px;
	width:120px;
	margin: 0px;
	background-image: url(thumbnails/listener_tm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
    }
#container a.slideb {
    background:url(thumbnails/trail_thm.jpg) no-repeat bottom; 
    height:140px; 
    width:120px;
    }
#container a.slidec {
    background:url(thumbnails/shield_thm.jpg) no-repeat bottom; 
    height:140px; 
    width:120px;
    }
#container a.slided {
    background:url(thumbnails/cast_thm.jpg) no-repeat bottom; 
    height:140px; 
    width:120px;
    }*/
	/* change the thumbnail border color */
#container a.gallery:hover {
	border:1px solid #fff;
	background-color: #999999;
	color: #FFFFFF;
    }
	/* styling the :hover span */
#container a.gallery:hover span {
	position:absolute;
	width:354px;
	height:450px;
	top:10px;
	color:#000;
	background:#FFFFFF;
	left: 360px;
    }
	/*<--------styling the thumbnail and image text------*/
	p.title 
{
	display: block;
	text-align: left;
	list-style-type: none;
	font-weight: bold;
}
.description_title 
{
	display: block;
	text-align: left;
	list-style-type: none;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 80px;
	float: left;
	clear: right;
	height: 70px;
}

.header_box{
	width: 320px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	
}
.description {
	width: auto;
	background-color: #FFFFFF;
	
}
.thumb_title {
	padding-left: 2px;
}
