body {
	background-color: #000;
	text-align: center;
	margin: 0px;
}

#frame {
	width: 750px;
	border: 1px solid black;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

#header{
	text-align: left;	
}

#nav {
	width: 750px;
	margin: 0px;
}

#content {
	width: 750px;
	margin: 0px;
}

.singlesRow {
	width: 750px;	
}

.singleThumb {
	width: 172px;
	height: 172px;
	margin: 5px;
	position: relative;
}
.singleThumb:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;

}
.singleThumbA img{
	opacity:.50;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}

.singleThumbA:hover img{
	opacity: 1;
	filter:Alpha(opacity=100);
	-moz-opacity: 1;

}

.singleThumbA:hover {
color: red; /* irrelevant definition to overcome IE bug */
}

/* EXT STYLES */
.x-dlg-bd {
	background-color: #000;
	vertical-align: middle;
}

.blist .x-btn-text {
    background-image: url(list-items.gif)
    color: white;
}
button.x-btn-text  {
    color: white;
}

ul.x-menu-list{
	background: #333;

}
li.x-menu-list-item {
	background: #333;
}

li.x-menu-list-item a {
	color: white;
}

li.x-menu-list-item:hover {
	border-color: #666;
}
div.x-layer.x-menu {
	border: 1 px solid red;
}

li.x-menu-list-item a img {
	display: none;
}