	#gallery {
		float: ;
		text-align: center;
		/*margin-right: -300px;*/
		width: 290px;
	}
	#gallery_wrap {
		height: 85px;	
		position: relative;
		padding: 0 12px;
		float: left;
		margin: 5px 0 0;				
	}
	#gallery_mask {
		height: 85px;
		width: 272px;
		position: relative;
		overflow: hidden;
	}
	#gallery a#gallery_prev, #gallery a#gallery_next {
		width: 6px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-top: -25px;
		text-indent: -9000em;
		display: block;
		outline: none;
	}
	#gallery_prev, #gallery_prev:hover { left: 0; background: url(../../images/shared/arrw_gal_prev.png) 0 50% no-repeat; }
	#gallery_next, #gallery_next:hover { right: 0; background: url(../../images/shared/arrw_gal_next.png) 0 50% no-repeat; }
	#gallery_slider {
		width: 10000px;
		position: absolute;
		left: 0;
		top: 0;
	}
	#gallery_slider a { margin: 0 4px 0 0; }
	#gallery_slider a img {
		padding: 3px;
		border: 1px solid #d7d6d3;
		width:57px;
	}
	#gallery a {
		position: relative;
		padding: 0;
		float: left;
	}
	#gallery a.main_img {
		left: 12px;
		width: 274px;
		/*height: 199px;*/
		overflow: hidden;
	}
	#gallery a.main_img img {
		padding: 5px;
		border: 1px solid #d7d6d3;
		width: 260px;
	}
	#gallery a:hover img {
		background: #eee;
	}

	#gallery a.main_img span.enlarge{
		bottom: 6px;
		left: 6px;	
	}
	
	#gallery a span.enlarge {
		bottom: 4px;
		left: 4px;	
		position: absolute;
		width: 24px;
		height: 24px;
		background: url(../../images/shared/enlarge.png) 0 0 no-repeat;
		text-indent: -9000em;
	}
		
	#gallery .enlarge a:hover{
		bottom: 4px;
		left: 4px;	
		position: absolute;
		width: 24px;
		height: 24px;
		background: url(../../images/shared/enlarge.png) 0 0 no-repeat;
		text-indent: -9000em;
	}
	
	#userPhotos {
		position: relative;
	}
	
	#userPhotos span.enlarge {
		bottom: 4px;
		left: 0px;	
		position: absolute;
		width: 24px;
		height: 24px;
		background: url(../../images/shared/enlarge.png) 0 0 no-repeat;
		text-indent: -9000em;
	}
	
	#userPhotos .enlarge a:hover {
		bottom: 4px;
		left: 0px;	
		position: absolute;
		width: 24px;
		height: 24px;
		background: url(../../images/shared/enlarge.png) 0 0 no-repeat;
		text-indent: -9000em;
	}
	

	
