/* CSS Document */
img{
	border: 0px;
}
#nav{
	width: 320px;
	height: 30px;
	background: #fff;
	padding: 0px;
}
#nav ul{
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
#nav ul li{
	display: inline;
	float: left;
	list-style-type: none;
	width: 25px;
	margin: 0px;
	padding: 3px;
}
#nav ul li a{
	padding: 3px 3px 0px 3px;
	background: #eee;
}
#nav ul li a:hover{
	background: #ccc;
}
#pic{
	width: 380px;
	padding: 10px;
	margin: 0px;
}
#pic .img{
	border: 1px green;
	padding: 3px;
	background: green;
}
#titleSlide{
	width: 380px;
	font: bold 18px 'Arial';
	padding: 3px;
	margin: 0px;
	background: green;
	border: 1px solid #ddd;
	border-width: 0px 1px 0px 1px;
}
#titleSlide a{
	text-decoration: none;
	color: white;
}
#titleSlide a:hover{
	border-bottom: 3px dotted white;
}
#textSlide{
	width: 380px;
    color:#FFFFFF;
	padding: 3px;
	margin: 0px;
	font: normal 12px 'Trebuchet MS';
	background: green;
	border: 1px solid #ddd;
	border-width: 0px 1px 1px 1px;
}
#settings{
	width: 100px;
}
#settings span, #settings img{
	float: left;
}
#settings span{
	font: bold 11px 'Arial';
	width: 20px;
	text-align: center;
	line-height: 19px;
	border: 1px dashed #ccc;
	background: #eee;
	height: 16px;
	margin: 0px 2px;
}

.center{
	width: 340px;
	margin: 0px auto;
}