#example-2 {
	width:205px;
	float:left;
	margin-left:20px;
}

#example-2 .exampleContent{
	padding: 10px;
	padding-top:0;
	background:   url(../img/example-2-content.gif) repeat-y;
}



#LIR{
	margin-left:-10px;
	background-image: url("../img/example-2-top.gif");
	background-repeat: no-repeat;
	clip: rect(0, 205px, 51px, 0);
	overflow: hidden;
	padding: 51px 0 0 0;
	width: 205px;
	height: 0 !important;
	height /**/:51px;
}

#example-2 ul{
	margin-top:0;
	margin-left:0;
	padding-left:10px;
	padding-right:30px;
}

#example-2 li{
	font-size:11px;
	line-height:16px;
	color:#333;
	list-style:none;
}

#example-2 a{
	color:#337799;
	text-decoration:none;
	font-weight:bold;
}

#example-2 a:hover {
	color:#33BBFF;
}

#example-2 .exampleBottom {
	background:   url(../img/example-2-bottom.gif) no-repeat;
	height: 20px;
}