@charset "utf-8";

ul#image_navigation {
	list-style-type:none;
	margin:0;
	padding:0 1em 0 0;
	}
	
#image_navigation li {
	padding:0 0 1em;
	margin:0;
	}
	
#vectornav {
	display:block;
	background:url(../media/images/gal_nav/gal_icon_vector_white.jpg) no-repeat left;
	text-indent:-9999px;
	width:85px;
	height:85px;
	}
	
#vectornav:hover {
	background-position:right;
	}
	
#vectorcurrent {
	display:block;
	background:url(../media/images/gal_nav/gal_icon_vector_current.jpg) no-repeat;
	text-indent:-9999px;
	width:85px;
	height:85px;
	}		
	
#rasternav {
	display:block;
	background:url(../media/images/gal_nav/gal_icon_raster_white.jpg) no-repeat left;
	text-indent:-9999px;
	width:85px;
	height:85px;
	}
	
#rasternav:hover {
	background-position:right;
	}
	
#rastercurrent {
	display:block;
	background:url(../media/images/gal_nav/gal_icon_raster_current.jpg) no-repeat;
	text-indent:-9999px;
	width:85px;
	height:85px;
	}		
	
#sketchnav {
	display:block;
	background:url(../media/images/gal_nav/gal_icon_sketch_white.jpg) no-repeat left;
	text-indent:-9999px;
	width:85px;
	height:85px;
	}
	
#sketchnav:hover {
	background-position:right;
	}
	
#sketchcurrent {
	display:block;
	background:url(../media/images/gal_nav/gal_icon_sketch_current.jpg) no-repeat;
	text-indent:-9999px;
	width:85px;
	height:85px;
	}

