#examples a {color:#888 ;text-decoration: none;}
#examples a:hover {color: #090;}

#examples h3 {margin: 20px 0 5px 0;}




/* boxHi css */
#boxHi {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 448px; /* important */
	height: 361px; /* important */
}

#boxHi_frame {position: absolute;}
#boxHi_frame img {position: absolute;}
#boxHi_next {top: -70px; left: 20px;}
#boxHi_previous {top: 30px; left: 20px;}
#boxHi_footer {top: 170px; left: -426px;}

#boxHi_content {
	position: absolute;
	margin-top: 0px;
	left: 0;
}

.boxHi_item {
	float: left;
	padding: 0;
	width:450px;
	height: 180px;
	border: 0px solid #666;
}

.boxHi_item_detail {
	float: left;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	width: 210px;
	height: 177px;
	background-image: images/highlight-bg1.png;
}

.boxHi_item_detail img {  
    margin: 0px;  
    padding: 2px 0px;
    border: 0px;  
}  
.boxHi_item_detail h4 {  
    margin: 0px;  
    padding: 0px 5px;
    color: #fff;
	font-family:"Kittithada Roman 55 F", 'SMB-EmpBlack', tahoma;
	font-size:20px;
	font-weight:bold;
}  
  
.boxHi_item_detail p {  
    margin: 0px;  
    padding: 2px 5px;
	font-family:"Kittithada Roman 55 F", 'SMB-EmpBlack', tahoma;
	font-size:18px;
    color: #fff;  
}  

.boxHi_item_detail a {  
    color: #fff;  
    text-decoration: underline;  
}

.boxHi_item_title {
    color: #fff;  
	font-weight:bold;
}

.accordion_toggler {
	padding: 5px;
	background: #369;
	border-top: 1px solid #69c;
	border-left: 1px solid #69c;
	border-right: 1px solid #036;
	border-bottom: 0px solid #036;
	color: #fff;
	cursor: pointer;
}

.accordion_content {
	background-image:images/highlight-bg1.png;
}
