div.slide_show {
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: 388px;
}


div.slide_show .view {
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 388px;
}

div.slide_show img	{
	border:0px;
	}

   


/* -- SLIDE CONTROL BUTTON DIMENSIONS --- */

div.slide_show .slide_controls

{
	position: absolute;
	top: 345px;
	left: 808px;
	width: 150px;
	overflow:hidden;
}
    



div.slide_show .slide_controls a

	{
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	display: inline-block;
	width: 23px;
	height: 27px;
	padding-top:5px;
	line-height:1em;
	letter-spacing:-1px;
	text-align:center;
	margin-right: 3px;
	text-decoration: none;
	background: url(../shell/slide-btn-off.gif); 
	background-repeat:no-repeat;
	overflow:hidden;
	float:left;
	cursor:pointer;
	
	/* filter:alpha(opacity=70); */ 	/* for IE7 - breaks IE8 */  
	opacity:0.7;     
}

div.slide_show .slide_controls a.active
	{	
	background-image:url(../shell/slide-btn-on.gif);
	/*filter:alpha(opacity=100); */	/* for IE - breaks IE8 */
	opacity:1;
}

	


      



	
      