#slideMainDiv {
  height:215px;
  width:480px;
  position:relative;
  border:0px solid #CCCCCC;
  border-bottom:0px;
}
#slideHeaderDiv {
	width:480px;
	height:229px;/* orange border */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ff6d00;
	border-right-color: #ff6d00;
	border-bottom-color: #ff6d00;
	border-left-color: #ff6d00;
}
.slideDiv {
  position:absolute;
  left:0;
  top:0;
  width:478px;
  height:215px;
  border:0px solid red;
}
#newdiv {
 background-image:url(../images/CCVHome_headerbar.jpg);
 background-repeat:repeat-x;
 width:480px;
 height:20px;
 padding-bottom:0px;
 margin-bottom:0px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:2px;
}

/* controls */

#controlwrapper { float:right;}

#rotatorControls {
	float:left;
	width:30px;
	height:12px;
	padding-top:2px;
}

#showStyle0 {
  float:left;
	width:31px;
	height:12px;
	color:#FFFFFF;
	background-color:#c15713;/*666666*/ /*orange selected */
	border-right:1px solid #EFEFEF;
	border-left:1px solid #EFEFEF;
}

#showStyle1{
	float:left;
	width:30px;
	height:12px;
	color:#FFFFFF;
	background-color: #ff924b; /* 999999 */ /*not selected */
	border-right:1px solid #EFEFEF;
}

#showStyle2{
	float:left;
	width:30px;
	height:12px;
	color:#FFFFFF;
	background-color: #ff924b; /* 999999 */ /*not selected */
	border-right:1px solid #EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}

#showStyle3 {
	float:left;
	width:30px;
	height:12px;
	color:#FFFFFF;
	background-color:#ff924b; /* 999999 */ /*not selected */
	border-right:1px solid #EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}

#showStyle4 {
	float:left;
	width:30px;
	height:12px;
	color:#FFFFFF;
	background-color:#ff924b; /* 999999 */ /*not selected */
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}
	
.showslide {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}
	
.showslidepause {
 padding-left:8px;
 }		

