/*header image*/
#abgne_fade_pic { /* change here*/
	position: absolute;
	width: 960px;
	height: 380px;
}

#abgne_fade_pic a{
	width: 100%;
	height: 100%;
	left:0px;
}

#abgne_fade_pic a img {

	border: 0;
}

#abgne_fade_pic a.ad{
	position: absolute;
}

#abgne_fade_pic .control {
		position: absolute;
		bottom: 25px;
		margin: 4px;
		right: 2px;
		height: 5px;
}
/*
#bar {
    background-color: black;
    bottom: 1px;
    height: 65px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
*/
#abgne_fade_pic .control a {
		display: inline-block;
		width: 7px;
		height: 5px;
		padding: 3px 3px 3px 3px;
		margin: 3px;
		background: url(http://cordovagc.com/images/pic_dot.png) 0 0 no-repeat;
		text-indent: -9999px;
		/*margin-top:-100px;*/
		z-index: 5;
	}

#abgne_fade_pic .control a.on {
		font-weight: bold;
        background: url(http://cordovagc.com/images/pic_dot.png) 0 -11px no-repeat;
	}
	
	/*for chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#abgne_fade_pic .control a.on {
        background: url(http://cordovagc.com/images/pic_dot.png) 0 -11px no-repeat;
	}
}

#abgne_fade_text {
	width: 500px;
	position: absolute;
	bottom: 43px;
	z-index:3;
}

#abgne_fade_text li {
	position: absolute;
	color: white;
	list-style: none;
	font-size: 15px;
	color: white;
	left: 20px;
}

/*banner and page image*/

#abgne_banner_pic , #abgne_page_pic {
	position: relative;
}

.banner_pic {
	width:218px;
	height:128px;
	margin: 0px 10px;
	float: left;
	position: relative;
}

.page_pic {
	width:218px;
	height:128px;
	margin: 10px 0px;
	position: relative;
}

.link_bar {
	background-color: black;
    bottom: 0px;
    height: 30px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.bd {
	color: white;
	bottom: 7px;
	margin-left: 10px;
	text-decoration: none;
    position: absolute;
	z-index: 2;
}
#slides {
	position:relative;
	top:15px;
	left:15px;
	height:379px;
	z-index:100;
}

.slides_container {
	position:relative;
	overflow:hidden
}

#slides .next, #slides .prev {
	position:absolute;
	top:172px;
	left:-25px;
	display:block;
	width:25px;
	height:40px;
	background:url(http://cordovagc.com/images/slider_arrows.png) -25px 0 no-repeat;
	overflow:hidden;
	text-indent:-200px;
	z-index:101;
}

#slides .next {
	left:960px;
	background:url(http://cordovagc.com/images/slider_arrows.png) 0 0 no-repeat;
}

.paginationBody {
	position:absolute;
	top:320px;
	right:55px;
	z-index:505;
	height:12px;}
	
.pagination {
	float:right
}

.pagination li {
	display: block;
	float:left;
	margin:0 3px;
	list-style:none;
}

.pagination li a {
	float:left;
	display:block;
	width:10px;
	height:11px;
	background-image:url(http://cordovagc.com/images/slider_pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	text-indent:-300px;
	text-align:left	
}

.pagination li.current a {
	background-position:0 -11px;
}

.caption {
	z-index:500;
	position:absolute;
	bottom:0;
	left:0;
	height:66px;
	width:860px;
	padding:30px 56px 0 44px;
	background:url(http://cordovagc.com/images/point.png);	
	line-height:1.33;
}