
/* outmost wrapper element */
div.scrollable {
	margin-top:20px;
}
div.horizontal {
	width:480px; height:270px; margin:0 auto;
}
div.vertical {
	width:390px !important;
	height:250px;
	float:left;
	padding:4px 4px 2px 0px;
	margin-left:20px;
}

div.article {
	margin-left:0px;
	height:494px;
	float:left;
}
div.article p {
	margin-bottom:15px;
}

/* container for the scrollable items */
div.vertical div.items {
	height:218px !important;
}
div.vertical div.items ul {
	margin:4px 0 4px 10px;
}
div.vertical div.items li {
	font-style:italic; list-style-type:none;
}
div.article div.items ul {
	margin:-4px 0 10px 0;
}
div.article div.items li {
	margin:4px 0 4px 4px;
}

div.article div.items {
	height:494px !important;
	width:390px !important;
	margin:0 auto;
	float:left;
}

div.horizontal div.items {
	height:260px;	
	float:left;
	width:430px;
	margin:-10px 7px 0 7px;
}
div.horizontal div.items a {
	height:260px;	
	width:430px;
	display:block;
	float:left;
	font-size:12px;
	color:#1a1a1a;
	text-decoration:none;
	text-align:left;
}

div.items a:hover {
	color:#999;	
}
div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

div.red {
	line-height:18px;
}


div.vertical a {
	margin-bottom:10px;	
}
div.vertical div.items a {
	float:none;	
}

/* next / prev buttons */
div.vertical a.prev, div.vertical a.next {
	background:url(../images/up.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:right;	
	/*margin:-10px -6px 0 0;*/
	margin:-10px -3px 0 0;
	cursor:pointer;
}

div.article a.prev, div.article a.next {
	/*margin:0 -6px 0 0;*/
		margin:0;
}

div.vertical a.next {
	background-image:url(../images/down.png);	
}
div.vertical a.prev:hover {
	background-position:0 -18px;		
}
div.vertical a.next:hover {
	background-position:0 -18px;		
}
div.horizontal a.prev, div.horizontal a.next {
	background:url(../images/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;
	cursor:pointer;
	margin:10px 0 0 0;
}
div.horizontal a.next {
	background-image:url(../images/right.png);
}
div.horizontal a.prev:hover {
	background-position:0 -18px;		
}
div.horizontal a.next:hover {
	background-position:0 -18px;		
}

/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-78px;
	width:50px;
	height:0px;
}
div.vertical div.navi{
	left:75px;
	width:60px;
}

div.article div.navi {
	width:250px;
}

div.horizontal  div.navi {
	position:relative;
	top:-15px;
	left:0px;
	margin:2px 0 0 -4px;
	width:50px;
	height:20px;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:6px;
	float:left;
	margin:3px;
	background:url(../images/dots.png) 0 0 no-repeat;
	cursor:pointer;
}
div.navi span:hover {
	background-position:0 -8px;
}
div.navi span.active {
	background-position:0 -16px;     
} 	



