/* get rid of those system borders being generated for A tags */
a:active {outline:none;} 
:focus {-moz-outline-style:none;}
div#viewingArea {
	float:none;
	position:relative;
	height:460px;
	margin: auto;
	text-align:center;
	border-bottom: 1px solid #2c9df6;
	margin-bottom: 5px;
}
#swfContainer {display: none;}
div#swfExtra {float:none}
#photoNext, #photoPrev {position:absolute; top:163px; }
#photoNext.disabled, #photoPrev.disabled {display:none}
#photoNext img, #photoPrev img {height:97px; width:91px}
#photoPrev {left:0px; }
#photoNext {right:0px;}
#photoPrev a {display:block; background: url(/images/vehicles/2011/buick/regal/btnPrev.jpg) 0 0 no-repeat}
#photoNext a {display:block; background: url(/images/vehicles/2011/buick/regal/btnNext.jpg) 0 0 no-repeat}
#photoPrev a:hover {background: url(/images/vehicles/2011/buick/regal/btnPrev_over.jpg) 0 0 no-repeat}
#photoNext a:hover {background: url(/images/vehicles/2011/buick/regal/btnNext_over.jpg) 0 0 no-repeat}
#hiddenThickBox {position:absolute; visibility:hidden}

div#imgTitle h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 125%;
	text-align: left;
	color: #2795f5;
	display: none;
	margin-bottom: 5px;
}
div#desc p {
	text-align: right;
	font-family: Arial, sans-serif;
	color: #717375;
	line-height: 12px;
	font-size: 8pt;
	display: none;
	overflow: none;
}
div#imgTitle h2.active, div#desc p.active { display: block; }

div.navi a {
	width: 6px;
	height: 6px;
	float: left;
	margin: 3px;
	font-size: 1px;
	line-height: 1px;
	border: 1px solid #2795f5;
	background-color: #FFF;
}

div.navi a:hover {
	background-color: #d2d2d2;
}

div.navi a.active {
	background-color: #2795f5;
}

/* Scrollable/Carousel styles */
.scrollable {position:relative;overflow:hidden; width: 608px;	height:56px; margin-left:77px }
.scrollable .items {/* (apparently ) */ width:20000em; position:absolute; /*clear:both; padding:0; margin:0 ;*/ }
.scrollable .items li {	float:left; width:87px;  height: 56px; text-align:center; list-style:none}
.scrollable .items li img {padding-top:3px}


/*********** navigator/pagination  ***********/
.navi {float:none;	clear: both; height:20px; padding-left:350px; } /* position and dimensions of the navigator */
/*.navi a {width:9px;height:9px;float:left;	margin:3px;background:url(/images/vehicles/chevrolet/volt2010/navigator.gif) 0 0 no-repeat;display:block;font-size:1px;} /* items inside navigator */
/*.navi a:hover {	background-position:0 -9px;} /* mouseover state */
/*.navi a.active {background-position:0 -9px;} 	/* active state (current page state) */	

/*=== Thickbox Overrides ===*/
#TB_window {border:none; -moz-border-radius: 15px; margin-top:-320px !important}
#TB_ajaxContent {margin-top:30px; height: auto;}
#TB_closeWindowButton {position:absolute; right:20px; z-index:9999}

/* misc. */
.lbdisclaimer { margin-left:77px; }
.clearer {float:none; clear:both; line-height:1px; height:1px;}
