@charset "utf-8";
:focus {
	outline:none;
}
.slideshowWrapper {
	background: #e3f5e8 url(icons/drop_shadow.gif) repeat-x bottom;
	width:730px;
	display:block;
	padding-top:15px;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	position:relative;
	height:212px;
}
.slideshowWrapper a {
	color:#1a601a;
	text-decoration:none;
}
.slideshowWrapper a img {
	border:none;
}
.slideshowWrapper a:hover {
	color:#ff9000;
}
.slideshowWrapper table td {
	vertical-align:top;
}
.slideshowWrapper .slideLeft {
	width:239px;
	padding:0 0 0 15px;
}
.slideshowWrapper .slideRight {
	padding:0 15px 0 0;
	height:205px;
	position:relative;
}
.slideshowWrapper .bigImg {
	background:url(icons/big_img_bg.gif) no-repeat 0 0;
	width:214px;
	height:158px;
	padding:5px;
	display:block;
	overflow:hidden;
}

	.slideshowWrapper .bigImg img {
		width:214px;
		height:158px;
		}
	
.slideshowWrapper h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#239c14;
	margin:5px 0 12px 0;
}
.slideshowWrapper p {
	margin:0 0 10px 0;
}
.slideshowWrapper #previewPane {
	position:relative;
}
.slideshowWrapper #galleryContainer {
	height:50px;
	position:relative;
	overflow:hidden;
	margin:0 15px;
}
.slideshowWrapper #arrow_left {
	background:#e3f5e8 url(icons/btn_prev.gif) no-repeat left 2px;
	position:absolute;
	left:0px;
	z-index:10;
	width:20px;
	height:50px;
	padding:0;
	display:inline-block;
	cursor:pointer;
}
.slideshowWrapper #arrow_left:hover {
	background:#e3f5e8 url(icons/btn_prev.gif) no-repeat left bottom;
}
.slideshowWrapper #arrow_right {
	background:#e3f5e8 url(icons/btn_next.gif) no-repeat right 2px;
	position:absolute;
	right:-1px;
	z-index:10;
	width:20px;
	height:50px;
	padding:0;
	display: inline-block;
	cursor:pointer;
}
.slideshowWrapper #arrow_right:hover {
	background:#e3f5e8 url(icons/btn_next.gif) no-repeat right bottom;
}
.slideshowWrapper #theImages {
	position:absolute;
	/*	height:70px;*/
	left:20px;
	width:100000px;
}
.slideshowWrapper #theImages #slideEnd {
	float:left;
}
.slideshowWrapper #theImages a {
	display:inline-block;
	float:left;
	cursor:pointer;
	background:url(icons/thumb_bg.gif) no-repeat 0 0;
	width:54px;
	height:40px;
	padding:5px;
	margin-right:2px;
}
.slideshowWrapper #theImages a:hover {
	background-position:bottom;
}
.slideshowWrapper #theImages a img {
	margin:0;
	padding:0;
}
.slideshowWrapper #waitMessage {
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;
}
.slideshowWrapper #theImages .imageCaption {
	display:none;
}
.slideshowWrapper #model_description {
	height:108px;
}
.slideshowWrapper #slideshow_controls {
	list-style-type:none;
	width:40px;
	height:20px;
	margin:0;
	padding:5px 0 0 185px;
}
.slideshowWrapper #slideshow_controls li {
	display:inline-block;
	float:left;
	cursor:pointer;
}
.slideshowWrapper div.read_more {
	text-align:right;
}
#slideshow_controls li.play {
	background:url(icons/btn_play.gif) no-repeat 0 0;
	width:19px;
	height:17px;
}
#slideshow_controls li.play:hover {
	background-position:bottom;
}
#slideshow_controls li.pause {
	background:url(icons/btn_pause.gif) no-repeat 0 0;
	width:19px;
	height:17px;
}
#slideshow_controls li.pause:hover {
	background-position: bottom;
}
.slideshowWrapper .greenBand {
	background:url(icons/green-band-bg.gif) repeat-x top;
}
