#around_hppanel {  height:220px; width:560px; margin-top:5px; *margin-top:17px; }
#around_news_panels {  height:251px; margin-top:15px; width:774px; _margin-top:10px;}

#last10 { margin-top:5px; margin-bottom:10px;}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 718px;
	height:251px;
	/* custom decorations */
	border:1px solid #DBDBDB;
	background-color:#fff;
	
}


/*
	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 the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:10000em;
	position:absolute;
	clear:both;
	
}

.items .inside_items {
	float:left;
	width:720px;
}

/* single scrollable item */

.scrollable  .inside_items img { 
border:3px double #ccc;
width:147px;
}


.scrollable  .inside_items .item_to_view,
.scrollable  .inside_items .item_to_view_first
{
	float:left;
	margin:12px 0px 0px 22px;
	background-color:#fff;
	/*border:1px solid #333;*/
	width:152px;
}

.scrollable  .inside_items .item_to_view_first {
	margin-left:22px;
	_margin-left:6px;

}



/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* buttons */


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/scrolljs/hori_large.jpg) no-repeat;
	display:block;
	width:25px;
	height:253px;
	float:left;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{  background-position: 0px -222px; clear:right; margin-left: 2px; margin-right: 0px;}
a.right:hover 		{ background-position:-26px -222px; }
a.right:active 	{ background-position:-52px -222px; } 


/* left */
a.left				{ margin-left: 0px;margin-right: 2px; } 
a.left:hover  		{ background-position:-26px 0; }
a.left:active  	{ background-position:-52px 0; }

/* up and down */
a.up, a.down		{ 

	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* now for the styles for the links */

#item_to_view_top {  font-size:11px; font-weight:bold; text-transform:uppercase; font-family:arial; padding:0px 0px 2px 0px; color:#e22b00; }
#item_to_view_top a:link,
#item_to_view_top a:visited,
#item_to_view_top a:active {
	color:#e22b00; text-decoration:none; font-size:11px; font-weight:bold; 
}
#item_to_view_top a:hover {
	color:#e22b00; text-decoration:underline;
	height:300px;  font-size:11px; font-weight:bold; 
}


#item_to_view_pic { }
#item_to_view_title { font-size:16px; font-weight:normal; font-family:arial; padding:8px 0px 2px 0px; _padding-top:6px; }
#item_to_view_title a:link,
#item_to_view_title a:visited,
#item_to_view_title a:active {
	color:#e22b00; text-decoration:none; 
	 font-size:18px; font-weight:normal; 
}
#item_to_view_title a:hover {
	color:#e22b00; text-decoration:underline;
	 font-size:18px; font-weight:normal; 
}

#item_to_view_desc { font-size:14px; font-family:arial; }

#naimageandrelated { border-bottom:18px solid #fff;}
#naalsosee { width:300px; float:right;  }
#naimage { width:460px; float:left;}
/*
#naimage img { border:1px solid #ccc;}
*/
#naalsosee .title { 
text-align: left;
margin: 0px;
padding: 0px;
color: #fff;
font-size: 18px;
line-height: 18px;
padding: 8px 12px;
margin-bottom:2px;
background:#f52900;
}
#naalsosee  img {  border:1px solid #ccc;}
#content #naalsosee ul { margin:0px; padding:0px; list-style-type:none;list-style-image:none; overflow:hidden;}
#content #naalsosee ul li { margin:0px; padding:0px; list-style-type:none; list-style-image:none; float:left; padding-top:8px; width:142px; margin-right:20px;}
#content #naalsosee ul li.altrow { margin:0px; padding:0px; list-style-type:none; list-style-image:none; float:left;  padding-top:8px;  width:142px; margin-right:20px;}
#content #naalsosee ul li span { display:block; border-top:4px solid #fff; }


#mixedContent
		{
			width:300px;
		
			position: relative;
			display: block; 
		}
		

		
/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 70px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(images/cursors/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	cursor:pointer;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(images/cursors/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 70px;
	width: 10%;
	height: 100%;
	background-image: url(images/cursors/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor:pointer;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(images/cursors/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

		
	



