/*

	www.industrialmedia.ca

*/



/* =Feature Rotation
---------------------------------------------------------------------------------------------------- */
#home #main-feature {
	margin:8px;
	float: left;
	height: 345px;
	

}

/* Default */
#home #main-feature #default {
	background: url('../feature-images/img1.jpg') 0 0 no-repeat;
	float: left;
	width: 659px;
	height: 345px;
}

/* f1 */
#home #main-feature #f1 {
	background: url('../feature-images/img1.jpg') 0 0 no-repeat;
	float: left;
	width: 659px;
	height: 345px;
}

/* f2 */
#home #main-feature #f2 {
	background: url('../feature-images/img2.jpg') 0 0 no-repeat;
	float: left;
	width: 659px;
	height: 345px;
}

/* f3 */
#home #main-feature #f3 {
	background: url('../feature-images/img3.jpg') 0 0 no-repeat;
	float: left;
	width: 659px;
	height: 345px;
}

/* f4 */
#home #main-feature #f4 {
	background: url('../feature-images/img4.jpg') 0 0 no-repeat;
	float: left;
	width: 659px;
	height: 345px;
}

#home #main-feature-nav {
	position: absolute;
	width: 189px;
	z-index: 9999;
	margin: 178px 0 0 427px;
	#margin:178px 0 0 412px;
}

#home #main-feature-nav li {
	display: inline;
}

#home #main-feature-nav li a, #home #main-feature-nav li a:focus, #home #main-feature-nav li a:active {
	display: block;
	width: 240px;	
	text-decoration: none;
	outline: none;
}

#home #main-feature-nav li a span {
	visibility: hidden;
}

#home #main-feature-nav li #slidepager1 {
	background: url('../feature-images/btn1.gif') 0 0 no-repeat;
	height: 43px;
}

#home #main-feature-nav li #slidepager1:hover,
#home #main-feature-nav li #slidepager1.activeSlide {
	background: url('../feature-images/btn1-on.gif') 0 0 no-repeat;
	height: 43px;
}

#home #main-feature-nav li #slidepager2 {
	background: url('../feature-images/btn2.gif') 0 0 no-repeat;
	height: 43px;
}

#home #main-feature-nav li #slidepager2:hover,
#home #main-feature-nav li #slidepager2.activeSlide {
	background: url('../feature-images/btn2-on.gif') 0 0 no-repeat;
	height: 43px;
}

#home #main-feature-nav li #slidepager3 {
	background: url('../feature-images/btn3.gif') 0 0 no-repeat;
	height: 43px;
}

#home #main-feature-nav li #slidepager3:hover,
#home #main-feature-nav li #slidepager3.activeSlide {
	background: url('../feature-images/btn3-on.gif') 0 0 no-repeat;
	height: 43px;
}

#home #main-feature-nav li #slidepager4 {
	background: url('../feature-images/btn4.gif') 0 0 no-repeat;
	height: 43px;
}

#home #main-feature-nav li #slidepager4:hover,
#home #main-feature-nav li #slidepager4.activeSlide {
	background: url('../feature-images/btn4-on.gif') 0 0 no-repeat;
	height: 43px;
}


#main-feature div a {
	width: 659px;
	height: 345px;
	display: block;	
}