b {
	font-weight: 900 !important;
}

@media (min-width: 601px) 
{
	
#overlay-container {
    position: absolute;
    top: 10%;
    left: 30%;
    width: auto;
    margin:0 0 0 0;
    padding: 0 0 0 0;
    background-color: transparent;
    filter:alpha(opacity=97);
    -moz-opacity:0.97;
    -khtml-opacity: 0.97;
    opacity: 0.97;
    z-index: 10000;
}
#overlay-content img {
    border: 2px solid white;
    margin:0 0 0 0;
    padding: 0 0 0 0;
        box-shadow: 0px 0px 100px black;
}

a.overlay-close {
	z-index: 10001; 
	text-decoration: none !important;
	display: inline;
	float: right;
	background: white;
	color:black;
    margin:2px 0 2px 0;
    padding: 0px 4px;
    font-size: 8px;
}
}

@media (max-width: 600px) 
{
	
#overlay-container {
    position: absolute;
    top: 150px;
    right: 0%; 
    width: 100%;
    height: 5000px;
    margin:0 0 0 0;
    padding: 0 0 0 0;
    background-color: #56217a;
    filter:alpha(opacity=97);
    -moz-opacity:0.97;
    -khtml-opacity: 0.97;
    opacity: 0.97;
    z-index: 10000;
}
#overlay-content img {
    border-top: 1px solid white;       
    border-bottom: 1px solid white;
    margin:0 0 0 0;
    padding: 0 0 0 0;
}

a.overlay-close {
	z-index: 10001; 
	text-decoration: none !important;
	display: inline;
	float: right;
	background: white;
	color:black;
    margin:2px 0 2px 0;
    padding: 0px 4px;
    font-size: 8px;
}
}
