#examples a {
	color:#888 ;
	text-decoration: none;}

#examples a:hover {
	color: #090;}

#examples h3 {
	margin: 20px 0 5px 0;}

/* example_6 css */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 269px; /* important */
	height:97px; /* important */
	margin: 0;
	background: #fff;
}

.imageslide{
	border:1px solid #e7e7e7;
	margin-top:12px;
	width:269px;
	height:97px;
	padding:5px;
	text-align:center;
}


#example_6_content {
	position: absolute;
	top: 0;
	margin-left: 0;
}

#example_6_content
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_6_content {
	width: 13440px;
}
	#container_bd #example_6 ul li {
	display: block;
	float: left;
	margin:0px;
	padding:0px;
	/*border: 1px solid #000FFF;*/
	background-color: #fff;
}

#container_bd #example_6 ul li img {
	display: block;
	
}

#example_6_frame {
	position: relative;
	margin: 0px 0px 0px 0px;
	
}

.example_6_img{
padding-left:110px;
} 

#container_bd #example_6_frame ul li {
	margin: 0 2px;
}

#container_bd_01{
	margin-bottom:20px;
}
#container_bd #example_6_frame ul li img{
	border: 1px solid #9cf;
	padding: 2px;
}

#container_bd #example_6_frame ul li img:hover {
	border: 1px solid #369;
	background:#FF0000;
}

.accordion_toggler {
	padding: 5px;
	background: #369;
	border-top: 1px solid #69c;
	border-left: 1px solid #69c;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	color: #fff;
	cursor: pointer;
}

.accordion_content {
	background: #fff;
}

.project_name{
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.project_desc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.5px;
	vertical-align:top;
	margin-top:3px;
	line-height:15px;
	text-align:justify;
	color:#999999;
}

.clsred_heading{
font-family:Century Gothic, Arial, Helvetica, sans-serif;
font-size:14px;
text-transform:lowercase;
color:#b23427;
line-height:16px;
padding-bottom:6px;
background:url(../images/headingBg.jpg) left bottom no-repeat;
}

.clsred_heading_01{
	color:#d61c2a;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	float:left;

}


a.readmore{
width:auto;
height:10px;
display:block;
margin-top:4px;
line-height:10px;
color:#993333;
padding-left:10px;
font-size:9.5px;
text-decoration:none;
background:url(../images/readMoreArrow.jpg) left top no-repeat;
}

a:hover.readmore{
text-decoration:underline;
}