.galleryDate
{
	float:right;
}
.galleryTitle h1
{
	margin: 0 0 6px;
	width:780px;
}
.galleryArrows
{
	float:right;
	margin-top:10px;
}
.galleryArrows a{display:block; float:left;}
.galleryArrows div{float:left;}
#galleryPrevArrow{width:42px; height:43px; background: transparent url('../img/article/galleryPrevArrow.png') no-repeat;}
#galleryNextArrow{width:42px; height:43px; background: transparent url('../img/article/galleryNextArrow.png') no-repeat;}
#galleryPrevBlank{width:41px; height:43px; background: transparent url('../img/article/galleryPrevArrowEmpty.png') no-repeat;}
#galleryNextBlank{width:42px; height:43px; background: transparent url('../img/article/galleryNextArrowEmpty.png') no-repeat;}
.galleryArrows .desc{width:100px; height:43px;line-height:43px;text-align:center;}
.galleryBrand{margin-bottom:8px;}
.galleryBrand span
{
	margin-right: 6px;
}
#galleryScreen
{
	margin-top:10px;
	width:100%;
	height:auto;
	background:#eeeeee;
	text-align:center;
}
#galleryScreen img
{
	margin-top:15px;	
	margin-bottom:15px;
}
#galleryDescr
{
	margin: 10px 0;
	font-weight:normal;
}
#galleryThumbs
{
	width:100%;
	background:#ECECEC;
}
#galleryThumbs a
{
	float:left;
	margin: 5px; 
	display: block;
}
#galleryThumbs li{display:block; cursor:pointer;}
#galleryThumbs .galleryThumbsImg, #galleryThumbs .galleryThumbsImg li{width:75px;height:75px;}
#galleryThumbs .galleryThumbsSelected{width:71px;height:71px;border:2px solid #f98c21;}
#galleryThumbs .galleryThumbsSelected li{width:71px;height:71px;}
.galleryThumbsContainer{margin-left: 15px;}
.galeryThumbTab{position:absolute; height:32px; width:75px; background:#000; top:22px; z-index:1; opacity:0.4; filter:alpha(opacity='40');}
.galeryThumbBtn{position:absolute; top:22px; z-index:2; border:0; top:20px; left:20px;}
.galleryThumbsSelected .galeryThumbTab{top:20px;width:71px;}
.galleryThumbsSelected .galeryThumbBtn{top:18px; left:18px; }
