.navi {
	margin-left:328px;
	width:200px;
	height:20px;
	}
	
	.navi a {
		width: 8px;
		height: 8px;
		float: left;
		margin: 3px;
		background: url(http://static.flowplayer.org/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
		behavior: url(http://suzuminn.hu/pngFix/iepngfix.htc);
		display: block;
		font-size: 1px;
		}
		
		.navi a:hover {
			background-position:0 -8px;      
			}
			
		.navi a.active {
			background-position:0 -16px;     
			}

.scrollable {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 155px;	
	}
	
	.scrollable .items {
		/* this cannot be too large */
		width: 20000em;
		position: absolute;
		clear: both;
		}
		
		.scrollable .items .item {
			width: 450px;
			height: 135px;
			float: left;
			margin: 12px 20px 0 0;
			padding: 20px 0 0 20px;
			background: url(/images/advertBorder.png) top left no-repeat;
			behavior: url(http://suzuminn.hu/pngFix/iepngfix.htc);
			}
			
			.scrollable .items .item img {
				float: left;
				cursor: pointer;
				width: 130px;
				height: 115px;
				margin: 0 15px 0 0;
				}
				
			.scrollable .items .item div {
				float: left;
				width: 305px;
				cursor: pointer;
				}
				
				.scrollable .items .item div h2 {
					font-family: Segoe UI, Arial, Helvetica, Sans-serif;
					font-size: 20px;
					font-weight: normal;
					color: #fff;
					margin: 0;
					}
					
				.scrollable .items .item div .text {
					display: block;
					position: absolute;
					bottom: 50px;
					font-family: Segoe UI, Arial, Helvetica, Sans-serif;
					font-size: 16px;
					font-weight: bold;
					color: #020f23;
					margin: 0;
					}
					
				.scrollable .items .item div .price {
					display: block;
					position: absolute;
					bottom: 20px;
					font-family: Segoe UI, Arial, Helvetica, Sans-serif;
					font-size: 25px;
					font-weight: normal;
					color: #fff;
					margin: 0;
					}
					
a.browse {
	display:block;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	font-size: 1px;
	}
	
.prevPage {
	margin: 10px 20px 0 450px;
	}
	
.nextPage {
	margin: 10px 0 0 0;
	}
