/* CSS Document */
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav{
	width: 240px;
	background: #fff;
	padding: 0px;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	text-align: center;
}
#nav ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul li{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 3px;
	text-align: center;
}
#pic{
	width: 240px;
	padding: 0px;
	margin: 0px;
}
#pic .img{
	border: 1px solid #999;
	padding: 3px;
	background: #eee;
}
#titleSlide{
	width: 240px;
	padding: 3px;
	margin: 0px;
	background: #fff;
	border: 1px solid #ddd;
	border-width: 0px 1px 0px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}
#titleSlide a{
	text-decoration: none;
	color: #555;
}
#titleSlide a:hover{
	border-bottom: 1px dashed #555;
}
#textSlide{
	width: 240px;
	padding: 3px;
	margin: 0px;
	background: #fff;
	border: 1px solid #ddd;
	border-width: 0px 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
}
#settings{
	width: 100px;
}
#settings span, #settings img{
	float: left;
}
#settings span{
	width: 20px;
	text-align: center;
	line-height: 19px;
	border: 1px dashed #ccc;
	background: #eee;
	height: 14px;
	margin: 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.center{
	width: 240px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
