#slide-style {	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 675px;
	float: left;
	border-left: 2px solid #7fc9fc;
    border-right: 2px solid #7fc9fc;
	border-top: 1px solid #7fc9fc;
	border-bottom: 2px solid #7fc9fc;
	padding: 2px;
	font-size: 12px;
	background: #fff;
	margin-bottom:5px;
}
.border_slide{
	border: 1px solid #cae1f1;
	padding: 1px;
	background: #eaf0f4;
	height: 397px;
}
.sliderwrapper{
	float: left;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #cae1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 400px; /*width of featured content slider*/
	height: 397px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	border: 1px solid #7fc9fc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 5px;
	background: #fff /*#eaf0f4 url(../images/bgbody.gif) repeat center*/;
	width: 385px;
	font-size: 13px;
	text-align: justify;
	height: 380px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.contenttitle{
}

.contenttitle a {
	color: #0266c2;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
.contentdiv img{	border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 2px;
	min-width: 375px;
	min-height: 230px;
	max-width: 370px;
	max-height: 230px;
}

.box_list{	border: 1px solid #7fc9fc;
	padding:5px;
	margin:2px 2px 2px 410px;
	height: auto;
	width:245px;
	background: #fff /*#eaf0f4 url(../images/bgbody.gif) repeat center*/;
	border: 1px solid #cae1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.box_list1{	border: 1px solid #7fc9fc;
	padding:5px;
	margin:2px 2px 2px 410px;
	height:32px;
	float:center;
	background:#7fc9fc url(../images/news_cat_header.png) repeat center;
	border: 1px solid #cae1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.slide_title {
	/*background: url(../images/tinmoi.png) no-repeat;  */
	font-size: 18px;
	font-weight:bold;
	height:10px;
}
.slide_bottom {

	font-size: 18px;
	font-weight:bold;
	height:30px;
}
.box_list ul li{
	margin-left: 15px;
	list-style:square;
	color: red;
	font-weight: nomal;
}

.box_list ul li a{
	text-decoration: none;
	font-size: 13px;
	color: #0266c2;
	text-align: justify;
}

.box_list ul li a:hover, .box_list ul li a.selected {
	color: red;
}