﻿

#blog
{
	width: 480px;
    position:relative; 
}
/* scrollable */

div.scrollable { 
    position:relative; 
    overflow:hidden; 
	margin: 5px 40px 15px;
	width: 400px;
	height: 140px;
} 

div.scrollable ul { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
} 
 
div.scrollable ul li { 
    float:left; 
	width: 400px;
	height: 100%;
	
} 
a.more
{

	position: absolute;
	top: 188px;
	right: 5px;
}
div.navi {
	width:60px;
	height:20px;
	position: absolute;
	top: 188px;
	left: 5px;
}

div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/assets/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
div.navi a:hover {
	background-position:0 -8px;      
}

div.navi a.active {
	background-position:0 -16px;     
} 	


/* prev, next, prevPage and nextPage buttons */
a.prev, a.next {
	display:block;
	width:35px;
	height:35px;
	position: absolute;
	top: 80px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover {
	background-position:0px -35px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next {
	background-image:url(/assets/images/scroll-button-right.png);
	right: 0px;
}

/* next button uses another background image */
a.prev {
	background-image:url(/assets/images/scroll-button-left.png);
	left: 0px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0;
}