/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#panes_container {
	width:970px;
	height:228px;
	position:relative;
	overflow:hidden;
}

/* panes */
#panes {
	width:970px;
	height:228px;
	position:absolute;
	padding: 0px;
	margin: 0px;
        background-image:url(http://www.wkconsultinghawaii.com/hpc/wp-content/themes/hpc-theme/images/site/image-rotor-bg.gif);
        background-position:top left;
        background-repeat:no-repeat;
}

#panes div.slide_content {
	width:970px;
	display:block;
	margin:0px;
	padding:40px 0 0 30px;
}

#panes div.slide_content p.title {
	color:#FFFFFF;
        font-size:22px;
        line-height:26px;
        width:400px;
}

#panes div.slide_content p.title a {
	color:#FF0000;
        text-decoration:none;
}

#panes div.slide_content p.title a:hover {
        text-decoration:underline;
}

#panes div.slide_content p.subtitle {
	color:#FFFFFF;
        font-size:14px;
        width:400px;
        margin:10px 0 0 0;
}

#panes div.slide_content p.subtitle a{
	color:#FFFFFF;
	text-decoration:none;
}

#panes div.slide_content p.subtitle a:hover{
	color:#FF0000;
	text-decoration:underline;
}

#panes div.slide1 {
	background-image:url(http://hpowercomputing.com/wp-content/themes/hpc-theme/images/site/index-rotor-bg.jpg);
        background-position:0 0;
        background-repeat:no-repeat;
}

#panes div.slide2 {
	background-image:url(http://hpowercomputing.com/wp-content/themes/hpc-theme/images/site/index-rotor-bg.jpg);
        background-position:0 -228px;
        background-repeat:no-repeat;
}

#panes div.slide3 {
	background-image:url(http://hpowercomputing.com/wp-content/themes/hpc-theme/images/site/index-rotor-bg.jpg);
        background-position:0 -456px;
        background-repeat:no-repeat;
}

/* crossfading effect needs absolute positioning from the elements */

#panes div {
	display:none;
	position:absolute;
	font-size:14px;
	color:#444;
	width:970px;
	height: 230px;
}

#panes div p{
	padding:0px;
	margin:0px;
}

#panes img {
	float:left;
	margin-right:20px;		
}

#panes p.more {
	color:#000;
	font-weight:bold;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

/* navigation */

#tabs {
	height:40px;
	width:141px;
	padding: 0px;
	margin: 0px;
	position: absolute;
        top:164px;
        left:30px;
        background-image:url(http://www.wkconsultinghawaii.com/hpc/wp-content/themes/hpc-theme/images/site/pagnation-bg.png);
        background-position:left top;
        background-repeat:no-repeat;
}

#tabs ul {
	width:141px;
	margin:0px;
	padding: 0px;
	height: 40px;
}

#tabs li {
	float:left;
	width:45px;
	list-style-type:none;
	text-align:center;
	height: 25px;
        line-height:25px;
        margin:0 1px 0 0;
}


#tabs a {
	color:#39383E;
	display:block;
	padding:0px;
	position:relative;
	font-size:15px;
	height:25px;
	text-decoration:none;
	width: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(file:///C|/Documents%20and%20Settings/William/Desktop/images/site/index_rotor_bg_tile.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#tabs a:hover {
	background-image: url(file:///C|/Documents%20and%20Settings/William/Desktop/images/site/index_rotor_bg_tile_hover.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #ff0000;
}	

#tabs a.current {
	background-image: url(file:///C|/Documents%20and%20Settings/William/Desktop/images/site/index_rotor_bg_tile_hover.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #ff0000;
}

#tabs a:active {
	background-image: url(file:///C|/Documents%20and%20Settings/William/Desktop/images/site/index_rotor_bg_tile_hover.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #ff0000;
}
