#theme {
	text-align:center;
	position:relative;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:1px;
	margin-top:1px;		
	height:165px;	
	background-repeat:no-repeat;
}

body #themewrap {
	text-align:center;
	position:relative;
	margin-bottom:2px;
	margin-top:2px;		
	height:165px;	
	background-repeat:no-repeat;
}
	#theme a:hover{
		filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;		
	}
	
	.album {
		left:0px;
		top:0px;
		height:100%;
		width:100%;
		position:relative;
		background-color:black;
		filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
	}
	
	#theme_next {
		position:absolute;
		display:block;
		width:11px;
		height:165px;
		right:0px;
		top:0px;
		bottom:0px;
		filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;
		background-image:url(../../gfx/header/next.png);
	}

	#theme_last {
		position:absolute;
		display:block;
		width:11px;
		height:165px;
		left:0px;
		top:0px;
		bottom:0px;
		filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;
		background-image:url(../../gfx/header/last.png);
	}