.thumb{
	width:200px;
	height:225px;
	float:left;
	margin: 10px;
	padding: 5px;
	border:2px solid #F93;
	background-color:#FFF;
}
.thumb1{
	width:200px;
	height:160px;
	float:left;
	margin: 5px;
	padding: 5px;
}
.thumb_tital{
	width:150px;
	height:20px;
	margin:0px auto;
	margin-top:5px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
	text-transform: capitalize;
	color:#900;
}
.catname{
	width:200px;
	height:40px;
	margin:0px auto;
	margin-top:8px;
	text-align: center;
	font-size:26px;
	padding-top:10px;
	font-weight: bold;
	background-color:#900;
	color:#fff;
}
.thumbin{
	margin:0px auto;
	margin-top:8px;
	text-align: center;
	padding-top:10px;
	display:block;
}
.catnameoff{
	width:200px;
	height:40px;
	margin:0px auto;
	margin-top:8px;
	text-align: center;
	font-size:26px;
	padding-top:10px;
	font-weight: bold;
	background-color:#ff6400;
	color:#900;
	display:block;
	text-decoration:none;
}
.catnameoff a {
	color:#900;
	display:block;
	text-decoration:none;
	}
	
.catnameoff a:link {
	color:black;
	display:block;
	text-decoration:none;
	}
.catnameoff a hover {
	color:#fff;
	background-color:#900;
	display:block;
	}



/*thumb opener*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 6px;
padding-bottom: 0;
background-color:#000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border:1px solid #000;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px arial;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: #FFF;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	background-color: #FFC;
	padding: 5px;
	z-index: 5;
}
