/*****************************
 * top-gallery.css
 *****************************/

/* [.scrollable] /////////////////////*/
.scrollable {
	position: relative;
	overflow: hidden;
	width: 405px;
	height: 145px;
}
.scrollable .items {
	position: absolute;
	width: 20000em;
}
.scrollable .items .topgallery01-img-name {
	width: 405px;
	float:left;
}
.scrollable .items .active {
}

a.tgprev, a.tgnext {
	display: block;
	width: 75px;
	height: 17px;
}
a.prev:hover, a.next:hover {
}
a.disabled {
	visibility:hidden !important;
}

