#trip_gallery_pictures_posible
{
	padding-top: 0px;
	text-align: right;
	position:relative; 
    overflow:hidden; 
    width: 270px; 
    height:245px; 
	float: left;
}

#scrollable_trip_pictures
{ 
    /* this cannot be too large */ 
    height:20000em; 
    position:absolute; 
	left: 0px;
} 

#scrollable_trip_pictures div 
{ 
    float:left;
	margin-bottom: 5px;
}

#scrollable_trip_pictures div img
{ 
    margin-left: 5px;
	cursor: pointer;
}

a.prev
{
	background-image: url(../img/arrow_gray_up_22.png);
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:22px;
	margin: 0px 0px 5px 126px;
	width:22px;
}

a.prev:hover
{
	background-position: 0px -22px;
}

a.next
{
	background-image: url('../img/arrow_gray_down_22.png');
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:22px;
	margin: 5px 0px 0px 126px;
	width:22px;

}

a.next:hover
{
	background-position: 0px -22px;
}

a.disabled 
{
	visibility:hidden !important;
}
