@charset "utf-8";
/* CSS Document */
/* custom styles */

.master_wrap{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:612px;
height:360px;
background:url(content/jquery_homepage/element_bkg_forIE.jpg) top left no-repeat;
}
.nav_wrap{
width:612px;
height:18px;
background:url(content/jquery_homepage/nav_bkg.jpg) top left repeat;
text-align:right;
vertical-align:top;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.arrow1:hover{
background:#fff repeat;
}


/* position and dimensions of the navigator */
.navi {
	outline:none;
	width:140px; /* change if number of items changes */
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:relative;
	top:-4px;
	height:14px;
	float:right;
	text-align:center;
}

/* items inside navigator */
.navi a {
outline:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#525252;
font-size:10px;
padding:1px 4px 1px;
text-decoration:none;
}

/* mouseover state */
.navi a:hover {
outline:none;
	background-color:#fff; 
	text-decoration:none;   
}

/* active state (current page state) */
.navi a.active {
	outline:none;
	background-color:#fff;
	text-decoration:none;
}



																									/* scrollable */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	width: 612px;
	height:342px;

}

/*
	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:20000em;
	position:absolute;
	clear:both;
}

.items div {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:612px;
}

/* single scrollable item */
.scrollable img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:612px;
}

/* active item */
.scrollable .active {
	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 {
	text-align:center;
	width:10px;
	margin-top:3px;
	display:block;
	outline:none;
	cursor:pointer;
	font-size:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	float:right;
}
a.browse:hover{
	background:#fff;
}

/* right */



/* left */


/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	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;		
} 	

/* slide show example for blowers */
.rotation {
	background:#fff;
	position:relative;	
	height:325px;
	
	width:462px;
	float:left;	
	margin:15px;
	cursor:default;	
}
.rotation div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:325px;
}
.nonav{
	display:none;
}



