* { margin: 0; padding: 0; border: 0; }

body {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 12px;
	background: url(../images/hangszerek.jpg);
}

h1 {
    font-family: Georgia, "Times New Roman", Palatino, serif;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 1;
	color: #1ab3f9;
	margin-bottom: 10px;
}
	
	h1:first-line {
		font-style: normal;
		color: #fff;
	}
/* ------------BAL PANEL-----------------------------------------------*/

div#bal_panel {
	padding: 6px;
	width: 180px;
	float: left;
	}
	
ul#menu
{
	list-style-type: none;
}

	ul#menu li a
	{
		padding: 4px;
		border-top: 1px solid #59a9dd;
		border-bottom: 1px solid #08324d;
		display: block;
		background-color: #106399;
		color: #fff;
	}
	
	ul#menu li a:hover
	{
		border-bottom: 1px solid #1584cc;
		background-color: #1584cc;
	}
div.container {
	position: relative;
	width: 720px;
	margin: 40px auto 0;
	border: 3px double #000;
}

ul#icons {
	position: absolute;
	left: -8px;
	top: -40px;
	list-style-type: none;
}

	ul#icons li {
		display: block;
		float: left;
		width: 32px;
		height: 32px;
		margin: 0 5px;
		cursor: pointer;
	}
	
		ul#icons li#icon_list {
			background: url(../images/icons.gif) no-repeat 0 -33px;
		}

		ul#icons li#icon_icon {
			background: url(../images/icons.gif) no-repeat -32px -33px;
		}

		ul#icons li#icon_desc {
			background: url(../images/icons.gif) no-repeat -64px -33px;
		}

		ul#icons li#icon_thum {
			background: url(../images/icons.gif) no-repeat -96px -33px;
		}
		
			ul#icons li#icon_list:hover {
				background-position: 0 0;
			}

			ul#icons li#icon_icon:hover {
				background-position: -32px 0;
			}

			ul#icons li#icon_desc:hover {
				background-position: -64px 0;
			}

			ul#icons li#icon_thum:hover {
				background-position: -96px 0;
			}
			
		ul#icons li select {
			display: none;
			width: 40px;
			margin-top: 6px;
			border: 1px solid blue;
		}

div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

ul#ph60as {
	position: relative;
	padding: 5px;
	list-style-type: none;
	overflow: auto;
}
	
	/* Lista nézet */
	ul.photo_list li {
		float: left;
		width: 336px;
		margin: 2px;
		padding-left: 15px;
		background: url(../images/camera.gif) no-repeat top left;
	}
	
		ul.photo_list li a {
			text-decoration: none;
			color: #000;
		}
		
			ul.photo_list li a b {
				display: block;
				padding: 0 2px;
			}
		
			ul.photo_list li a img,
			ul.photo_list li a em {
				display: none;
			}

		ul.photo_list li:hover {
			background-image: url(../images/camerablue.gif);
			color: #1337b2;
		}
			
			ul.photo_list li a:hover b {
				background: #c2def6;
			}
			
	/* Ikon nézet */
	ul.photo_icon li {
		float: left;
		padding: 4px;
		border: 1px solid transparent;
	}
	
		ul.photo_icon li a {
			text-decoration: none;
		}

			ul.photo_icon a img {
				display: block;
			}
		
				ul.photo_icon a img.land {
					width: 90px;
				}
			
				ul.photo_icon a img.port {
					height: 60px;
					margin: 0 25px;
				}

			ul.photo_icon li a b,
			ul.photo_icon li a em {
				display: none;
			}
			
		ul.photo_icon li:hover {
			background: #f1f7fd;
			border-color: #2186df;
		}

	/* Részletes leírások */
	ul.photo_desc li {
		margin: 2px 0;
		padding: 2px;
		border: 1px solid transparent;
		overflow: auto;
	}
	
		ul.photo_desc li a {
			text-decoration: none;
			color: #2b3555;
		}
		
			ul.photo_desc a img {
				display: block;
				float: left;
				margin-right: 5px;
			}
		
				ul.photo_desc a img.land {
					width: 90px;
				}
			
				ul.photo_desc a img.port {
					height: 80px;
					padding: 0 16px;
				}

			ul.photo_desc li a b {
				display: block;
			}
		
			ul.photo_desc li a em {
				display: block;
				float: left;
				width: 608px;
				font-style: normal;
				text-align: justify;
				line-height: 1.3;
				color: #576ba9;
			}

		ul.photo_desc li:hover {
			background: #f1f7fd;
			border-color: #2186df;
		}
			
	/* Miniatűrök - S */
	ul.photo_thum li {
		float: left;
		padding: 8px;
		border: 1px solid transparent;
	}
	
		ul.photo_thum li a {
			text-decoration: none;
		}

			ul.photo_thum a img {
				display: block;
			}
		
				ul.photo_thum a img.land {
					width: 150px;
				}
			
				ul.photo_thum a img.port {
					height: 100px;
					margin: 0 42px;
				}

			ul.photo_thum li a b,
			ul.photo_thum li a em {
				display: none;
			}
			
		ul.photo_thum li:hover {
			background: #f1f7fd;
			border-color: #2186df;
		}
		
		/* M */
		ul.size_m a img.land {
			width: 210px;
		}
		
		ul.size_m a img.port {
			height: 140px;
			margin: 0 58px;
		}

		/* L */
		ul.size_l a img.land {
			width: 330px;
		}
		
		ul.size_l a img.port {
			height: 220px;
			margin: 0 92px;
		}

div#lightbox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	div#lightbox div.black {
		background: #000;
	}

	div#lightbox div#lightimg {
		position: relative;
		margin: 0 auto;
		padding: 10px;
		background: #fff;
	}

		div#lightbox div#lightimg img {
			display: block;
			margin: 0 auto;
		}
	
		div#lightbox div#lightimg b {
			display: block;
			margin-right: 30px;
		}
		
		div#lightbox div#lightimg em {
			display: block;
			font-style: normal;
			text-align: justify;
			margin-right: 30px;
		}
		
		div#lightbox div#lightimg span#close {
			display: block;
			float: right;
			margin: -4px -2px 0 0;
			font-size: 48px;
			font-weight: bold;
			color: #69ad3e;
			cursor: pointer;
		}
		
			div#lightbox div#lightimg span#close:hover {
				color: #f00;
			}
			