#softkites {
				background: url(../img/nav/deatailbg.gif);
				width:428px;
				height:110px;
				}

#softkites:hover {
				background: url(../img/nav/deatailbg2.gif);
				width:428px;
				height:110px;
				cursor:default;
				}
				
#softkitesImg {
				position: absolute; 
				margin-bottom: 5px; 
				margin-left: 8px; 
				margin-right: 5px; 
				margin-top: 10px;			  
				}
			  
#softkitesImgBg {
				background:#5b5d4b;
				padding:5px; 
				border:1px solid #FF9900;
				}
				
#softkitesImgBg:hover {
                background:#ff9900;
				padding:5px; 
				border:1px solid #FF9900;
				cursor:url(../img/nav/Enlarge_Cursor.jpg);
				}
				
#softkitesText {
				width:265px;
				font-size:11px;
				position: absolute;
				margin-bottom: 5px; 
				margin-left: 155px; 
				margin-right: 5px; 
				margin-top: 40px;	
				border:0px solid black;
				}
				
#softkitesHeader a{
                text-align:center;
				color:#000;
				font-size:15px;
                width:150px;
				position: absolute;
				margin-bottom: 5px; 
				margin-left: 155px; 
				margin-right: 5px; 
				margin-top: 10px;	
				background-color:#FF9900;
                border:1px white solid;
				padding:2px;
				}
				
#softkitesHeader a:hover {
                color:#FFF;
				text-decoration: none;
				}
				
.KiteFestival_question{	
	color:#FFF;
	font-size:0.9em;
	background-color:#5b5b4d;
	width:396px;
	margin-bottom:2px;
	margin-top:2px;
	padding:2px;
	height:18px;
	overflow:hidden;
	cursor:pointer;
}
.KiteFestival_question:hover{	
	background-color:#6D6F5B;
	color:#FFF;
	font-size:0.9em;
	width:396px;
	margin-bottom:2px;
	margin-top:2px;
	padding:2px;
	height:18px;
	overflow:hidden;
	cursor:pointer;
	}

.KiteFestival_answer{	
	background-color:#5b5b4d;
	width:400px;	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.KiteFestival_answer_content{
	padding:1px;
	font-size:1em;	
	position:relative;
}
