/* MrHAW.com Design */
#scroll {
	position:relative;
	height:430px;
	overflow:hidden;
	border:0px solid #ddd;
	width:720px;
	padding:20px;
	margin-top:15px;
	margin-bottom:15px;
	background-color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float: left;
}
 
#tools {
	width:9999em;
	position:absolute;
	padding:0px;
	margin:0px;
	height:400px;
	background-color: #fff;
	float: left;
}
 
.tool {
	float:left;
	width:760px;
	height:400px;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
	/* background-position:0 -40px; */
	background-color: #fff;
}
 
.left {
	background-color:#fff;
	border-left:0px solid #ddd;
	float:left;
	padding:0px;
	margin:0px;
	width:500px;
	display:inline-block;
}

.middle {
	background-color:#fff;
	border-left:0px solid #ddd;
	float:left;
	padding-top:150px;
	margin:0px;
	width:30px;
	height:335px; 
	display:inline-block;
}

.right {
	background-color:#fff;
	float:right;
	margin:0px;
	padding:0px;
	width:250px;
	display:inline-block;
	overflow:hidden;
	height:375px;
	text-align:left; 
}

.right p{
	padding:10px;
}

/* styling for the image wrapper  */ 
.image_wrap { 
    /* dimensions */ 
    width:480px;  
    padding:0px; 
    text-align:center; 
    position:relative;
	float:left;
	display: inline;
}
.image_wrap02 { 
    /* dimensions */ 
    width:480px;  
    padding:0px; 
    text-align:center; 
    position:relative;
	float:left;
	display: inline;
}
.image_wrap03 { 
    /* dimensions */ 
    width:480px;  
    padding:0px; 
    text-align:center; 
    position:relative;
	float:left;
	display: inline;
}
.image_wrap04 { 
    /* dimensions */ 
    width:480px;  
    padding:0px; 
    text-align:center; 
    position:relative;
	float:left;
	display: inline;
}
.image_wrap05 { 
    /* dimensions */ 
    width:480px;  
    padding:0px; 
    text-align:center; 
    position:relative;
	float:left;
	display: inline;
}

div.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 160px;
	padding: 10px;
	margin: 10px;
	height:335px; 
    text-align:center;
	/* custom decorations */
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

div.scrollable div.items { 
    /* this cannot be too large */ 
    height:20000em; 
    position:relative; 
}
 
/* 
    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 div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/* single scrollable item */
.scrollable img {
	/*float:left; */
	margin:10px 15px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

div.scrollable02 {
	position:relative;
	overflow:hidden;
	width: 160px;
	padding: 10px;
	margin: 10px;
	height:335px; 
    text-align:center;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
div.scrollable02 div.items02  { 
    height:20000em; 
    position:relative; 
} 
div.scrollable02 div.items02 div { 
    float:left; 
}
div.items02 div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
} 
.scrollable02 img {
	margin:10px 15px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable02 .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
.scrollable02 {
	float:left;	
}

div.scrollable03 {
	position:relative;
	overflow:hidden;
	width: 160px;
	padding: 10px;
	margin: 10px;
	height:335px; 
    text-align:center;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
div.scrollable03 div.items03 { 
    height:20000em; 
    position:relative; 
} 
div.scrollable03 div.items03 div { 
    float:left; 
}
div.items03 div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
} 
.scrollable03 img {
	margin:10px 15px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable03 .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
.scrollable03 {
	float:left;	
}

div.scrollable04 {
	position:relative;
	overflow:hidden;
	width: 160px;
	padding: 10px;
	margin: 10px;
	height:335px; 
    text-align:center;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
div.scrollable04 div.items04  { 
    height:20000em; 
    position:relative; 
} 
div.scrollable04 div.items04 div { 
    float:left; 
}
div.items04 div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
} 
.scrollable04 img {
	margin:10px 15px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable04 .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
.scrollable04 {
	float:left;	
}

div.scrollable05 {
	position:relative;
	overflow:hidden;
	width: 160px;
	padding: 10px;
	margin: 10px;
	height:335px; 
    text-align:center;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
div.scrollable05 div.items05 { 
    height:20000em; 
    position:relative; 
} 
div.scrollable05 div.items05 div { 
    float:left; 
}
div.items05 div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
} 
.scrollable05 img {
	margin:10px 15px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable05 .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
.scrollable05 {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 			{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 0px;
}

/* 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;		
} 	
 
#cat {
	height:90px;
	position:absolute;
	top:410px;
	width:780px;
	left:-8px;
	text-align: center;
	margin-top: 10px;
}
 
#cat a {
/*	background:transparent url(../images/tabnavigator.jpg) no-repeat scroll -21px -90px; */
	height:90px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
 	font-family: Arial, Helvetica, sans-serif;
 	font-weight: normal;
 	font-size: 16px;
 	color: #999;
 	text-transform: uppercase;
}

/*
#cat a:hover {
    cursor:pointer;
 	letter-spacing:-1px;
	font-weight: none;
	letter-spacing:-1px;
	font-size: 32px;
 	color: #666;
 	text-transform: lowercase;
 	text-decoration: underline;
 	vertical-align:top;
}
*/
 
#cat a.active {
    cursor:pointer;
 	letter-spacing:-1px;
	letter-spacing:-1px;
	font-size: 40px;
 	color: #999;
 	text-transform: lowercase;
 	text-decoration: none;
 	vertical-align:top;
}
 
.navi {
}
