/* javascript carousel styles - EDIT WITH EXTREME CARE ########################################### */

div#mygallery {
	margin-top: 6px;
}

*:first-child+html div#mygallery {
	margin-top: 6px !important;
}

.stepcarousel {
	position: relative; /*leave this value alone*/
	border: 0;
	overflow: scroll; /*leave this value alone*/
}

.teaser .stepcarousel {
	width: 898px; /*Width of Carousel Viewer itself*/
	height: 151px; /*Height should enough to fit largest content's height*/
}

* html .teaser .stepcarousel {
	width: 893px;
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

div#mygallery.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 5px 0 5px; /*margin around each panel*/
	padding: 0 0 0 0;
	width: 219px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	width: 204px;
	min-height: 151px;
	padding: 7px;
	background: transparent url(teaser-panel-divider-v1.png) right top no-repeat;
}

* html div#mygallery.stepcarousel .panel {
	width: 218px;
	width: 203px;
	height: 151px;
	height: 137px;
	padding: 7px;
}

div#mygallery.stepcarousel .last {
	border-right: 0 !important;
	background: none !important;
}

#content div#mygallery.stepcarousel .panel-text {
	width: 92px;
	margin: 0 102px 0 2px;
	padding: 10px 0 0 0;
	font-size: 0.9167em !important; /* 11px */
	line-height: 1.091em !important; /* 12px */
}

div#mygallery.stepcarousel .panel h2 {
	/*width: 100% !important;*/
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	color: #333 !important;
	font-size: 1.1667em; /* 14px */
	line-height: 1.1429em !important; /* 16px */
	/*min-height: 2em;*/
}



div#mygallery.stepcarousel .panel h2 a {
	color: #333 !important;
}

div#mygallery.stepcarousel .panel h2 a:hover {
	text-decoration: underline !important;
}

div#mygallery.stepcarousel .panel p {
	clear: left;
	margin: 40px 0 0 0!important;
	padding: 0 !important;
	line-height: 1.091em !important; /* 12px */
	
}

* html div#mygallery.stepcarousel .panel p {
	margin-top: 46px !important;
}

*:first-child+html div#mygallery.stepcarousel .panel p {
	margin-top: 50px !important;
}

div#mygallery.stepcarousel .panel a {
	color: #066 !important;
	text-decoration: none;
}

div#mygallery.stepcarousel .panel a:hover {
	text-decoration: underline;
}
	
div#mygallery.stepcarousel .panel img {
	float: right;
	margin: -14px 3px 0 0;
}

* html div#mygallery.stepcarousel .panel img {
	margin-top: -16px;
}

*:first-child+html div#mygallery.stepcarousel .panel img {
	margin-top: -19px !important;
}


div#mygallery.stepcarousel .panel a img {
	float: none;
	margin: 0;
}

