/*
	jQuery CADCH-Slider v1.0 - http://www.cadch.com/
	Copyright (c) 2011 Mason Chang
	This plugin available for use in all personal or commercial projects under both MIT and BSD licenses.
*/

.container {width:100%;}

#slider{ position:relative; width:100%; height:310px; overflow:hidden;}
.slider{
	position:absolute;
	width:640px;
	height:310px;
	overflow:hidden;
	float:left;
	z-index:6;
	left: 0px;
	top: 0px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.items {
	display:none;
}
.services { width:340px; right:0; float:right;list-style:none;}
.services li {width:340px; height:76px; margin-bottom:2px;}
.services li a {display:block; height:76px; background:url(images/coda-nav_ul_li_a_bg.png) right 0 no-repeat; position:relative; z-index:4}
.services li a strong {display:inline-block; font-size:16px; line-height:1.2em; color:#fff; padding:20px 10px 0 50px;}
.services li a span {font-size:10px;color:#ddd; padding:0px;}
.services li a.active {background:url(images/active-button-top.png) right 0 no-repeat !important; z-index:12 !important} 
.services li.last-item  { margin-bottom:0px;} 
.services li.current a {background:url(images/coda-nav_ul_li_a_current_bg.png) no-repeat !important; z-index:7 !important; }
	