@charset "utf-8";
/* CSS Document */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #FFC;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
line-height: 1.1em;
padding: 5px 0;
text-align:right;
font-family:"Lucida Grande", Tahoma;
font-weight:bold;
color:#009;
text-decoration:none;
background-color:#FFC;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: transparent;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 3px solid black;
background-color: #FFC;
padding: 5px;
z-index: 5;
}

.Mawar #imggallerycontent img{
	border-spacing:10px;
	padding:5px;
	border:1px solid  #CCC;

}


/* ------- end gallery--------------*/