.tabs-Gallery {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}

.tabs-Gallery:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs-Gallery li {
    float: left;
    margin: 0 0 0 1px;
}

.tabs-Gallery a {
	display: block;
	position: relative;
	top: 0px;
	z-index: 2;
	padding: 6px 0px 8px;
	width: 94px;
	height: 20px;
	color: #000;
	font-size:11px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	text-decoration:none;
	background: url(/img/galeriTabMenu.png) no-repeat;
}

.tabs-Gallery .tabs-GallerySelected a, .tabs-Gallery a:hover, .tabs-Gallery a:focus, .tabs-Gallery a:active {
	color: #CCC;
	font-weight: bold;
	text-decoration:none;
    background-position: 0 -42px;
    outline: 0; /* @ Firefox, switch off dotted border */
}

.tabs-Gallery .tabs-GallerySelected a:visited {
	color: #CCC;
}

.tabs-Gallery a:visited {
	color: #000;
}

/* Disabled Tabs [ */
.tabs-Gallery .tabs-GalleryDisabled a:hover, .tabs-Gallery .tabs-GalleryDisabled a:focus, .tabs-Gallery .tabs-GalleryDisabled a:active {
    background-position: 0 0;
}

.tabs-Gallery .tabs-GalleryDisabled {
    opacity: .4;
}
/* ] Disabled Tabs */

.tabs-Gallery a:hover, .tabs-Gallery a:focus, .tabs-Gallery a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
    color: #CCC;
    font-weight:bold;
}

