article header{
	margin-bottom:15px;
}
a.backlink
{
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

a.backlink:hover
{
	text-decoration:underline;
}

#likebuttons
{
	background: none;
	border: none;
	margin: 0 0 15px 0;
	padding:0px;
	font-size:inherit;
	width: 650px;
}

#facebooklike { }
.googleplusone { float: left; margin: 0px 0px 0px 0px; width: 70px; overflow: hidden; }
.twittershare { float: left; margin: 0px 0px 0px 0px; overflow: hidden; }

.pinterestIt {
	float: left;
	margin: 0px 0px 0px -20px;
	overflow: hidden;
}

#mainImageWrapper{
	width: 650px;
	text-align: center;
	position: relative;
	background-color: #000;
	overflow: hidden;
}

#mainImage{
	vertical-align: top;
}

img#mainImage.fullWidth{
	width:650px;
}

div.gallery_navigation {
    height: 100%;
    position: absolute;
    /*width: 650px;*/
}
div.gallery_navigation .column{
	height: 100%;
	width: 70px;
	/*this is a stupid image of 1px transparent, is stupid, I know, but wihtout it the :hover doesn't work i IE*/
	background:url('/lay/backgound_trans.png');
}
div.gallery_navigation .transparency.previous{
	left:0px;
}
div.gallery_navigation .transparency.next{
	right: 0px;
}
div.gallery_navigation .column:hover{
	background:url('/lay/background_trans_gray.png');
}
div.gallery_navigation .column.previous{
	left:0px;
}
div.gallery_navigation .column.next{
	right:0px;
}
div.gallery_navigation a{
	height: 100%;
}
div.gallery_navigation a img{
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
div.gallery_navigation a .previous img{
	left:20px;
}
div.gallery_navigation a .next img{
	right:20px;
}
div.gallery_navigation a.previmglink{
	/*float:left;*/
	position:absolute;
	left: 0px;
}

div.gallery_navigation a.nextimglink{
	/*float:right;*/
	position: absolute;
	right: -650px;
}

#imagetextcontainer, #videotextcontainer{
	margin:0px 0px 15px 0px;
	width: 630px;
}
#imagetextcontainer span, #videotextcontainer span{
	margin:3px 0px 0px 0px;
	display: inline-block;
}

#imagetextcontainer.caption{
	background-color: #333;
	color: #ddd;
	padding: 6px 10px;
	font-family: "Helvetica Neue",'TexGyreHeros',arial;
    font-size: 11px;
    font-weight: bold;
}

#bigimagelink{
	font-size:11px;
	float:right;
	text-decoration:none;
	color:#0ae;
	font-weight:bold;
	font-family:arial;
	margin:3px 0px 0px 20px;
	display: inline;
}

#bigimagelink:hover{
	text-decoration:underline;
}

.pageflipper{
	margin:0 0 15px 0;
	padding-top: 0;
}

/*#pageflipper.left a {
    margin: 0 2px 0 0;
}*/

.artistyle2{
	display:inline-block;
	margin-bottom: 15px;
	/*float:left;*/
	width: 100%;
}

.artistyle2 .imgrow{
	margin-bottom: 15px;
	float:left;
}
.artistyle2 .imgrow:last-child{
	margin-bottom: 0px;
}
.artistyle2 .imagegroup div.imgthumb{
	margin-left: 15px;
	float:left;
	width:206px;
	height:137px;
	overflow:hidden;
}
.artistyle2 .imagegroup div.imgthumb.selected{
	width:200px;
	height:131px;
	overflow: hidden;
	border: 3px solid #0ae;
}
.artistyle2 .imagegroup div.imgthumb:first-child{
	margin-left: 0px;
}

#grnation.nobottom{
	bottom: inherit;
	margin: 15px 15px 15px 20px;
	position: inherit;
}
.intad{
	margin:0;
	width: inherit;
}

.highlightvideo{
	width: 650px;
	text-align: center;
	position: relative;
	overflow: hidden;
	float:left;
}

#videotextcontainer.caption{
	background-color: #333;
	color: #aaa;
	padding: 6px 10px;
	font-family: "Helvetica Neue",'TexGyreHeros',arial;
    font-size: 11px;
    font-weight: bold;
	/*margin-top: -4px;*/
}

.highlightvideoCloseBar {
    cursor: pointer;
    height: 15px;
    width: 15px;
	float: right;
}

div.highlightvideo.playing div.gallery_navigation {
	height: 95%;
	margin-top: -4px;
	position: absolute;
}

/* FULL SCREEN */
#mainImageWrapper.fullscreen div.gallery_navigation {
	max-width: 100%;
	width: 100%;
}

#mainImageWrapper.fullscreen, #mainVideoAndTextWrapper.fullscreen {
	position: fixed;
	background: #000;
	z-index: 500;
	width: 100%;
	max-width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#mainImageWrapper.fullscreen img#mainImage,
#mainVideoAndTextWrapper.fullscreen .highlightvideo,
#mainVideoAndTextWrapper.fullscreen #videotextcontainer {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: top;
	float: none;
	margin-left: auto;
	margin-right: auto;
	/*width: 100%;*/
}

#mainImageWrapper.fullscreen img#mainImage {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

#mainVideoAndTextWrapper.fullscreen #videotextcontainer {
	z-index: 1;
	top: 100%;
	bottom: -20%;
	position: absolute;
	margin: 0;
	padding: 1%;
	width: 98%;
	max-width: 98%;
}

#mainVideoAndTextWrapper.fullscreen #videotext {
	max-width: 90%;
}

#mainVideoAndTextWrapper.fullscreen .highlightvideoCloseBar {
	top: 0.7em;
	position: absolute;
	right: 2em;
}

div.gallery_navigation a .next img,
div.gallery_navigation a .previous img {
	z-index: 99;
}

#mainImageWrapper.fullscreen div.gallery_navigation .column {
	background: none !important;
}

#mainImageWrapper.fullscreen div.gallery_navigation a.nextimglink {
	right: 0;
}

.closeFullScreen, .shareFullWrapper {
	display: none;
}

.fullscreen .closeFullScreen {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.8em;
	z-index: 105;
	cursor: pointer;
}

.fullscreen .shareFullWrapper {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 105;
	cursor: pointer;
	padding: 1.8em;
}

.fullscreenshare {
	position: fixed; 
	top: 4em;
	left: 1.8em;
	z-index: 501;
}