.tiny-ie-hack { height: 100%; width: 100%; overflow: hidden; }

#tiny-over {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 1000;
	display: none;
	background-color: #000000;
	opacity: 0.9;
	filter: alpha(opacity=90);
} * html #tiny-over { position: absolute; }

#tiny-load {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 2000;
	display: none;
	background: transparent url(/images/throbber.gif) center no-repeat;
} * html #tiny-load { position: absolute; }

#tiny-tbox {
	width: 565px;
	height: auto;
	position: fixed;
	top: 15px; left: 50%;
	margin-left: -275px;
	z-index: 1500;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #000000;
} * html #tiny-tbox { position: absolute; }

.close_box{
	text-align:right;
	padding-top:2px;
	padding-right:2px;
	margin-bottom:5px;
	height: 16px;
}
.close_box a img{
	border:none;
}

div.thumbs{ 
	padding: 10px 0 10px 0; 
}
.thumbs img{
	padding:0;
	margin:0;
	border:none;	
}
.thumbs img:hover{
	padding:0;
	margin:0;
	border:none;	
}
.thumbs .thumb { 
	position: relative;
	padding: 8px;
	margin:  5px  10px 5px 0;
	text-align:center;
	background: #fafafa;
   	border: 1px solid #ddd;	
	float:left;
}
.thumbs .thumb p { 
	margin: 0;
	font-size:0.8em;
}
.thumbs .thumb:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { 
	background-color: transparent; border: none 
}

.photo{
	text-align:center;
	margin:auto;
}
.photo img { 
	padding:  5px  5px 5px 5px;
	background: #fafafa;
   	border: 1px solid #ddd;
}
.photo_title {
	text-align:center;
	border:none;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
}

.arrows{
	text-align:center;
	font-size:2em;	
	color:#CBCBCB;	
}
arrows a{
	color:#C0C0C0;
}
.arrows a:hover{
	text-decoration:none;
	color:black;
}
.arrows a img{
	border:none;
}

