.gallery {
	border:3px solid #333333;
	padding:10px 10px 10px 10px;
	margin:20px auto 20px auto;
	width:670px;
	background:#111111;
}
.tile {
	border:1px solid #555555;
	background:#222222;
	float:left;
	text-align:center;
	font-size:9pt;
	color:#BBBBBB;
	margin:5px;
}
.tile:hover {
	background:#333333;
}
.tile .thumb, .tile .thumb2 {
	width:130px;
	height:130px;
	border: 3px double #800000;
	margin:8px;
	overflow:hidden;
	background:#111111 fixed no-repeat;
}
.tile .thumb2 {
	width:100px;
	height:100px;
}

.videogallery {
	border:3px solid #333333;
	padding:0px 8px 0px 8px;
	margin:20px auto 10px auto;
	width:610px;
	background:#111111;
}
.more {
	text-align:right;
	width:100%;
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:7pt;
}
.more a:link, .more a:visited {
	color:#454545;
}
.more a:hover {
	color:#660000;
}
.videotile {
	width:275px;
	padding:5px;
	margin:0px 8px 10px 8px;
	float:left;	
	text-align:center;
	font-size:9pt;
}



.stepcarousel{
	border:3px solid #333333;
	padding:10px 30px 10px 30px;
	margin:20px auto 20px auto;
	width:630px;
	height:350px;
	background:#111111;
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
 /*Width of Carousel Viewer itself*/
 /*Height should enough to fit largest content's height*/
}

.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: auto;/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 340px;
border:3px double #444444;
}

.buylinks {
	font-size:8pt;
	color:#393939;
	text-align:center;
	font-family:Trebuchet MS;
}
.audiotile {
	border:1px solid #333333;
	padding:10px;
	margin:10px;
	text-align:center;
	width:280px;
	height:290px;
	float:left;
	overflow:auto;
}

ol, .credits {
	font-size:10pt;
}

.credits {
	font-size:8pt;
}

