/* CSS Document */

#gallery{
/*
padding-left: 20px;
padding-right: 20px; */
padding-top: 15px;
padding-bottom: 25px;
	line-height: 18px;
	min-height:400px;

}

#gallery_text{ /* main text on page*/
float:left;
}

#gallery_text h1{
line-height:30px;
}


/******gallery list********/
#gallerys{
float:right;
}
#gallerys #pagination{
float:right;
padding-right:10px;
}

.gallery_name{
float:left;
width:150px;
}
.gallery_name img{
margin-top:1px;
margin-bottom:1px;
margin-left:4px;
margin-right:4px;
border:2px solid #666666;
}
.gallery_name img:hover{
margin-top:0px;
margin-bottom:0px;
margin-left:4px;
margin-right:4px;
border:2px solid #999999;
}
.gallery_title{
margin-left:5px;
margin-bottom:0px;
margin-top:0px;
}
/******end gallery list********/





#gallery_box{ /* contains thumbnails and medium image */
border: 1px none #cccccc;
clear:both;
}
#gallery_details strong{
/*font-size:12px; */
}




/***** thumbnails ********/

/* left columns */
#thumbnails{
width:400px;
float:left;
}

/*horizontal line
#thumbnails{
}
*/

.thumbnail{
height:108px;
float:left;
}
.thumbnail img{
margin:2px;
border: 2px solid #666666;
}
.thumbnail img:hover{
margin:2px;
border: 2px solid #999999;
}
/***** end thumbnails ********/









/**** medium image *****/

#medium_image{
margin:2px;
border: 2px solid #666666;
}
#medium_image:hover{
margin:2px;
border: 2px solid #999999;
}

/* float medium left*/
#medium_image_container{
float:right;
}

/*medium image above thumbs
#medium_image_container{
}
*/

#medium_image_title{
display:none;
padding:5px;
font-weight:bold;
}
#medium_image_text{
display:none;
padding:5px;
}
/**** end medium image *****/







/* *** pop up layer ************* */

#large_image_container{
background-color:#666666;
left:300px;
top:300px;
padding:0px;
margin:0px;
position:absolute;
overflow:visible; 
display:none;
z-index:1000;
border:2px solid #333333;
}


#large_image_title{
padding:5px;
font-weight:bold;
}
#large_image_text{
padding:5px;
}


#large_image_handle{
display:inherit;
background-color:#333333;
padding:2px;
cursor:move;
}


#close_top{
display:inherit;
/*
background-color:#666666;
padding:2px; */
float:right;
vertical-align:middle;
}
#close_top img{
padding:0px;
margin:2px;
}

/* *** end popup layer ************* */

