#slider2
	{
		background:#505050;
				-webkit-transition: all 1.8s ease-in-out;
		        transition: all 1.8s ease-in-out;
		overflow-x: hidden;
		height: 100%;
		border-top: 0px solid #BB9955;
		padding-bottom:30px;
	}
#slider2:hover
	{
		background: #080808;
		opacity: 1.0;
	}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
    z-index:9998;	
}

#lightbox  .modal-header 
{
    padding:9px 15px;
	color: #fff;
    border-bottom:1px solid #eee;
    background-color: #808080;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }
 #lightbox  .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: #808080;
    padding: 5px 8px;
    border-radius: 20px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -5px;
    right: -45px;
    
    z-index:9999;
}
 #lightbox  .modal-body 
 {
    padding:9px 15px;
	color: #fff;
    border: none;
    background-color: #808080;
 }
 #lightbox  .modal-footer 
 {
    padding:9px 15px;
	color: #fff;
    border-top:1px solid #eee;
    background-color: #808080;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
 }
