@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #eceae4;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #666666;
}
h1
{
	font-size:14px;
	font-weight:bold;
}
#link
{
	font-size: 12px;	
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 900px;
	height:292px;
background-color:#fff;
	/* custom decorations */
	/*border:1px solid #ccc;*/
	background:url(/img/global/gradient/h300.png) repeat-x;
float:left;

}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:900px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	/*margin:20px 5px 20px 21px;*/
	background-color:#fff;
	padding:2px;
/*	border:1px solid #ccc;*/
	width:894px;
	height:285px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


.scrollable img.hover {
	background-color:#123;	
}

a {
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	color: #666666;
	text-decoration:none;
}
a:hover{
	color: #f67119;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
/*	margin:00px 00px;*/
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ margin-top:125px;*margin-top:46px;background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ margin-top:125px;background-position:-30px -30px; }
a.right:active 	{ margin-top:125px;background-position:-60px -30px; } 


/* left */
a.left				{ 
	margin-top:125px;margin-left: 0px; } 
a.left:hover  		{ 
	margin-top:125px;background-position:-30px 0; }
a.left:active  	{
	margin-top:125px; background-position:-60px 0; }
#m {
	background-image: url(images/main_08.jpg);
}
#m2 {
	background-image: url(images/bg22.gif);
}
#h1
{
	background-image: url(images/main_05.jpg);
}

#footer {
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #666666;
}
#footer a {
	font-size: 12px;
}