/* {Photoalbum} */

/* The category selection and button*/
SELECT.Photoalbum { font: 11pt arial,sans-serif; height: 1.5em; } 
INPUT.Photoalbum { font: bold 11pt monospace; height: 1.5em; }
#btn_postcard input { height:22px;}
.PicContainer {Width:100%;}
.imagesrc {width:100%;border:medium none}

.imagesrc a: {}

/********* SLIDESHOW **********/
/* Used for photoalbum layout */
/******************************/

#thumb_container {
	position:relative;
	width:120px;
	margin-bottom:2px;
}

/***Cells of the main Table**********/
.show_picRight { border: 1px solid #ccc;
}
.show_picHeader {border: 1px solid #ccc;
}
.show_picCenter {border: 1px solid #ccc;
}


#thumb_head {
	display:float;
	position: absolute;
	float: left;
	width: 15px;
	height:15px;
	z-index: 1;
	top:0px;
	left:0px;
	cursor: hand;
	cursor: pointer;
}

#btn_maximize {
	width: 15px;
	height: 15px;
	cursor: hand;
	cursor: pointer;
}

#btn_preview {
	width: 15px;
	height: 15px;
	cursor: hand;
	cursor: pointer;
}

img.thumb {
		border: 2px solid #ccc;
		margin-left: 15px;
		cursor:hand;
}

div.show_head {
		background: #fff;
		color: #000;
		border-bottom: 1px dashed #ccc;
}
div.btn_close {
		width: 16px;
		height: 16px;
		background: url('close.gif');
}

#btn_open_thumbs {
		width: 16px;
		height: 16px;
		position: absolute;
		background: url('links.png');
		right: 5px;
}

#btn_zoom_in {
		width: 16px;
		height: 16px;
		cursor:default;
		cursor:hand;
}

#btn_zoom_out {
		width: 16px;
		height: 16px;
		cursor:default;
		cursor:hand;
}

#show_picture {
	background: #efefef;
	color: #000;
	border:0px solid cccccc;
}

#table_zoom {
    margin-top:10px;
}

#zoomValue {
		width:45px;
		padding:2px;
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		text-align: right;
}

#container {
		position: absolute; 
		z-index: 0; 
		left: 0px;
}
#show_zoom {
		width: 190px;
		position: relative;
}

#show_thumbs {
		color: #000;
		border: 0px solid #ccc; padding: 0px;

		overflow:auto;
		padding-left: 4px;

		font-size: 5px;
		text-align: left;

		scrollbar-base-color: #E9EDF0;
		scrollbar-3dlight-color:#E9EDF0;
		scrollbar-arrow-color:#a1a1a1;
		scrollbar-darkshadow-color:#E9EDF0;
		scrollbar-face-color:#E9EDF0;
		scrollbar-highlight-color:#a1a1a1;
		scrollbar-shadow-color:#a1a1a1;
		scrollbar-track-color:#E9EDF0;       
}

div.Photoalbum_Title {
		font-family: Georgia, Arial, Helvetica, Geneva, sans-serif;
		font-size: 14pt;
		font-weight: bold;
		text-align: left;
		margin-left: 20pt;
}
div.Photoalbum_Description {
		font-family: Georgia, Arial, Helvetica, Geneva, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		text-align: left;
		margin-left: 20pt;
}
div.show_Password_Form {
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
}

