/*remove this*/
form, form input{
	padding:0px;
	margin:0px;
}
#gallery{
	width:641px;
	position:relative;
}
#loader{
	height:246px;
	width:641px;
	overflow:hidden;
}
	#loader img{
		/*height:246px;*/
		width:641px;
	}
.loading{
    background:url('../images/loadingIcon.gif') no-repeat 50% 50%;
    height:100%;
    width:100%;
}
#emailfriend{
	text-align:right;
	padding-top:1px;
	height:20px;
}
#emailfriend a{
	padding:3px 23px 3px 0;
	background:url('../images/mail_forward.gif') no-repeat right top;
	line-height:22px;
}
#emailfriend a:hover{
	background:url('../images/mail_forward.gif') no-repeat right -25px;
	color:#242424;
	text-decoration:underline;
}
#sendimg{
	border:1px solid #525252;
	background:#FFFFFF none repeat scroll 0%;
	display:none;
	height:148px;
	left:50%;
	margin-left:-153px;
	position:absolute;
	top:26px;
	width:306px;
}
	#sendimg ul{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	#sendimghead{
		margin-bottom:16px !important;
		font-weight:bold;
		font-size:9pt;
	}
	#sendimg ul li{
		margin-bottom:8px;
	}
	#sendimg form{
		position:absolute;
		top:12px;
		left:10px;
	}
	#imgsubmit, #sendimg form label, #sendimg form input{
		font-size:80%;
	}
	.send_ft{
		width:150px;
	}
	#sendimg form label{
		width:130px;
		display:block;
		float:left;
	}
		.red{
			border-color:#FF0000;
			border-style:solid;
		}
#sendinner p{
	margin:60px 0px 0px 0px;
	text-align:center;
}
#sendimgclose{
	height:15px;
	width:15px;
	background:url('../images/close.gif') no-repeat;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
}
#controls{
	float:left;
	margin:0px;
	padding:4px 0 0 3px;
	list-style:none;
}
	#controls li{
		display:inline;
	}
		#controls li a{
			display:block;
			float:left;
			margin-right:6px;
			height:13px;
			width:13px;
			text-indent:-999999px;
			background:url('../images/gallery_dots.gif') no-repeat bottom;
		}
			#emailfriend a, #controls a{
				font-size:0.8em;
				text-decoration:none;
				color:#797979;
			}
			#controls a:hover{
				/*
				color:#242424;
				text-decoration:underline;
				*/
				background:url('../images/gallery_dots.gif') no-repeat 0 -13px;
			}
			#controls a.active{
				/*color:#242424;*/
				background:url('../images/gallery_dots.gif') no-repeat 0 top;
			}
			a{
			  outline: none;
			}