/* outmost wrapper element, containing all elements  */
#scrollable {
	/*padding:10px 8px;*/
	width:450px;
	height:114px;
	/*margin-top:30px;*/
}

/* container for the scrollable items */
.items {
	height:100px;	
	margin-left:8px;
	float:left;
	width:450px !important;
}

/* single item */
.items .item {
	display:block;
	float:left;
	margin:2px;
	color:#ccc;
	text-align:center;
	cursor:pointer;
}

.items a.active {
	color:#555;
	cursor:default;
}

/* next / prev buttons */
a.prev, a.next {
	cursor:pointer;
}

a.next {
	width: 12px;
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	/*background-position:0 -18px;*/
}

.item {
	display: inline; margin: 3px;
}
.item img {
	padding: 2px; 
}

.imgholder {
	background: url('http://www.glv.ne.jp/newglv/images/indexbody_03.jpg') no-repeat;
	width:221px; height:369px;
}

div.pointer {
	float:left;
}

.loading {
	background: url('spinner.gif') no-repeat;
	margin: 0 auto;
}

.pointer { cursor: pointer }
