/* Gallery layout */

br.clr {
	clear: both;
}

.gallery select {
	float: right;
}

.gallery h2 {
	float: left;
	width: 50%;
}

#thumbs {
	width: 393px;
	margin-top: 10px;
}

#thumbs a, #thumbs a:visited {
	position: relative;
	display: block;
	float: left;
	width: 130px; height: 137px;
	background: transparent url('../img_design/gallery_small_bg.gif');
	color: transparent;
}

#thumbs img {
	position: absolute;
	left: 6px; top: 7px;
	width: 112px; height: 112px;
	border: 0;
}

#content {
	position: relative;
	height: 500px;
}

.floatclear {
	position: absolute;
}

.actions {
	text-align: center;
	margin-top: 10px;
}

#galleryview {
	position: relative;
	background: transparent url('../img_design/gallery_view_bg.png') no-repeat;
	width: 396px; height: 328px;
	margin-top: 10px;
}

#galleryview img {
	position: absolute;
	left: 19px; top: 30px;
	width: 351px; height: 247px;
}

#galleryview h2 {
	margin-top: 5px;
	width: 386px;
	text-align: center;
}

#galleryview h3 {
	position: absolute;
	left: 0; top: 290px;
	text-align: center;
	width: 386px;
}

#galleryview a.prev {
	position: absolute;
	left: 19px; top: 289px;
	background: transparent url('../img_design/gallery_prev.gif') no-repeat;
	width: 27px; height: 22px;
}

#galleryview a.next {
	position: absolute;
	left: 344px; top: 289px;
	background: transparent url('../img_design/gallery_next.gif') no-repeat;
	width: 28px; height: 22px;
}

.paging a, .paging span {
	margin-right: 3px;
}

 .paging span {
	font-weight: bold;
}

.galleryview select {
	margin-right: 6px;
}

/* Login box */

#right .gallerylogin {
	padding: 0;
	width: 224px;
	background: #f9e48b url('../img_design/login_top_left_bg.gif') no-repeat;
	margin-bottom: 16px;
}

.gallerylogin h3, .gallerylogin input {
	margin-left: 10px;
	margin-bottom: 7px;
}

.gallerylogin h3 {
	margin-top: 10px;
}

.gallerylogin label, .gallerylogin a {
	display: block;
	margin-left: 10px;
}

.gallerylogin a {
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
	margin-left: 10px;
}

.gallerylogin a:hover {
	color: #000;
}

.gallerylogin .login {
	margin: 0; border: 0;
	margin-bottom: 7px;
	width: 49px; height: 21px;
	background: transparent url('../img_design/loginbtn.gif') no-repeat;
}

.gallerylogin .error {
	margin-left: 10px;
	margin-bottom: 7px;
	color: #CC0033;
}

.gallerylogin .footer {
	margin-top: 7px;
	width: 5px; height: 4px;
	background: #f9e48b url('../img_design/login_bottom_left_bg.gif') no-repeat;
}

.error {
	color: #CC0033;
	margin: 5px 0 5px 0;
}

/* Gallery register */

.upload table input, .upload table select {
	width: 188px;
}

.register input.send, .upload input.send {
	margin: 0; padding: 0;
	margin-top: 9px;
	border: 0;
	display: block;
	width: 57px; height: 22px;
	background: transparent url('../img_design/sendbtn.gif');
}

.sendpassword {
	background: #fbefb9;
	padding: 17px;
}

.sendpassword input.send {
	margin: 0; padding: 0;
	margin-top: 9px;
	border: 0;
	width: 57px; height: 22px;
	background: transparent url('../img_design/sendbtn.gif');
}

