.sliderwrapper2{
position:relative; /*leave as is*/
overflow:hidden; /*leave as is*/
 /*width of featured content slider*/
height:250px;
padding:0px;
}

.sliderwrapper2 .cdiv100{
float:left;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
margin:0px;
background: white;
 /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
}

.pagination2
{
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
}

.pagination2 a{
/*text-decoration: none; 
color: #00007D;
background: white;*/

}

.pagination2 a:hover, .pagination a.selected
{
	color: #000;
	background-color: #ffffff;
}

.sliderwrapper2 .cdiv100 .aImage
{
	width:350px;
	height:250px;
	display:block;
	background-position:center center;
	border:0px solid #bcbcbd;
	
}
.acruze
{
		background-image:url(../images/cruze.jpg);
}
.agmc
{
		background-image:url(../images/gmcbutton.jpg);
}
.achevy
{
		background-image:url(../images/chevybutton.jpg);
}

.abuick
{
		background-image:url(../images/buickbutton.jpg);
}
