dl dd {
	margin: 0;
	padding: 0;
}

/* Carousel Styles */

#examples a {
	color: #888888;
	text-decoration:none;
}
#examples a:hover {
	color: #009900;
}
#examples h3 {
	margin: 20px 0pt 5px;
}

/* example_3 css */
#example_3 {
	background: #fff none repeat scroll 0%;
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 508px; /* important */
	height: 168px; /* important */
	margin: 0;
	border: solid 1px #55b2aa;
}

#example_3_frame {
	position: relative;
	margin: 322px 0px 0px 0px;
}

#example_3_previous {
	margin-top: -322px;
	width: 26px;
	height: 168px;
	background:url(../images/bt_arrowLeft.gif) no-repeat;
	background-position:center;
	float: left;
	cursor:pointer;
}
#example_3_next {
	margin-top: -322px;
	width: 26px;
	height: 168px;
	background:url(../images/bt_arrowRight.gif) no-repeat;
	background-position:center;
 	float: right;
	cursor:pointer;
}

.specialOfferContainer {
	width: 508px;
	height: 162px;
	padding:0;
	background: #fff;
}

#example_3_content { 
	position: absolute;
	margin: 0;
	padding: 0;	
}

#example_3_content
#example_3_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_3_content {
		width: 37438px;
	}
	#container_bd #example_3 ul li {
		display: block;
		float: left;
		margin: 0px;
		padding: 0px;
	}

#container_bd #example_3 ul li img {
	display: block;
}

table#vertical_examples td {
	width: 322px;
	vertical-align: top;
	text-align: center;
}