/* -- custom styles --*/

img.bump:hover {
	width:65px;
}

img.scoot:hover {
	margin-top:2px;
}

div.ajhover:hover {
	background:#cc99cc;
}

.sideways {
     -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* -- family page link stylez --*/
.familybrand {
	color:#33537f;
	width:500px;
	border: 0px solid #333333;
	font-family: Arial Black, Impact;
	font-weight:bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-align:center;
	text-decoration:none;
	line-height:18px;
}

.familybrand:hover {
	color:#d64900;
	font-family: Arial Black,Impact;
	font-size: 18px;
	letter-spacing: 1px;
	dispay: inline;
	border: 0px dashed #cccccc;
	text-decoration:none;
	line-height:18px;
}

/* -- AJ's Custom Header Stylez --*/

.AJh1 {
	color:#6699cc;
	font-family: Century Gothic;Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight:bold;
	text-decoration:none;
}

a.AJh1:link, a.AJh1:visited, a.AJh1:active {
	color:#6699cc;
	font-family: Century Gothic,Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight:bold;
	text-decoration:none;
}

a.AJh1:hover {
	color:#d64900;
	font-family: Century Gothic,Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 26px;
	letter-spacing:1px;
	font-weight:bold;
	text-decoration:none;
}

.AJh2 {
	color:#8cae0f;
	font-family: Century Gothic,Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight:bold;
	text-decoration:none;
}

a.AJh2:link, a.AJh2:visited, a.AJh2:active {
	color:#8cae0f;
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight:bold;
	text-decoration:none;
}

a.AJh2:hover {
	color:#d64900;
	font-family: Century Gothic,Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	letter-spacing:1px;
	font-weight:bold;
	text-decoration:none;
}

.AJh3 {
	color:#333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	text-decoration:none;
}

.AJh4 {
	color:#cccccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	text-decoration:none;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:515px;
		overflow:hidden; 
		z-index:-10;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:12px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		line-height:15px;
		border:0px dotted #000;
		}
	ol#controls li a{
		float:left;
		height:12px;
		width: 16px;
		line-height:12px;
		border:0px solid #c83006;
		background:#efefef;
		color:#efefef;
		padding:0 10px;
		text-decoration:none;
		}

	ol#controls li a:hover{
		float:left;
		height:12px;
		width: 16px;
		line-height:12px;
		background:#d6d6d6;
		color:#d6d6d6;
		padding:0 10px;
		text-decoration:none;
		}


	ol#controls li.current a{
		background:#6699cc;
		color:#6699cc;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* //ARTPRIZE// */

.leZebra {
background: #cccccc;
}