@charset "utf-8";
/* CSS Document */

#wrapper {
	width:320px;
	height:145px;

	float:left;
	position:relative;	/* On older OS versions "position" and "z-index" must be defined, */
	z-index:1;			/* it seems that recent webkit is less picky and works anyway. */
	overflow:hidden;

	background:#fff;
	/*-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;              JT */   
	background:#fff;
}

#scroller {
	width:2240px;
	height:100%;
	float:left;
	padding:0;
}

#scroller ul {
	list-style:none;
	display:block;
	float:left;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-align:left;
}

#scroller li {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	display:block; float:left;
	width:320px; height:160px;
	text-align:left; /*JT*/
}

#nav {
	width:320px;
	height:30px; /*JT*/
	float:left;
	background-color:#e1ddbe; /*JT*/
}

#prev, #next {
	float:left;
	font-weight:bold;
	font-size:.85em;
	padding:5px 0px;
	width:90px;
	color:#0000cc;
}

#next {
	float:right;
	text-align:right;
}

#indicator, #indicator > li {
	display:block; float:left;
	list-style:none;
	padding:0; margin:0;
}

#indicator {
	width:110px;
	height:14px; /*JT*/
	padding:12px 0 0 30px;
	background-color:#fff; /*JT*/
	border-bottom-left-radius:5px; /*JT*/
	border-bottom-right-radius:5px; /*JT*/
	-moz-border-bottom-left-radius:5px; /*JT*/
	-webkit-border-bottom-right-radius:5px; /*JT*/
	-o-border-bottom-right-radius:5px; /*JT*/	
	box-shadow:0 1px 2px #888;
	-moz-box-shadow:0 1px 2px #888;
	-webkit-box-shadow:0 1px 2px #888;	
}

#indicator > li {
	text-indent:-9999em;
	width:8px; height:8px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	background:#ddd;
	overflow:hidden;
	margin-right:4px;
}

#indicator > li.active {
	background:#7b0909;
}

#indicator > li:last-child {
	margin:0;
}

/*Alex Styles*/
.coa_mCarouselItem{padding:0 10px;}
.coa_mCarouselItem img{float:left;display:block;width:100px;height:74px;padding:0;border:3px solid #fff;box-shadow:0 2px 6px #888;-moz-box-shadow:0 2px 6px #888;-webkit-box-shadow:0 2px 6px #888;}
.coa_mCarouselItemTitle{clear:both;padding:5px 0;font-weight:bold;}
.coa_mCarouselItemTitle a{text-decoration:none;}
.coa_mCarouselItemDesc{height:55px;padding:10px 0 0 5px;font-size:.75em;line-height:1.2em;overflow:hidden;background-image:url(../images/bg-arrows.gif);background-repeat:no-repeat;background-position:303px 35px;}
.coa_mCarouselItemDesc a{text-decoration:none;color:#666;}

/* hide first text headline by default */
#coawbtli1 {
	display: none;
}

