﻿
body
{
	font-family:'Simplified Arabic';
}

.clear {
	clear:both;
}

#gallery {
	position:relative;
	height:360px;
	width:770px
    }
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		
		border:solid 1px #696969;
		padding:0px;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption
{
    z-index: 600;
    background-color: #000;
    color: #ffffff;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
}

	#gallery .caption .content
{
    margin: 0px 5px 0px 5px;
}
	
	#gallery .caption .content h3
{
    margin: 0;
    padding: 0px 0px 5px 0px;
    color: #fbffb7;
    font-size: 20px;
    font-weight: bold;
}
	


