/* =========== Gallery ============ */

.gtOuter{float:left; width:236px;}
	.contentRight .gtOuter{width:auto; margin:0 auto;}
.gtTopLeft, .gtTopRight, .gtBottomLeft, .gtBottomRight{width:10px; height:10px; background-repeat:no-repeat;}
.gtTop, .gtBottom{height:10px; background-repeat:repeat-x;}
.gtLeft, .gtRight{width:10px; background-repeat:repeat-y;}
.gtTopLeft{background-position:right bottom; background-image:url('images/top_left.png'); _background-image:none;}
.gtTop{background-position:left bottom; background-image:url('images/top.png'); _background-image:none;}
.gtTopRight{background-position:left bottom; background-image:url('images/top_right.png'); _background-image:none;}
.gtLeft{background-position:right; background-image:url('images/left.png'); _background-image:none;}
.gtRight{background-image:url('images/right.png'); _background-image:none;}
.gtBottomLeft{background-position:right top; background-image:url('images/bottom_left.png'); _background-image:none;}
.gtBottom{background-image:url('images/bottom.png'); _background-image:none;}
.gtBottomRight{background-image:url('images/bottom_right.png'); _background-image:none;}
.gtMid{padding:6px; background-color:#fff; text-align:center; _border:solid 1px #eee;}
.gtTitle{text-align:center;}

.contentBottom .gtMid{overflow:hidden; width:200px;}
.contentBottom h2{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; letter-spacing:1px; color:#444;}

#mbOverlay{background-color:#fff !important;}
#mbCenter{
	padding:20px !important; border:solid 1px #ccc !important;
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,.6); -moz-box-shadow: 0 0 50px rgba(0,0,0,.6); box-shadow: 0 0 50px rgba(0,0,0,.6);	
}
#mbCount{display:none !important;}
#mbNavigation{height:17px !important; border:0 !important;}
/* =========== Slidey thing ============ */
.galleryOuter{width:706px; overflow:hidden; height:280px; float:left;}

.galleryLeftButton, .galleryRightButton{width:70px; height:178px; display:block; float:left; background-repeat:no-repeat; background-position:50% 50px; outline:none; cursor:pointer;}
.galleryLeftButton{background-image:url('images/arrow_left.png'); _background-image:url('images/arrow_left.gif');}
.galleryRightButton{background-image:url('images/arrow_right.png'); _background-image:url('images/arrow_right.gif');}
