@charset "utf-8";

/* CSS Document */



	#example-links {
	cursor:pointer;
	height: 25px;
	position: relative;
	float: right;
	position: relative;
	border: 0px solid #ccc;
	border-bottom: none;
	margin-right: 10px;
}

#example-links a {
	border-bottom: 0px solid #ccc;
	font-size: 11px;
	height: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #333;
}

#example-links a:focus {

    outline: 0;

}

#example-links a:hover {

    background-color: #ddd;

}

#example-content-container {

    border: 0px solid #ccc;

    border-left: none;

    height: 380px;

    overflow: hidden;

    width: 650px;

}

#example-content div {

    height: 380px;

    padding: 0px;

}

