.myImagesSlideBox{
	width:400px;
}
.myImages{
	text-align:center;
	position:relative;
	overflow:hidden;
	height:250px;
	width:400px;
	cursor:pointer;
	background:#fff url(../images/loading.gif) center center no-repeat;
}
.myImages img{
	width: 400px;
	height:250px;
	border:0;
}
.myImgs {
	display:none;
}


/*  wrapper element  */
#scrollable {
	width:400px;
	height:70px;
	margin-top:10px;}

div.items {
	height:70px;
	float:left;
	width:400px !important;
	visibility: visible;
	overflow: hidden;
	position: relative;
}
/* item */
div.items a {
	display:inline-block;
	float:left;
	margin-right:14px;
	width:65px;
	height:65px;
	background:#BBB;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	border:1px solid #bbb;
}
div.items a:hover {
	border:1px solid #FF3F3F;
}
div.items a.active {
	border:1px solid #FF3F3F;
}
.scrollableDiv{
	position: absolute; width: 200000em; left: 0px;
}
.scrollableDiv img{ width:63px; height:63px;}

/* next / prev buttons */
#scrollable a.prev, #scrollable a.next {
	background:url(../images/go_down.jpg) no-repeat 0 0;
	display:block;
	width:12px;
	height:50px;
	float:left;
	cursor:pointer;
	display: none;
}
scrollable a.next {
	background-image:url(../images/go_up.jpg)
}