div.browse ul.nav {
	list-style-type: none;
	width: 546px;
	height: 33px;
	
	position: relative;
}

div.browse ul.nav li {
	position: absolute;
	top: 0;
	
	width: 108px;
	height: 33px;
}

div.browse ul.nav a {
	display: block;
	height: 33px;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
	
	background: url(../_image/home/browse-tabs.png) no-repeat;
}

div.browse li.view { left: 115px; }
div.browse ul.nav li.view  a{ background-position: -115px 0; }

div.browse li.votes { left: 229px; }
div.browse ul.nav li.votes  a{ background-position: -229px 0; }

div.browse li.name { left: 343px; }
div.browse ul.nav li.name  a{ background-position: -343px 0; }

div.browse li.all { left: 456px; }
div.browse ul.nav li.all  a{ background-position: -456px 0; }

div.thumbs {
	background-color: #38444b;
	padding: 10px 0;
}

div.thumb {
	width: 148px;
	background: url(../_image/thumb/top.png) no-repeat #9c6139;
	
	float: left;
	margin: 0 10px;
}

div.thumb div.bot {
	padding: 10px 0;
	background: url(../_image/thumb/bot.png) left bottom no-repeat transparent;
	min-height: 220px;
}

div.selected div.thumb {
	background: url(../_image/thumb/sel-top.png) no-repeat #6c8351;
}

div.selected div.thumb div.bot {
	background: url(../_image/thumb/sel-bot.png) left bottom no-repeat transparent;
}

div.thumb div.img {
	text-align: center;
	height: 120px;
}

div.thumb img {
	border: 1px solid #000;
	width: 120px;
}


div.thumb a {
	font-size: 0.8em;
}

div.thumb a:link,
div.thumb a:active,
div.thumb a:visited {
	color: #FFF;
	text-decoration: none;
}

div.thumb a:hover {
	color: #FFF;
	text-decoration: underline;
}


div.thumb p {
	padding: 0 10px;
	font-size: 0.8em;
}

div.thumb p.votes {
	color: #ebe495;
}


div.paging {
	text-align: center;
}

div.paging a:link,
div.paging a:active,
div.paging a:visited,
div.paging a:hover {
	color: #E2D489;
}


