#category {
	background-color: #666666;
	margin: 10px;
	padding: 10px;
	border: 1px solid #999999;
}

#thumb_container {
	background-color: #666666;
	margin: 10px;
	padding: 10px;
	border: 1px solid #999999;
	height: 490px;
}
#row {
	clear: both;		
}


.category {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000000;
	font-size: 12px;
	text-align: right;
}

.thumb {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000000;
	font-size: 12px;
	
}
.thumb_image {
	float: left;
	margin: 10px;
}

.thumb_border {
	border: 1px solid #333333;
}
.thumb_border a:link{
	border: 1px solid #333333;
}
.thumb_border a:hover{
	border: 1px solid #999999;
}
.image_border {
	border: 1px solid #333333;
}
.empty_image {
}

.image_med {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	text-align: center;
}

.category_textbox {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000000;
	font-size: 12px;
	float: left;
}
.breadcrumb {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000000;
	font-size: 12px;
	float: left;
	clear: left;	
}
a {
 text-decoration:   none;
 color:             #FFFFFF;
 background-color:  transparent;
}
  
a:visited {
 color:             #CCCC99;
 background-color:  transparent;
}

a:hover {
 color:             #FFFFFF;
 text-decoration:   underline;
 background-color:  transparent;
}
.next_prev {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #000000;
	padding: 5px;
	float: left;
	clear: left;
}
.caption {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #CCCCCC;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}