/*Gallery*/
.albumName{
font-weight:bold;
color:#707070;
padding:10px 0 10px 0;
}
#gallery{
border:0px solid #9933CC;
width:98%; 
margin-top:5px;
}

#gallery .album{
background-image:url('images/gallery/styleImages/gallery_bg.png');
height:139px;
width:139px;
float:left;
margin-right:22px;
border:0px solid #9933CC;
text-align:center;
}
#gallery .album a{
text-decoration:none;
}

#gallery .album img{
margin-top:3px;
width:133px;
height:88px;
float:inherit;

}

#gallery .album .title{
color:#FFFFFF;
font-weight:bold;
margin-top:5px;
float:inherit;
}
/*
#gallery .photo {
width:133px;
height:88px;
float:left;
text-align:center;
margin-right:20px;
}


#gallery .photo img{

width:133px;
height:88px;
}
*/

/* ---------- gallery styles start here ----------------------- */
.photo {
	margin: 5px;
	position: relative;
	width: 133px;
	height: 88px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 2px #ccc;
	padding: 4px;
	
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(highslide_gallery/images/digg-style.gif) no-repeat;
	
}
.photo a {
	text-decoration: none;
}

.albumImage span {
	width: 133px;
	height: 88px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(highslide_gallery/images/round-corner.png) no-repeat;
	border:0px solid #000000;
	
}
.albumImage img {
	border: none;
	padding: 0;
}


/*.photo {
	margin: 20px 20px 0 0;
	position: relative;
	width: 143px;
	height: 98px;
	float: left;
	border:0px solid #000000;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 0px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(highslide_gallery/images/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}
.sample7 span {
	width: 133px;
	height: 88px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(highslide_gallery/images/round-corner.png) no-repeat;
}
.sample7 img {
	border: none;
	padding: 0;
	
}*/

/*Arabic*/
.albumName_ar{
font-weight:bold;
color:#707070;
padding:10px 10px 10px 0;
}
#gallery_ar{
border:0px solid #9933CC;
width:98%; 
margin-top:5px;
}

#gallery_ar .album{
background-image:url('images/gallery/styleImages/gallery_bg.png');
height:139px;
width:139px;
margin-right:22px;
border:0px solid #9933CC;
text-align:center;
}
#gallery_ar .album a{
text-decoration:none;
}

#gallery_ar .album img{
margin-top:3px;
width:133px;
height:88px;
float:inherit;
}

#gallery_ar .album .title{
color:#FFFFFF;
font-weight:bold;
margin-top:5px;
float:inherit;
}


/* ---------- gallery styles start here ----------------------- */
.photo_ar {
	margin: 5px;
	width: 133px;
	height: 88px;
	clear:both;
	display:inline-block;
	position:relative;
}
.photo_ar img {
	background: #fff;
	border: solid 2px #ccc;
	padding: 4px;
}
.photo_ar span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(highslide_gallery/images/digg-style.gif) no-repeat;
	
}
.photo_ar a {
	text-decoration: none;
}

.albumImage_ar span {
	width: 133px;
	height: 88px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(highslide_gallery/images/round-corner.png) no-repeat;
	border:0px solid #000000;
	
}
.albumImage_ar img {
	border: none;
	padding: 0;
}