	* a {
		outline:none;
		}
	#img_desc {
		font-family: arial, helvetica, sans-serif, "ms sans-serif";
		font-size: 12px;
		color:#696969;
		}
	#mygallery {
		height:auto;
		width:auto;
		text-align:center;
		}
	#mygallery table {
		margin-left: auto;
		margin-right: auto;
		}
	#mygallery_thumbar{
		}
	#mygallery_thumbs {
		overflow:hidden;				
		height:70px;					
		position:relative;				
		}
	#mygallery_viewscreen img {			/**/
		border:5px solid #CB823D;		/**/
		}
	.page_of_thumbnails {				/**/
		position:absolute;
		text-align:left;
		margin-left: 0px;
		}
	#mygallery_thumbs,
	.page_of_thumbnails {				/**/
		width:380px;
		}
	.page_of_thumbnails img {
		border:0px;
		padding:5px;
		}
	.page_of_thumbnails img {
		filter:alpha(opacity=80);
		opacity: .8;
		-moz-opacity:.8;
		}
	.arrows_left,
	.arrows_right {
		filter:alpha(opacity=40);
		opacity: .4;
		-moz-opacity:.4;
		}
/*
	.arrows_left:hover,
	.arrows_right:hover,
	.page_of_thumbnails img:hover {
		filter:alpha(opacity=100);
		opacity: 1;
		-moz-opacity:1;
		}
*/
	.page_of_thumbnails .active_thmb {
		border:5px solid #8B0000;
		padding:0px;
		}
	#mygallery_thumbs_inner {
		position:relative;
		width:1000px;
		margin-left:5px;
	}	
