.myImagesSlideBox{
	width:384px;
}
.myImages{
	padding:10px;
	text-align:center;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	background:#fff url(/images/loading.gif) center center no-repeat;
}

.myImgs {
	display:none;
}
.myTxts{
	padding:10px;
	padding-top:0;padding-bottom:0;
	text-align:center;
	overflow:hidden;
	height:20px;
	line-height:20px;
	width:280px;
}

.myTxts a{
	text-decoration:none;
	text-align:center;
	color:#666;
}
.myTxts a:hover{
	color:#f60;
}

/*  wrapper element  */
#scrollable {
	padding-top:10px;
	padding-bottom:10px;
	width:384px;
	height:100px;
}

#scrollable img {
	height:80px;
}

div.items {
	height:82px;
	float:left;
	width:358px !important;
	visibility: visible;
	overflow: hidden; 
	position: relative;
}
/* item */
div.items a {
	display:inline-block;
	float:left;
	margin-left:6px;
	background:#BBB;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	border:1px solid #e0e0e0;
}
div.items a:hover {
	border:1px solid #a0a0a0;
}
div.items a.active {
	border:1px solid #a0a0a0;
}
.scrollableDiv{
	position: absolute; width: 200000em; left: 0px;
}

/* next / prev buttons */
a.prev, a.next {
	background:url(/images/go_down.jpg) no-repeat center center;
	display:block;
	width:12px;
	height:80px;
	float:left;	
	cursor:pointer;
}
a.next {
	background-image:url(/images/go_up.jpg)		
}

