
.slideShowWrap {
/*	border:1px solid black;*/
	width:606px;
/*	padding:5px;*/
	background:#000000;
}
#slideShowContainer {
	width:606px;
	height:292px;
	position:relative;
	overflow:hidden;
} 
.topCurve {
	height:15px;
	width:606px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../galleryimages/topCurve.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='galleryimages/topCurve.png', sizingMethod='crop');
	z-index:102;
}
.botCurve {
	height:15px;
	width:606px;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../galleryimages/botCurve.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='galleryimages/botCurve.png', sizingMethod='crop');
/*	z-index:1000002;*/
	 z-index:102;
}

.slideShowImages {
	position:absolute;
	top:0px;
	left:0px;
	filter:alpha(opacity=100);
	opacity:1;
}

.slideShowTabs {
	height:21px;
	width:566px;
	overflow:hidden;
	position:absolute;
	bottom:10px;
	/*z-index:1000003;*/
	 z-index:102;
	padding:0px 20px;
}
.slideShowTabs a {
	float:left;
	width:23px;
	padding-top:2px;
	height:19px;
	_padding-top:3px;
	_height:18px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	color:#a6ce39;
	margin-right:2px;
	background:url(../galleryimages/tab.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='galleryimages/tab.png', sizingMethod='crop');
	_position:relative;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
}
#selectedTab {
	float:right;
	background:url(../galleryimages/tab.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='galleryimages/tab.png', sizingMethod='crop');
	width:23px;
	padding-top:2px;
	height:19px;
	_padding-top:3px;
	_height:18px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	color:#a6ce39;
	font-family:Arial, Helvetica, sans-serif;
}
.slideShowTabs a.pause {
	background:url(../galleryimages/pause.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='galleryimages/pause.png', sizingMethod='crop');
}
.slideShowTabs a.play {
	background:url(../galleryimages/play.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='galleryimages/play.png', sizingMethod='crop');
}
.slideShowTabs a.selected {
   color:#FFFFFF;
   background:url(../galleryimages/tab_selected.png) no-repeat;
   
  } 
.slideShowTabs a.deselected {
   color:#a6ce39;
   background:url(../galleryimages/tab.png) no-repeat;
   
}

