
#PhotoGallery_catManage_left {
	float:left;
	width:300px;
	padding-top:10px;
	text-align:center;
}

#PhotoGallery_catList {
	width:90%;
	margin-bottom:10px;
}

#PhotoGallery_catList_leftActBtns button {
	width:140px;
	margin:4px 2px 4px 2px;
}

#PhotoGallery_catManage_right {
	margin-left:315px;
	padding-top:10px;
}

.PhotoGallery_catValue {
	margin-bottom:18px;
}

.PhotoGallery_catLabel {
	display:block;
	padding-bottom:3px;
	font-size:16px;
	font-weight:bold;

}

#PhotoGallery_catTitle {
	width:350px;
}

#PhotoGallery_catDesc {
	width:500px;
	height:73px;
}

#PhotoGallery_catList_rightActBtns {
	padding-right:120px;
	text-align:center;
}

#PhotoGallery_catList_rightActBtns button {
	margin-left:10px;
	margin-right:10px;
}

/****** Admin Gallery ******/
#PhotoGallery_photoManage_left {
	float:left;
	width:300px;
	text-align:center;
}

#PhotoGallery_photoCatList {
	width:190px;
}

#PhotoGallery_photoManage_pagingLbl {
	margin-top:10px;
	line-height:25px;
	margin-bottom:5px;
}

#PhotoGallery_photoManage_thumbs {
	/*float:right;*/
	width:290px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid black;*/
}

.PhotoGallery_photoManage_thumb {
	float:left;
	display:block;
	width:85px;
	height:85px;
	margin:3.5px;
	
	text-decoration:none;
	border:2px solid #4e3e1c;
	
	-moz-opacity:.60;
	opacity:.60;
	filter:alpha(opacity=60);
}

.PhotoGallery_photoManage_thumb:hover {
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
}

.PhotoGallery_photoManage_thumb img {
	width:85px;
	height:85px;
	border:none;
}

.PhotoGallery_photoManage_selThumb {
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
}

#PhotoGallery_photoManage_paging {
	height:30px;
	margin-top:390px;
	margin-right:0px;
}

.PhotoGallery_photoManage_pageTab {
	display:block;
	float:left;
	background-color:#FFFFFF;
	color:#000000;
	width:20px;
	margin:2px;
	line-height:25px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	
	border:1px solid black;
}

.PhotoGallery_photoManage_pageTab:hover, .PhotoGallery_photoManage_selPageTab {
	color:#FF0000;
}

#PhotoGallery_photoManage_right {
	float:right;
	width:500px;
}

#PhotoGallery_photoDescContainer {
	float:right;
	width:215px;
}

#PhotoGallery_photoDesc {
	width:215px;
	height:80px;
}

#PhotoGallery_photoTitle {
	width:175px;
}

#PhotoGallery_pmCreatePhoto, #PhotoGallery_pmClosePhoto, #PhotoGallery_pmDeletePhoto {
	width:100px;
	margin-left:5px;
	margin-right:5px;
}

#PhotoGallery_pmDeletePhoto {
	margin-left:60px;
}

#PhotoGallery_pmBtn_container {
	text-align:center;
}

#PhotoGallery_photoManage_imgWrap {
	margin-left:auto;
	margin-right:auto;
}

#PhotoGallery_pmCreateThumb {
	display:block;
	width:200px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
/***************************/