@charset "utf-8";
/* CSS Document */
.bigcatcontainer {
	width:540px;
	height:250px;
	margin: 0px auto;
	text-align:center;
	padding:10px;
	
}
.shell {
	width:100%; 
	text-align:center; 
	margin:0px; 
	padding:0px;
}
.catcontainer {
	width:110px;
	height:250px;
	float:left;
	padding-right:20px;
}
.catcontainer img {
	border:none;
}
.cat1 {
	width:110px;
	height:151px;
}
.cat2 {
	background:url(cat2_up.gif) top left no-repeat;
	width:110px;
	height:151px;
}
.cat2:hover {
	background-image:url(cat2_down.gif);	
}
.cat3 {
	background:url(cat3_up.gif) top left no-repeat;
	width:110px;
	height:151px;
}
.cat3:hover {
	background-image:url(cat3_down.gif);	
}
.cattext {
	width:110px;
}
.cattitle {
margin:5px;
text-align:left;
font: Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#000;
}
.catdescription {
margin-top:5px;
text-align:center;
font: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#333;
}
