div.venstreflickrgallery-container {
	width: 604px;
	height: 348px;
	overflow: hidden; 
	position: relative;
}

div.scrollable {

}

div.rightcol div.scrollable {
	width: 232px;
}

/*
    root element for scrollable items. Must be absolutely positioned
    and it should have a extremely large width to accomodate scrollable items.
    it's enough that you set width and height for the root element and
    not for this element.
*/
div.scrollable div.items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
}

div.scrollable div.items a {

}

/*
    a single item. must be floated in horizontal scrolling.
    typically, this element is the one that *you* will style
    the most.
*/
div.scrollable div.items a {
    
}
div.scrollable div.items a {
    margin: 0;
    padding: 0;
}

/***** SCOLLABLE BUTTONS ****/
a.browse {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*background:transparent url(../images/scrollable/arrow/hori_large.png) no-repeat scroll 0 0;*/
	cursor:pointer;
	display:block;

	font-size:1px;
	height:17px;
	margin: 0px;
	width:17px;
	position: absolute;
	overflow: hidden;
	top: 176px;
}
a.browse img {
	z-index:99;
}
a.left {
	/*background: url(../images/left.png) no-repeat scroll ;*/
	z-index:99;
	left: 0px;
}
a.browse img {
  	position: absolute;
	top: 0px;
	left:0px;
}
a.browse:hover img {
	position: absolute;
	top: -17px;
	left:0px;
}
a.disabled {
	display: none;
}
a.right {
	right: 0px;
}



/******** NEW RECOMMENDATION *********/




form.newRecommendation {
	margin-top: 25px;
	display: block;		
}

form.newRecommendation label {
	font-size: 14px;
	color: #333;
	font-family: Arial;
	display: block;
}

form.newRecommendation label em {
	color: #ff8c66;
	font-weight: bold;	
}

form.newRecommendation label .formerror {
	font-size: 10px;
	color: #ff8c66;
	font-weight: bold;
	vertical-aling: middle;

}

form.newRecommendation input.text {
	background-image: url("/fileadmin/templates/hub/images/form.png");
    background-repeat: repeat-x;
    border: 1px solid #E0E0E0;
    color: #333333;
    float: none;
    font-family: Arial,sans-serif;
    font-size: 13px;
    margin: 5px 0 20px 0;
    outline: medium none;
    padding: 5px 9px 6px;
    vertical-align: baseline;
    width: 300px;
}

form.newRecommendation input.text.f3-form-error {
	border-color: #F63;
	background-color: transparent;
	background-image: url('/fileadmin/templates/hub/images/form_error.png');
}


form.newRecommendation textarea {
	border: solid #e0e0e0 1px;
	color: #333;
	font-size: 13px;
	font-family: Arial;
	padding: 5px 9px 6px;
	width: 300px;
	height: 80px;
	display: block;
	margin: 5px 0 15px 0;
}

form.newRecommendation textarea.f3-form-error {
	border: solid #f63 1px;
}

form.newRecommendation p.formerror {
	color: #F63;
	font-size: 14px;
	margin: 4px 0 0 0;
	padding: 0;
}


