#a_galleryTable {
	width: 100%;
	background-color: #f9f9f9;
	border: 1px solid #efefef;
	direction:rtl;
}
#a_galleryTable thead tr {
	text-align:center;
	background-color: #f4d8a2;
	font-family:'times new roman';
	font-size:12pt;
	font-weight:bold;
}
#a_galleryTable thead tr td {
	padding:10px;
	color:#a17a28;
}
#galleryTableHolder {
	width: 85%;
	margin:0px auto;
	margin-top: 15px;
}
#linkContainer {
	width:100%;
}
.a_galleryTableDescription{
	color:#999;
}
.titleContainer{
}
tbody .dateContainer{
	width:118px;
}
tbody .dateContainer{
	text-align: center;
	direction: ltr;
}


/*imageGallery.css*/
.a_photoGalleryListView{
	margin:3px;
	width:130px;
	height:97px;
}
.uiMediaThumb:hover, .uiMediaThumb:hover .uiMediaThumbWrap, .uiMediaThumb:active, .uiMediaThumb:active .uiMediaThumbWrap, .uiMediaThumb:focus, .uiMediaThumb:focus .uiMediaThumbWrap {
	border-color:#3B5998;
}
.uiMediaThumbAlbHuge, .uiMediaThumbHuge .uiMediaThumbWrap i {
	height:116px;
	width:159px;
}
.uiMediaThumb i {
	background-color:#EEEEEE;
	background-position:center 25%;
	background-repeat:no-repeat;
	display:block;
}
.uiMediaThumbWrap {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	right:4px;
	padding:4px;
	position:absolute;
	top:4px;
}
.uiMediaThumb {
	border:1px solid #CCCCCC;
	display:inline-block;
	outline:medium none;
	padding:4px;
	position:relative;
	vertical-align:bottom;
}
.uiMediaThumbAlb {
	margin-bottom:4px;
	margin-right:4px;
}
.uiMediaThumbAlbHuge, .uiMediaThumbHuge .uiMediaThumbWrap i {
	height:116px;
	width:159px;
}
.photos_list_holder{
	margin:10px;
}
.photosListTitleHolderBlock h4{
	display:block;
	font-family:times new roman;
	font-size:12pt;
}
.photosListTableCellsTds{
	display:table-cell; 
	padding:2px 4px 0 12px;
}
.photosListTableCellsTds:hover{
	background-color: #efefef;
}
.albumDetials{
	margin-top: 10px;
}