/* @override 
	http://www.pushmedia.no/wp-content/themes/push/css/scroller.css
	http://pushmedia.no/wp-content/themes/push/css/scroller.css
	http://www.pushmedia.no/wp-content/themes/push/css/work_scroller.css
*/

div.scrollable {  
	position:relative;
	overflow:hidden;
	height: 514px;	
	float: left;
	z-index: 1;
	margin-bottom: 8px;
}


#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

a.prev, a.next {
	margin-top:118px;	
}



#thumbs div {
	cursor:pointer;
}



.scroll_holder{
position: relative;
	z-index: 0;
}

a.next, a.nextPage {
	display:inline;

	width:79px;
	height:159px;
	cursor:pointer;

position: absolute;
top:33px;
right: 0px;
z-index: 1;
	background: url(../images/arrow_right.png);
}


a:hover.next, a:hover.nextPage {
	background: url(../images/arrow_right.png) 0 159px;
}


a.prev, a.prevPage{
	display:block;
	width:79px;
	height:159px;
	left: 0;
	
position: absolute;
top:33px;
	background-image: url(../images/arrow_left.png);
	cursor:pointer;
	z-index: 1;
}

a:hover.prev, a:hover.prevPage{
	background: url(../images/arrow_left.png) 0 159px;
}


.scroll_border_top{
	border-top: 1px solid black;
	position: absolute;
	width: 100%;
	top:70px;
	z-index:2;
	
}

.scroll_border_bottom{
	border-top: 1px solid black;
	position: absolute;
	width: 100%;
	top:389px;
	z-index:2;
	
}


.blog_entry img{
	margin-bottom: 20px;
}


.blog_entry p,
.blog_entry h6,
.blog_entry a {
	padding-left: 6px;
	width: 87%;
}

.blog_entry h2{
		
	width: 100%;
}

.blog_entry p, .blog_entry a{
	margin: 11px 0;
	float: left;
	padding-right: 37px;
}

.blog_entry .border_gray{
	border-bottom: 1px solid gray;
	float: left;
	height: 1px !important;
	width: 280px
	
}