/* @override http://localhost/gagarigs/wp-content/themes/myHelvetica/flow3/scrollable-vertical.css */

/* root element for scrollable */
.vertical_blog {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 665px;	 
	width: 700px;
}

/* root element for scrollable items */
.items_blog {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000000000em;	
	margin: 0px;
	width: 600px;
}

div#blog_listing_box {
	width: 550px;
	float: left;
	
}

#blog_listing_left {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0;
		height: 120px;

}

#blog_listing_right {
	width: 250px;
	float: right;
	background-color: #e0e0e0;
	height: 120px;
	padding: 0;
	margin: 0;
}



/* single scrollable item */
.items_blog div {
	padding:15px;
	font-size:12px;
	height: 150px;
	margin: 10px 0 30px;
}



/* elements inside single item */

#blog_listing_right_inside {
	width: 250px;
	height: 30px;
	position: relative;
	top: 70px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background-image: url(../images/trans_back.png);
}

#blog_listing_right_inside p{
	padding-top: 5px;
	padding-left: 10px;
}


.items_blog h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions_blog {
	width:700px;
	margin:30px 0 10px 0;	
}

#actions_blog a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions_blog a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage_blog {
	float:right;
}	



/*//////////////*/

.vertical_work {  
	
	position:relative;
	overflow:hidden;	
	height: 665px;	 
	width: 600px;

}

.items_work {	
	position:absolute;
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items_work div#work_listing {
	margin:10px 0;
	font-size:12px;
	height:150px;
	float: left;
	width: 550px;
	background-color: #edf0f0;
	padding: 15px;
}


#work_listing_right {
	float: right;
	
}

#work_listing_left {
	float: left;
	width: 300px;
	
}

.items_work div#work_listing p{
	float: left;
	margin: 0 auto;
	padding: 0;


}

/* elements inside single item */
.items_work div#work_listing img {
	float: left;
	width:240px;
	display: block;
}



.items_work div#work_listing h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions_work {
	width:700px;
	margin:30px 0 10px 0;	
}

#actions_work a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions_work a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage_work {
	float:right;
}	



