/* START GALLERY ELEMENTS */ 

	.gallery 
	{ 
		margin-bottom:10px; 
	}
	
	.slideshow-container
	{
		clear: both;  
	}
	
	.slideshow img
	{
		padding:0px;
		margin:0px;	
	}
	
	.gallery div.navigation a.pageLink 
	{
		height: 75px;
		line-height: 75px; 
		padding:0 2px; 
	}
	 
	.controls
	{ 
		height:22px; 
		margin:10px 0;
		text-transform:uppercase;
	}	
	
	.controls a
	{
		font-weight:normal;
	}
	
	.gallery div.ss-controls 
	{
		float: left;
	}
	
	.gallery div.nav-controls 
	{
		float: right;
	} 
	 
	.gallery div.navigation a.pageLink 
	{
		display: block;
		position: relative;
		float: left;
		margin: 0px;
		margin-top:3px;
		width: 16px;
		background-position:center center;
		background-repeat:no-repeat;  
	}
	
	.gallery div.navigation a.pageLink:focus 
	{
		outline: none;
	}
	
	.gallery ul.thumbs 
	{
		position: relative;
		float: left;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	.gallery ul.thumbs li 
	{
		float: left;
		padding: 0;
		margin: 2px 3px 2px 0px;
		list-style: none;
	}
	
	.gallery a.thumb 
	{
		padding: 1px;
		display: block;
	}
	
	.gallery a.thumb:focus 
	{
		outline: none;
	}
	
	.gallery ul.thumbs img 
	{
		border: none;
		display: block;
	}
	   
	.gallery div.navigation a.prev 
	{
		background-image: url(../images/prevPageArrow.gif);
		float:left; 
		margin-right:16px;
	}
	
	.gallery div.navigation a.next 
	{
		background-image: url(../images/nextPageArrow.gif);
		float:right; 
	}
	
	.gallery div.loader 
	{
		background-image: url(../images/loaderWhite.gif);
	} 
	
	.gallery a, .gallery a:hover 
	{ 
		text-decoration:none; 
	}
	
	.controls
	{
			border-bottom:solid 3px #333;
			border-top:solid 1px #d4d4d4;
			padding:10px 0 8px;	
			clear:both;
			background:#f3f3f3;
	}
	
	.controls .play, .controls .next, .controls .prev, .controls .pause 
	{ 
		padding:3px 0 4px 20px; height:22px; }
	
	.controls .play 
	{ 
		background: url(../images/sprite_gallery.gif) no-repeat 0px 0px;  
		padding-left:30px; 
		margin-left:10px; 
	}
	
	.controls .pause 
	{ 
		background: url(../images/sprite_gallery.gif) no-repeat 0px -22px; 
		padding-left:30px;
		margin-left:10px; 
	}
	
	.controls .next 
	{ 
		background: url(../images/sprite_gallery.gif) no-repeat right -44px; 
		margin-right:10px;
		padding-right:10px; 
		color: #555;
	}
	
	.controls .prev 
	{
		background: url(../images/sprite_gallery.gif) no-repeat 0px -66px; 
		padding-left:10px; 
		color: #555;
	}
	
	.caption-container
	{
		padding:10px; 	
		background:#333333;
		color:#d9d9d9;
	}
	
	.articlerelated .gallery #thumbs li a 
	{ 
		color:#fff; 
	}
	
	.articlerelated .gallery #thumbs li
	{
		background: #111;	 
		display:inline;
		height:30px;
		line-height:30px;
		width:30px;
		float:left;
		text-align:center;
		color:#fff;
	}
	
	.articlerelated .thumb
	{
	}
	
	.articlerelated .gallery div.navigation a.pageLink 
	{
		height: 30px;
		line-height: 30px; 
		padding:0 2px; 
	}
	
	.articlerelated .gallery #caption
	{ 
	border:0px;
	}
	
	.articlerelated .gallery #caption
	{ 
	border:0px;
	}
	.articlerelated .gallery #thumbs
	{
		border-bottom:solid 1px #d4d4d4;  
	} 
	
	.articlerelated .gallery #thumbs li.selected
	{
	background:#e60009;	
	} 

/* My Change */
    .imageblurb .gallery #thumbs li a
	{
		color:#fff;
	}

	.imageblurb .gallery #thumbs li
	{
		background: #111;
		display:inline;
		height:30px;
		line-height:30px;
		width:30px;
		float:left;
		text-align:center;
		color:#fff;
	}

	.imageblurb .thumb
	{
	}

	.imageblurb .gallery div.navigation a.pageLink
	{
		height: 30px;
		line-height: 30px;
		padding:0 2px;
	}

	.imageblurb .gallery #caption
	{
	border:0px;
	}

	.imageblurb .gallery #caption
	{
	border:0px;
	}
	.imageblurb .gallery #thumbs
	{
		border-bottom:solid 1px #d4d4d4;
	}

	.imageblurb .gallery #thumbs li.selected
	{
	background:#e60009;
	}


/* START GALLERY ELEMENTS */ 
