@charset "utf-8";
/* CSS Document */

/* container for slides */
.imagezz {
	display:block;
	position:relative;	
	height:273px;
	width:1100px;
	float:left;	
	margin:15px;
	cursor:pointer;
}

.imagezz {display:block; padding:0; margin:0; float:left; width:375px;}
.images { display:block; padding:0; margin:0; position:relative; bottom: 15px; }

.imagez h1 {color:#e31836; font-size:34px; font-style:normal; font-weight:normal; padding-bottom:15px; line-height:35px; background-color: #fff; font-stretch: normal; letter-spacing: 0px; }
.images h1 {color:#fc620b; font-size:56px; font-style:normal; font-weight:normal; line-height:60px; font-family:Georgia, "Times New Roman", Times, serif;}
.imagez p {color:#71757a; font-size:14px; font-style:normal; font-weight:normal; line-height:20px; }
.images p { color:#999999; font-size:16px; font-style:normal; font-weight:normal; line-height:25px;}
.images p a { color:#fc610b; font-size:12px; font-style:normal; font-weight:normal; text-transform:uppercase; line-height:28px; text-decoration:none; }
.imagez p a {color:#e31836; text-decoration:none; }
.images p a:hover {color:#e31836; text-decoration:underline; }
.images img { padding: 0;}


/* single slide */
.imagez div {
	display:block;
	position:absolute; 
	top:0;
	left:0;		
	margin:7px;
	padding:15px 30px 15px 15px;
	height:240px;
	font-size:12px;
	z-index:99;
	background:url(http://www.homegardenart.com/graphics/bannerBg.gif) right -22px no-repeat; 
}

.images div {margin: 0; position: absolute; top:0; left:0;}




/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	background-color: #FFF;
	position: relative;
	left: 28px;
	top:288px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../graphics/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(http://www.homegardenart.com/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}