﻿
div#GalleryBanner
{
    padding-bottom:10px;
}

div#GalleryHeader
{
	width: 619px;
	height: 31px;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-image:url('../images/blueBar.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

div#GalleryHeader span#GalleryHeaderText
{
	margin-left: 10px;
	line-height: 31px;
}

div#GalleryRightHeader
{
	width: 301px;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-image:url('../images/blue-shortBar.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

div#GalleryRightHeader span#GalleryRightHeaderText
{
	margin-left: 10px;
	line-height: 31px;
}

div#GalleryMiddle
{
	width: 619px;
}

div#GalleryMiddle img,
div#GalleryMiddle div#image img
{
    text-align: center;
    margin: 0px auto;
}

div#GalleryRight
{
	width: 302px;
	margin-left: 10px;
}

div#GalleryInner
{
	padding: 10px;
}

div#GalleryInner p
{
	margin: 0px;
	padding: 0px;
}

div#GalleryBottom
{
	width: 929px;
	background-image:url('../images/blueFadeLine.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

div#GalleryBottom div#GalleryInner
{
	padding: 15px 0px;
}

td.GalleryListingContainer
{
	background-image:url('../images/blueLine.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom:10px;
}

span.GalleryListingTitle a
{
	font-size: 12px;
	font-weight: bold;
	color: #00aee8;
}

h3.GalleryTitle
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 10px;
}

div.GalleryDetail
{
	margin: 20px 10px 65px 10px;
	color: #000000;
}

div.GalleryDetail strong
{
	font-weight: bold;
}

div.GalleryDetailFooter
{
	margin: 20px 10px 65px 10px;
}

div#image
{
}

div.gallery_item
{
	font-size: 16px;
	color: #8A8A8A;
}

div.gallery_item a, div.gallery_item a:hover
{
	color: #8A8A8A;
	text-decoration: none;
}

div.gallery_item span.gallery_main_label
{
	display: none;
}

div.gallery_main
{
	background-color: #BAEAF8;
}

div.gallery_main span.gallery_main_label
{
	display: inline;
	color: #00AEDD;
}

hr{height: 1px; border: 0px; color: #CCCCCC; background-color: #CCCCCC;margin:10px 0px;}

/** Carousel **/
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 589px; /*Width of Carousel Viewer itself*/
height: 71px; /*Height should enough to fit largest content's height*/
margin: 0px 10px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 112px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/** End of Carousel **/