/* «ö¶s */
.scrollable {
	float:left;
	margin-left: 10px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:60px;
	height:60px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin-top: 120px;
	margin-bottom: 120px;
	margin-right: 16px;
	margin-left: 16px;
}

/* right */
a.right 		{ background-position: 0 -60px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-60px -60px; }
a.right:active 	{ background-position:-120px -60px; } 


/* left */
a.left			{
	margin-left: 14px;
} 
a.left:hover  	{ background-position:-60px 0; }
a.left:active  	{ background-position:-120px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-60px 0; }
a.up:active  	{ background-position:-90px 0; }

/* down */
a.down 			{ background-position: 0 -60px; }
a.down:hover  	{ background-position:-60px -60px; }
a.down:active  	{ background-position:-90px -60px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}
/* ¥DÅé */
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 780px;
	height:300px;
	/* custom decorations */
	border:1px solid #ccc;
	background:url(../images/h300.png) repeat-x;
}

/*
	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:830px;
}
.items div strong {
	color: #FFF;
	line-height: 2;
	background-color: #666;
	display: block;
	letter-spacing: 2px;
	white-space: nowrap;
	z-index: 1;
	float: left;
	width: 100%;
	text-align: center;
}
.items div ul {
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 420px;
	margin-top: 50px;
	*margin-top: 20px;
}
.items div ul li {
	padding-left: 16px;
	background-image: url(../images/i19.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin-bottom: 10px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 24px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
/* ¾ÉÄý¤Á´« */
/* position and dimensions of the navigator */
.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}

/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../imgges/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}
