#smGallery
{
	width: 815px;
	height: auto;
	margin: auto;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	color: #000;
	overflow: hidden;
}
#smGallery a
{
	outline: none;
}
.smClear
{
	clear: both;
}
.smGalleryPage
{
	text-align: right;
	margin: 0;
	padding: 5px 35px 5px 5px;
}
.smGalleryNav
{
	list-style: none;
	margin: 0;
	padding: 0 35px 0 0 ;
	float: right;
	visibility: hidden;
}
.smGalleryNav li
{
	display: inline;
}
.smGalleryNav a
{
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
}
#smPrevBtn
{
	width: 47px;
	padding: 0 0 0 25px;
	background: url(/images/sm_btn_back.gif) 0 0 no-repeat;
}
#smNextBtn
{
	width: 53px;
	padding: 0 0 0 19px;
	background: url(/images/sm_btn_next.gif) 0 0 no-repeat;
}
#smPrevBtn:hover, #smNextBtn:hover
{
	background-position: 0 100%;
	color: #fff;
}
#smPrevBtn.deactive:hover, #smNextBtn.deactive:hover
{
	background-position: 0 0;
	color: #000;
	cursor: default;
}
#smGalleryCategory
{
	width: 162px;
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	visibility: hidden;
	height:auto;
}
#smGalleryCategory dt
{
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
	background: url(/images/sm_bgd_cat_title.gif) 0 0 no-repeat;
}
#smGalleryCategory dd
{
	margin: 0;
	padding: 3px 3px 0 3px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
#smGalleryCategory dd.end
{
	padding: 3px;
	border-bottom: 1px solid #e2e2e2;
}
#smGalleryCategory a
{
	color: #000;
	background: #ebeeef;
	text-decoration: none;
	padding: 4px 7px;
	display: block;
}
#smGalleryCategory a:hover, #smGalleryCategory a.selected
{
	color: #ddfaff;
	background: #10bddc;
}
#smGalleryList
{
	width: 643px;
	height: 480px;
	margin: 30px 0 0 0;
	padding: 0 0 0 10px;
	float: left;
	visibility: hidden;
	overflow: hidden;
	position: relative;
}
#smGalleryList.loadingList
{
	background: #fff url(/images/sm_generate.gif) 50% 50% no-repeat;
}
#smGalleryList a
{
	width: 149px;
	height: 119px;
	padding: 10px;
	text-decoration: none;
	background: url(/images/sm_bgd_thumb.gif) 0 0 no-repeat;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom:20px;
	*margin-bottom:15px;
 	margin-left:0;
	display: block;
	float: left;
}
#smGalleryList a.last
{
	margin: 0 0 30px 0;
}
#smGalleryList img
{
	border: 0 none;
	display: block;
	cursor: pointer;
}
#smGalleryList span
{
	border: 0 none;
	display: block;
	cursor: pointer;
}
.spanImage
{
	width: 149px;
	height: 80px;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}
.spanOrder
{
	color: #999;
	font-weight: bold;
}
.spanTitle
{
	color: #666;
}
.spanTag
{
	color: #fff;
	background: #09c;
	font-weight: bold;
	padding: 2px 3px;
	position: absolute;
	top: -16px;
	right: 7px;
}
#smGalleryZoom
{
	font-family: Arial, Tahoma, sans-serif;
	color: #000;
}
.smCloseButton
{
	width: 41px;
	height: 41px;
	background: url(/images/sm_btn_close.gif) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 35px;
	left: 35px;
}
.smCloseButton:hover
{
	background-position: 0 100%;
}
#smGalleryZoomPlace
{
	padding: 15px;
	background: #fff url(/images/sm_loader.gif) 50% 50% no-repeat;
	overflow: hidden;
}
#smGalleryZoomPlace.loaded
{
	background: #fff;
}
#smGalleryZoomPlace p
{
	margin: 0;
	padding: 0;
}
#smGalleryZoomPlace img
{
	display: block;
}
.imgInfo
{
	margin: 10px 0 0 0;
	font-size: 11px;
}
.imgInfo h3
{
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}
.imgInfo a
{
	color: #000;
}
.imgInfo a:hover
{
	color: #09c;
	text-decoration: none;
}

/* CSS For Admin*/
.ThumbImage
{
	height:auto;
	width:auto;
	max-height:103px;
	max-width:150px;
}
.FullImage
{
	height:auto;
	width:auto;
	max-height:206px;
	max-width:300px;
}

/* End CSS For Admin*/