body{
background-color:#fff;
font-family: arial, helvetica;
font-size: 12px;
color:#666;
}

img{
border:0px;
}

table{
font-family: arial, helvetica;
font-size: 12px;
padding:0px;
margin:0px;
}

div#body{
width:960px;
}

div#header{
width:100%;
height: 100px;
padding-bottom:10px;
border-bottom:1px solid #f60;
}

div#nav{
background-color:#f60;
height:16px;
width:100%;
font-size:12px;
text-align:left;
border-top:2px solid #fff;
}

div#nav a{
color:#fff;
font-weight:bold;
margin-left:20px;
margin-right:20px;
text-decoration:none;
}
div#nav a:hover{
color:#eee;
font-weight:bold;
margin-left:20px;
margin-right:20px;
text-decoration:none;
}

div#slide{
height:290px;
width:100%;
text-align:left;
}

div#content{
float:left;
width:700px;
text-align:left;
padding-bottom:40px;
margin-top:20px;
}

div#sidebar{
float:right;
width:240px;
text-align:left;
margin-bottom:40px;
margin-top:20px;
padding-left:20px;
}

div#side{
padding:4px;
border-top:1px solid #eee;
}

div#sidebar a{
color:#f60;
text-decoration:none;
font-weight:bold;
position:relative;
}

div#sidebar a:hover{
color:#666;
text-decoration:none;
font-weight:bold;
position:relative;
}

.desc{
font-size:10px;
}

div#footer{
clear:both;
width:950px;
background-color:#f60;
height:30px;
padding-top:10px;
color:#fff;
font-weight:bold;
text-align:left;
padding-left:10px;
}
div#footer a{
color:#fff;
text-decoration:none;
font-weight:bold;
}
div#footer a:hover{
color:#eee;
text-decoration:none;
font-weight:bold;
}

.title{
font-size:16px;
color:#f60;
font-weight:bold;
}

a{
color:#f60;
text-decoration:none;
font-weight:bold;
}
a:hover{
color:#666;
text-decoration:none;
font-weight:bold;
}

img#thumb{
border:1px solid #ccc;
}

img#thumb:hover{
border:1px solid #f60;
}



/*crossfade*/
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade-example-3 {
	border: 3px solid #000;
}
#fade-example-1 li,#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	visibility: hidden;
	height: 290px;
}
#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
li img {
  display: block;
	border: 0px solid #FFF;
}
.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.example {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	margin-bottom: 1em;
	width: 520px;
	height: 520px;
}
.example-r {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	width: 700px;
	margin-bottom: 1em;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
#fade-example-1-next {
	right: 8%;
	top: 71%;
}
#fade-example-1-previous {
	left: 6%;
	top: 71%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}
/* fine */




