/* GALLERY */	
	
	#galleryCnt { position:relative }
	
	#galleryCnt div.galleryBody {
/* 		border-left:1px solid #99a5b3;
		border-right:1px solid #99a5b3;
 */		clear:both;
		overflow:hidden;
		background:#f3f5f7
	}
	
	* html #galleryCnt div.galleryBody { height:1% }
			
	#galleryCnt div.galleryTop, #galleryCnt div.galleryBottom { clear:both }	
	#galleryCnt div.galleryTop { height:33px }
	#galleryCnt div.galleryBottom { height:5px }
	
	#galleryCnt div.galleryTop div, #galleryCnt div.galleryBottom div {
		float:left;
		width:305px;
	}
	
	#galleryCnt div.galleryTop div { height:33px }	
	#galleryCnt div.galleryBottom div { height:5px }


	#galleryRow { 
		list-style-type:none; 
		overflow:hidden;
		float:left;
		display:inline;
		padding:0;
	}
		
	#galleryRow li {
		float:left;
		text-align:center
	}
	
	#galleryRow li a {
		text-decoration:none;
		font:bold 12px Tahoma, Arial, Verdana;
		color:#890000;
		line-height:11px	
	}
	
	#galleryRow li a:hover { color:#CC0000 }
	
	#galleryRow li img { 
		/* border:1px solid #b6bdc5; */
		margin-bottom:5px
	}
	
	#galleryRow li p { 
		padding:0;
		margin:0
	}

	#galleryRow li p.desc { height:30px }

	#galleryCnt a.arrow-left, #galleryCnt a.arrow-right {
		width:14px;
		height:40px;
		display:block;
		text-indent:-5000px;
		outline:0;
		position:absolute
	}
	
	#galleryCnt a.arrow-left { background:url(../images/gallery/arrow_left.gif) no-repeat 0 0; left:-6px }	
	#galleryCnt a.arrow-right { background:url(../images/gallery/arrow_right.gif) no-repeat 0 0; right:-6px }	
	* html #galleryCnt a.arrow-right { background:url(../images/gallery/arrow_right.gif) no-repeat 0 0; right:-7px }	

	#galleryCnt img.galleryTitle {
		height:25px;
		position:relative;
		top:13px;
		left:10px
	}
	

/* CONFIG */

	#galleryCnt { width:575px; margin:30px auto 0 }
	#galleryCnt div.galleryTop { background:url(../images/gallery/gal_sprites.gif) no-repeat -100px 0 }
	#galleryCnt div.galleryBottom { background:url(../images/gallery/gal_sprites.gif) no-repeat -100px -33px }
	#galleryCnt div.galleryTop div { background:url(../images/gallery/gal_sprites.gif) no-repeat -675px 0 }
	#galleryCnt div.galleryBottom div { background:url(../images/gallery/gal_sprites.gif) no-repeat -675px -33px }
	#galleryRow {
		width:565px;
		height:90px;
		margin: 0 0 0 5px
	}
	* html #galleryRow { margin:0 0 0 5px }
	#galleryRow li {
		width:105px;
		padding:5px 4px;
	}
	* html #galleryRow li { padding:5px 4px }
	#galleryCnt a.arrow-left, #galleryCnt a.arrow-right { top:51px }
	
/* end CONFIG */		