﻿/* Prohome index page scroller */

#pager {
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 20px;
	width: 300px;
}
#pager li {
	display: inline;
	width: 2px;
	height: 0;
	margin-left:1px;
	margin-right:1px;
	border-bottom: 2px solid #ccc;
}
#pager li.active {
	border-bottom: 2px solid #444;
}
#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 360px;
	position: relative;
}

#frame div.button {
	position: absolute;
	top: 40%;
}

div.button#left { left: 0; }
div.button#right { right: 0; }

#decorator {
	width: 300px;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
	background:url(../../Content/Images/scrollview_bg.png) no-repeat;
}
#scroller {
	width: 280px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
	height: 195px;
}
#itemlist {
	width: 2340px;
}

.section {
	width: 280px;
	margin: 0;
	float: left;
	text-align:center;
}
.section img {
	margin: 5px;
}
