#section-2 .box1, #section-2 .box2, #section-2 .box4 {margin:0px 0 20px 0px; display: block; clear: both;}
#section-2  h1 {
	margin: 10px 0;
	display: block;
}
#section-2 .box1 h2, #section-2 .box2 h2, , #section-2 .box4 h2 {
 padding: 20px 0 15px 0;
 display: block;
}

#section-2 .box1 h2, #section-2 .box2 h2, , #section-2 .box4 h2 {
 padding: 20px 0 15px 0;
 display: block;
}

#section-2  .box1 .records, #section-2  .box2 .records {padding: 5px 5px 5px 0;  float: left;
display:block;
padding: 5px 0;
height: 270px;
width:auto;
}
#section-2  .box1 .records .record, #section-2  .box2 .records .record {
padding: 5px 0;
text-align: center;
}


#section-2  .box1 .records .record .image, #section-2  .box2 .records .record .image {
	float: none;
	height: 148px;
	width: 148px;
	overflow: hidden;
	margin: 0 auto;
}
#section-2 .box4 .video_embed {
	height: 500px;
	clear: both;
	width: 640px;
	border: 1px solid #000;
	display: block;
	
	text-align: center
}
#section-2 .box4 .records {

	clear: both;
	margin-top: 20px;
	
}
 #section-2  .box4 .records .record {
padding: 5px  0;  float: left;
display:block;
width: 210px;
height: 250px;
text-align: center;
position: relative;}
 #section-2  .box4 .records .record .image {
 	float: none;
	height: 155px;
	width: 200px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	
 }
 #section-2 .record .image-overlay {
	background-image: url(../../images/icons/playVideo.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:999999;float: none;
	height: 150px;
	width: 200px;
	overflow: hidden;
	margin: 0px;
	z-index:9999999;
	position:absolute;
	top: 0px; left: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#section-2  .records .record .more {
	margin-top: 15px; display: block;
}
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:999999999;
	
	/* styling */
	background-color:#FFF;
	
	width:640px;	
	height:525px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background:url(../../images/icons/close.png) no-repeat;
	position:absolute;
	bottom:5px;
	right:5px;
	width:17px;
	height:17px;
	cursor:pointer;
	z-index:99999999;
	background-color: #000;
}
/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" buttons for individual image */
 .prevImage, .nextImage  {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 100px;
    width: 18px;
    position:absolute;
}


.nextImage {
     top:150px;
    right:0px;
    background: url("../../images/global/gallery_next.png") no-repeat scroll 0 0 transparent;
    margin-left: 5px;
}

.prevImage {
    top:150px;
    left:0px;
    background: url("../../images/global/gallery_prev.png") no-repeat scroll 0 0 transparent;
    margin-left: 5px;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:5px 15px;
	color:#333;
	font-size:10px;
	display: none;
}

.info strong {
	display:block;	
}
/*
.next, .prev, .info {
	background:#fff !important;	
}
*/
/* Photo page styles */

#image_wrap {
	/* dimensions */
	width:640px;
	margin:15px 1px 15px 0;
	padding:15px 0;
	overflow: hidden;
	/* centered */
	text-align:center;
	/* some "skinning" */
	background-color:#efefef;
	border:2px solid #fff;
	outline:1px solid #989898;
	-moz-ouline-radius:4px;
}

#photo_title {
	margin-top: 15px;
	font-size: 12px;
}
#photo_credits {
	font-style: italic;
	font-size: 12px;
	text-align: right;
	min-height:12px;
}
/* this makes it possible to add next button beside scrollable */


/* prev, next, prevPage and nextPage buttons */
.rows a.browse {
	background:url(../../images/icons/arrows.gif) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:35px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
.rows a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
.rows a.right:hover 		{ background-position:-30px -30px; }
.rows a.right:active 	{ background-position:-60px -30px; } 


/* left */
.rows a.left				{ margin-left: 0px; } 
.rows a.left:hover  		{ background-position:-30px 0; }
.rows a.left:active  	{ background-position:-60px 0; }


/* disabled navigational button */
.rows a.disabled {
	visibility:hidden !important;		
} 	

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.rows .image-gallery {
	position:relative;
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 530px;
	height:100px;
	background-color:#efefef;
	border:2px solid #fff;
	outline:1px solid #989898;
	float: left;
	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.rows .image-gallery .records {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.rows .image-gallery .record {
	float:left;
	margin:10px 5px 10px 24px;
	background-color:#fff;
	padding:0px;
	border:1px solid #989898;
	cursor:pointer;
	width:100px;
	height:75px;
	overflow:hidden;
	
}

/* active item */
.rows .image-gallery .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
	padding: 0px;
}
.rows .image-gallery img {
	margin: 0px;
	padding: 0px;
	
}
.rows .image-gallery img.teaser, .rows #image_wrap img.teaser {
	opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
.rows .image-gallery .image {
	margin: 0px;
	padding: 0px;
}

.photo-gallery #subscribeBannerLarge {
color: #fce5b9;
        font-size: 14px;
        line-height: 37px;
        font-family: 'Cabin', sans-serif;
        -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight:700;
text-align: center;
background: #5b7d96 url('/images/article/subscribeBanner.gif') repeat-x;
clear: both;
margin: 10px 0;
}

#subscribeBannerLarge a, #subscribeBannerLarge a:link {
        color: #fff;
}

.photo-gallery #subscribeBannerSmall {
        font-size: 14px;
        font-family: 'Cabin', sans-serif;
        -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center;
line-height:37px;
font-weight:700;
color: #FCE5B5;
background: #5b7d96 url('/images/article/subscribeBanner.gif') repeat-x;
}

/* Start Slideshow */
.slideshow #image_wrap {
	margin: 15px auto;
}
.slideshow .image-container {
}
 .slideshow .image-gallery{
        position:relative;
        overflow:hidden;
        width: 570px;
height: 100px;
	padding: 5px;
	background-color:#efefef;
        border:2px solid #fff;
        outline:1px solid #989898;
	margin: 0 auto;
}


.slideshow .records {
        /* this cannot be too large */
        width:20000em;
        position:absolute;
        clear:both;
}
 .slideshow .record {
        display: inline;
        overflow: hidden;
}
.slideshow .record img {
         opacity:0.4;
filter:alpha(opacity=40);
}
.slideshow .abstract {
        clear: both;
}
.slideshow .record h3 {
        float: right;
        text-align: right;
        width: 200px;
}
.slideshow .record img {
	width: 100px;
	height: 75px;
	border:1px solid #989898;
	margin:10px 5px 10px 24px;
}
.slideshow .record img.current, .slideshow .current img {
        display: block;
 opacity:1.0;
filter:alpha(opacity=100);
border: 2px solid black;
}
.slideshow a.browse {
        clear: both;
}


/* Start photo list
*/
.photo-list .record {
        float: left;
        height: 270px;
        width: 150px;
        margin: 10px;
				margin-right:50px;
}
.photo-list .image {
        width: 148px;
        height: 148px;
}

.rows a.browse {
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    margin: 35px 10px 20px;
    width: 30px;
}

.rows .next, .rows .prev {position:relative; top:auto; padding:0px; border:0px none; background: url("../../images/icons/arrows.gif") no-repeat scroll 0 0 transparent;}

.rows .next:hover, .rows .prev:hover {
	text-decoration:underline;
	background-color:#fff;
}

.slideshow a.browse {display:none;}

.back_to_listings {margin-top:10px;}

.photo-gallery .likes {padding: 20px 0px 15px; height:30px; margin-top:20px;}

.photo-gallery .google_plus, .photo-gallery .facebook_like {width:90px; float:left;}

.photo-gallery .retweet {float:left}

.photo-gallery .email {
    background-image: url("../../images/icons/email.gif");
    background-repeat: no-repeat;
    padding-left: 22px;
		line-height:12px;
		margin-left:10px;
		margin-top:4px;
		float:left;
		font-size:12px;
		color:#666;
}
