#top_scroll {
	width: 800px;
	height: 360px;
	margin: 0;
	padding: 8px 0 15px 0;
	background-color: #FFF;
	border-bottom: 1px solid #000000;
}

div.scrollable {  
	float: left;
	position: relative;
	overflow: hidden;
	width: 724px;	 
	height: 330px;	
}

#thumbs {	
	position: absolute;
	width: 20000em;	
	clear: both;
}

#thumbs div {
	float: left;
	width: 240px;
	height: 330px;
	background: url(http://e-maga.com/js/images/bk_back.jpg) repeat-x 0 -50px;
	color: #fff;
	border-left: 1px solid #333;
	cursor: pointer;
	text-align: center;
}
#thumbs div.end {
	border-right: 1px solid #333;
}
#thumbs div img {
	margin: 10px auto 0 auto;
	border: 1px solid #000000;
}

#thumbs div.hover {
	background: url(http://e-maga.com/js/images/bk_back.jpg) repeat-x 0 0;
}

#thumbs div.active {
	background: url(http://e-maga.com/js/images/bk_back.jpg) repeat-x 0 0;
	cursor: default;
}

#thumbs h3, #thumbs span {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 40px;
	font-family: "bitstream vera sans", Osaka;
	font-size: 13px;
	color: #fff;
	text-align: left;
}

#thumbs p {
	margin: 5px;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	text-align: left;	
}

#thumbs h3 em {
	font-style: normal;
	color: yellow;
}

a.prev {
	background: url(http://e-maga.com/js/images/arrow/left.png) 0 0 no-repeat;
	display: block;
	width: 18px;
	height: 100px;
	float: left;
	margin/**/: 110px 0 0 20px;
	padding: 0;
	cursor: pointer;
}
* html a.prev {
	margin: 110px 0 0 10px;
}
a.prev:hover {
	background: url(http://e-maga.com/js/images/arrow/left.png) 0 -100px no-repeat;
}
a.next {
	background: url(http://e-maga.com/js/images/arrow/right.png) 0 0 no-repeat;
	display: block;
	width: 18px;
	height: 100px;
	float: left;	
	margin: 110px 0 0 0;
	padding: 0;
	cursor: pointer;
}
a.next:hover {
	background: url(http://e-maga.com/js/images/arrow/right.png) 0 -100px no-repeat;
}


div.navi {
	text-align: center;
	margin-left: 380px;
	width: 200px;
	height: 20px;
}

div.navi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(http://e-maga.com/js/images/arrow/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

div.navi a:hover {
	background-position: 0 -8px;
}

/* active state (current page state) */
div.navi a.active {
	background-position: 0 -16px;
}
