#lightbox_tnail_container{ /* container for the grid of thumbnails below the enlarged image */
background:#1c1c1c;
bottom:0;
border:0px solid #999;
border-top:0px solid #ccc;
min-height:80px;
position:absolute;
top:490px;
/*left:-1px;*/
width:735px;
z-index:99999;
padding:0px;

	}
	
#lightbox_tnail_container a { /* styles a tags in tnail container */
border:1px solid #1c1c1c;
background:#fff;
cursor:pointer;
display:inline-block;
margin-left:6px;
margin-top:6px;
position:relative;
}

#lightbox-container-image { /* container around the enlarged image */
overflow:hidden;
padding:0 !important;
position:relative;
/*width:753px !important;*/

}
#lightbox-container-image img{ /* styles for the large image */
margin-left:auto;
margin-right:auto;
width:735px;
height:490px;
}
#lightbox_tnail_container img{
padding:10px;
border:none !important;
}
#lightbox_tnail_container a{
display:inline-block;
cursor:crosshair
border:1px solid #efefef;
position:relative;
	}
#lightbox-container-image-box{
display:block;
width:735px !important;
}
#lightbox-container-image-data-box{
width:735px;
display:none;
}
#septa_main_content .img_col img{
display:none;
}
#septa_main_content .img_col p{
display:none;
}
.lightbox_img_description{
height:100px;
border:1px solid red;
width:735px;
position:absolute;
bottom:0;
}
#lightbox-nav-btnNext{
}
.showItems{
display:block !important;
}
#text-description-container {
background:transparent url(../images/lightbox-text-container3.png) repeat scroll 0 0;
color:#ffffff;
height:58px;
left:0;
line-height:18px;
opacity:0.8;
padding:3px 10px 3px 5px;
position:absolute;
top:432px;
width:100%;
}

#text-description-container p{
padding-right:20px;
}
#septa_main_content .img_col{
position:relative;
}
.lightbox_button {
background:transparent url(../images/thumb_icon.png) repeat scroll 0 0;
cursor:pointer;
height:20px;
left:215px;
position:absolute;
width:20px;
}
#lightbox-close-icon {
background:transparent url(../images/closebox.png) no-repeat scroll 0 0;
cursor:pointer;
height:26px;
position:absolute;
right:-31px;
top:-12px;
width:46px;
z-index:999999999;
}

/************************Thumbnail Styles********************************************/

.gallery_button {
background:transparent url(../images/sthumb_icon.png) no-repeat scroll 0 0;
height:20px;
width:20px;
}
.lightbox_button img{
	/*background:url(images/thumb_icon.png);	*/
}
.photo_gallery_container {
/*border:1px solid #888888;*/
float:left;
margin-bottom:9px;
margin-right:9px;
position:relative;
width:70px;
}

.photo_gallery_container_invisible {
display:none;
border:1px solid #888888;
float:left;
margin-bottom:7px;
margin-right:7px;
position:relative;
width:70px;
}


.photo_gallery{
position:relative;	
width:250px;
	}

.photo_gallery_container span{
cursor:pointer;
left:46px;
position:absolute;
	}
.photo_gallery img{
float:left;	
height:70px;
width:70px;
	}
.photo_gallery p{
	display:none;
}
.tnail_selected{
border:1px solid red !important;
}
