.gallerycat
{
	float:left;
	margin:0 20px 20px 0;
	width:230px;
	height:auto;
}

.gallerycat .stackwrapper
{
	background:url(/images/image-gallery-bg.jpg) no-repeat scroll 0 0;
	height:124px;
	padding:8px 3px;
	width:220px;
	overflow:hidden;
	position:relative;
}

.gallerycat .stackwrapper .stack
{
	position:absolute;
	margin:auto;
	width:220px;
	height:124px;
	background-position:center center;
	background-repeat:no-repeat;
}


/*****************************************
*** Used for GalleryView jQuery Plugin ***
******************************************/
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}

.panel-overlay
{
	text-align:left;
	color:#fff !important;
}

.panel-overlay h1,
.panel-overlay h2,
.panel-overlay p{
	margin: 0;
	color:#fff !important;
}
.panel-overlay p {
	line-height: 1.2em;
	color:#fff !important;
}

.panel
{
	text-align:center !important;
}

.filmstrip li { overflow:hidden; border:1px solid #CCCCCC; width:110px; height:69px; position:relative; }
.filmstrip li img
{
	width:110px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-35px;
}

#pointer
{
	/*top:5px !important;*/
}
