.tabbed_images { list-style:none; margin:0; padding:0; width:280px !important; position: relative; }
	.tabbed_images li { list-style:none; float:left; margin:0; padding:0; display:block; height:100px; width:280px!important; }

		.tabbed_images li a {width: 280px!important; height: 100px; float: left; background: url('images/bg_promo_nav.png') -280px 0 no-repeat; display: block; text-decoration:none; position: absolute; z-index: 1100; }

		* html .tabbed_images li a { width: 280px!important; height: 100px; float: left; background: url('images/bg_promo_nav.gif') -280px 0 no-repeat; display: block; text-decoration:none!important; z-index: 1100; }
		
		.tabbed_images li a.active {
			background-position: 0 0;
		}

		.tabbed_images li a img {
			border:none;
			padding:0;
			margin:0;
		}

		.image{
			margin:0px;
			padding:0px;
			position:absolute;
			top:9px;
			left:250px;
			z-index: 1;
		}
		
ul.tabbed_images li a span {
color:#5c5c5c;
float:left;
font-size:11px;
padding:0 0 0 17px;
width:200px;
}
		
ul.tabbed_images li a h3.coda-nav-title {
color:#464646;
font-size:14px;
padding:10px 0 5px 17px;
}				

/* Making the roundness */
	.corner-top { width: 10px; height: 10px; background: url('images/corner-top.png') no-repeat; display: block; position: absolute; top: 0px; left: 0px; z-index: 1200; }
	.corner-bottom { width: 10px; height: 10px; background: url('images/corner-bottom.png') no-repeat; display: block; position: absolute; bottom: 0px; left: 0px; z-index: 1200; }
