@charset "utf-8";
@import url("global.css");
/* image */
.main {
	width:964px;
	margin:0px auto;
}
.images_list {
	width:964px;
	height:570px;
}
.myImages {
	text-align:center;
	position:relative;
	overflow:hidden;
	height:460px;
	width:964px;
	cursor:pointer;
	background:#fff url(../images/loading.gif) center center no-repeat;
	z-index:-1000;
}
.myImages img{
	width: 964px;
	height:460px;
	border::none;
}
.myImgs {
	display:none;
}
/*  wrapper element  */
#scrollable {
	background-color:#d3d3d3;
	width:964px;
	height:87px;
	margin-top:10px;
	padding-top:13px;
}
div.items {
	height:77px;	
	float:left;
	width:820px !important;
	visibility: visible;
	overflow: hidden; 
	position: relative;
}
/* item */
div.items a {
	display:inline-block;
	float:left;
	margin-left:10px;
	width:157px;
	height:77px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.scrollableDiv{
	position: absolute; width: 200000em; left: 0px; z-index:0;
}
/* next / prev buttons */
a.prev, a.next {
	background:url(../images/go_down.jpg) no-repeat 0 0;
	display:block;
	width:72px;
	height:77px;
	float:left;	
	cursor:pointer;
}
a.next {
	background-image:url(../images/go_up.jpg)		
}
