        /* galeryjki sale 5 fotek*/

#content {
	width: 620px;
	margin: 0px auto;
	padding: 0px;
	background: #FFF;	
	border: 0px solid #CCC;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

		div#feature_list {
	width: 620px;
	height: 380px;
	overflow: hidden;
	position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
	z-index: 2;
	width: 136px;
	right: 0px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
	padding: 0px;
	border: none;
	float: left;
	margin: 0px 0px 0 0;
		}

		ul#tabs li a {
	color: #222;
	text-decoration: none;
	display: block;
	height: 70px;
	outline: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 33px;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
	background:  url('../images/grey_strzalka2.png');
	color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
	width: 500px;
	height: 375px;
	position: relative;
	left: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
		}

		ul#output li {
	position: absolute;
	width: 500px;
	height: 375px;
	padding-top: 3px;
	padding-bottom: 2px;
		}

		ul#output li a {
	position: absolute;
	padding: 0px 0px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
	left: 0px;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}
		