div#image_wrap{
	
	height: 400px;
	padding-bottom: 5px;
	display:block;
	width:600px;
	margin:0 auto;
	text-align:center;
	
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 600px;
	height:110px;
	/* custom decorations */
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:0 0 20px 6px;
}

/*
	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:600px;
}

/* single scrollable item */
.scrollable div { text-align:center;}
.scrollable img {
	float:left;	
	margin:10px 5px 10px 15px;
	background-color:#fff;
	padding:2px;
	border:2px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #ccc;
	position:relative;
	cursor:pointer;
}
#shop_tiem_dl dd.item_main .side_right,
#shop_tiem_dl dd.item_main .side_left{
	height:100px; width:16px; display:block;  position:absolute; top:410px; 
	z-index:100000;
}

#shop_tiem_dl dd.item_main .side_left{left:2px; 
background:#fff url(../../js/galleriffic/arrow.gif) no-repeat 0 50%;}
#shop_tiem_dl dd.item_main .side_right{ right:0;
background:#fff url(../../js/galleriffic/arrow.gif) no-repeat 100% 50%;}

#shop_tiem_dl dd.item_main .side_right.disabled,
#shop_tiem_dl dd.item_main .side_left.disabled{ background:0;}


