#slide-style {
	width: 711px;
	float: left;
	border: 1px solid #D8D8D8;

	font-size: 12px;

	margin-bottom:5px;
}
.border_slide{
	border: 1px solid #cae1f1;
	padding: 1px;
	background: #fff;
}
.sliderwrapper{
	float: left;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 310px; /*width of featured content slider*/
	height: 310px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: white;
	width: 295px; 
	text-align: justify;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.contenttitle{
}

.contenttitle a {
	color: #00007D;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
.contenttitle a :hover{
	color:#D45500;
}

.contentdiv img{

	padding: 2px;
	
	
	min-height: 200px;

	max-height: 200px;
}

.box_list{
	padding:5px;
	margin:2px 2px 2px 310px;
	height:308px;
	width:390px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 

}
.slide_title {

	font-weight:normal;
	height:1px;
}

.box_list ul li{
	margin-left: 15px;
	padding:1px;
	list-style:square;
	color: #D45500;
	font-weight: normal;
}

.box_list ul li a{
	text-decoration: none; 
	color: #00007D;
	background: white;
	text-align: justify;
}

.box_list ul li a:hover, .box_list ul li a.selected {
	color: #D45500;
}