/* main vertical scroll */

div.scrollable_container {
	background-color:#f4f7fd;
	border: 1px solid #edf2fc;
	width: 468px;
	float:left;
	padding:21px 21px 20px 21px;
	position: relative;
	margin-bottom:25px;
}

#scrollable_468x400 {
	width:468px;
	height: 489px;
	position:relative;
	overflow:hidden;
}

.prevPage {
	position: absolute;
	z-index:1000;
	top:192px;
	left: -15px;	
}

.nextPage {
	position: absolute;
	z-index:1000;
	top:192px;
	right: -15px;
}

#pages {
	width:2000em;
	position:absolute;
}

/* single page */
.page {
	float:left;
	width:468px;
	height:489px;
}

.page p {
	font-size:11px !important;
	line-height:14px !important;
	background: #fff;
	border: 1px solid #edf2fc;
	padding:11px 14px 0 14px !important;
	height: 55px !important;
	width: 438px !important;
	margin:21px 0 0 0 !important;
}

.flash_container {
	width:468px;
	height: 400px;
	overflow: hidden;
}

/* root element for horizontal scrollables */
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 468px;
	height:400px;
}

/* root element for scrollable items */
.items  {
	height:20000em;
	position:absolute;
	margin:0;
}


a.browse {
	display:block;
	width:50px;
	height:49px;
	float:left;
	margin:0;
	cursor:pointer;
	color:#f4f7fd;
}

a.browse span {
	display: none;
}

/* right */
a.right { 
	background:url(/images/scrollable/next_button.png) no-repeat;
} 

a.right:hover{
	background-position: 0 -49px;
}

/* left */
a.left { 
	background:url(/images/scrollable/prev_button.png) no-repeat;
} 
	
a.left:hover { 
	background-position: 0 -49px;
}

a.left.disabled {
	background-position: 0 -98px;
	cursor: default;
}

/* position and dimensions of the navigator */
.navi {
	margin: 21px auto 0 auto;
	height:15px;
	position:relative;
	text-align: center;
	cursor: default;
}

/* items inside navigator */
.navi a {
	width:14px;
	height:15px;
	
	margin:0 3px 0 3px;
	background: url(/images/scrollable/navigator.png) 0 0 no-repeat;
	display: inline-block;
	font-size:1px;
	cursor:pointer;
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -15px;     
}

/* single scrollable item */
.item {
	cursor:pointer;
	width:468px;
	height:400px;
}

/* main navigator */
#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}

#main_navi li {
	background-color:#333;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:75px;
	list-style-type:none;
	width:190px;
	cursor:pointer;
}

#main_navi li:hover {
	background-color:#444;
}

#main_navi li.active {
	background-color:#555;
}

#main_navi img {
	float:left;
	margin-right:10px;
}

#main_navi strong {
	display:block;
}

#main div.navi {
	margin-left:250px;
	cursor:pointer;
}