﻿.islink:hover{
	cursor: pointer;
}
.linkButton{
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 3px;
}
body#contentPage{
	background-color: rgba(0,0,0,1);
}
.contentHide{
	visibility: hidden;
	-webkit-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
}
.contentShow{
	visibility: visible;
	-webkit-transition: all 1s ease-in-out 2s;
	transition: all 1s ease-in-out 4s;
}
#contentFrame {
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}
.contentTall{
	height: 1024px;
	transition: all 0s linear 0s;
}
.contentNormHgt{
	height: 650px;
	transition: all 0s linear 0s;
}

#copyright{
	position: absolute;
	bottom: -40px;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #999999;
}
.paraText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
}
.paraText span.fletter{
	font-size: 400%;
	float: left;
	line-height: 75%;
	margin-right: 5px;
}
.loadingDiv{
	position: absolute;
	z-index: 0;
	width: 175px;
	height: auto;
	top: 350px;
	left: 350px;
	display: none;
	transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
}
.showloadingDiv{
	position: absolute;
	z-index: 40;
	width: auto;
	min-width: 175px;
	max-width: 175px;
	height: auto;
	top: 370px;
	left: 300px;
	margin: auto auto auto auto;
	padding: 10px;
	display: inherit;
	text-align: center;
	background-color: rgba(0,0,0,.8);
	transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
}
.showloadingDiv span{
	display: block;
	width: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	color: #FFFF00;
}
.msgDiv {
	position: absolute;
	z-index: 0;
	width: 325px;
	top: 180px;
	left: 120px;
	font-size: 18px;
	color: #FF3300;
	background-color: #000000;
	padding: 15px;
	border-radius: 10px;
	opacity: 0;
	font-family: arial, Helvetica, sans-serif;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.msgDivShow {
	position: absolute;
	z-index: 40;
	width: 325px;
	top: 180px;
	left: 120px;
	font-size: 18px;
	color: #FF3300;
	background-color: #000000;
	padding: 15px;
	border-radius: 10px;
	opacity: 1;
	font-family: arial, Helvetica, sans-serif;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.msgDivShow:hover, #msgDiv:focus{
	cursor: pointer;
}
.msgDivShow > #closeText, .msgDiv > #closeText{
	position: relative;
	bottom: 0px;
	right: 0px;
	width: 100%;
	text-align: right;
	font-family: Arial;
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}
.msgDivShow #msgDesignName{
	color: #FFFF66;
}

div#hiddenDiv{
	position: absolute;
	width: 350px;
	padding: 30px;
	background-color: rgba(0,0,0,.8);
}
div#hiddenDiv img{
	width: 100%;
	margin: 0px;
	border: 0px;
}
.coverDiv{
	position: absolute;
	z-index: 0;
	top: 270px;
	left: 0px;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 7px 7px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 7px 7px rgba(0,0,0,1);
	box-shadow: 0px 0px 7px 7px rgba(0,0,0,1);
	transition-property: opacity, z-index;
	transition-duration: 1s, 1s;
	transition-timing-function: ease-in-out, ease-in-out;
	transition-delay: 0s, 1s;
}
.coverDivShow{
	position: absolute;
	z-index: 50;
	top: 270px;
	left: 0px;
	opacity: 1;
	-webkit-box-shadow: 0px 0px 7px 7px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 7px 7px rgba(0,0,0,1);
	box-shadow: 0px 0px 7px 7px rgba(0,0,0,1);
	transition-property: opacity;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
.coverDivShow a{
	color: #FF9900;
}
.coverImg span#albumsongInfo{
	display: none;
}
div#hiddenDiv span#albumsongInfo{
	display: block;
}

@keyframes whtblu {
    0%   {color: white;}
    50% {color: blue;}
    100% {color: white;}
}

@keyframes redyel {
    0%   {color: red;}
    50% {color: yellow;}
    100% {color: red;}
}

*[action=whtblu]{
    color: #FFFFFF;
    animation-name: whtblu;
    animation-duration: 3s;
    animation-iteration-count: infinite;
} 

*[action=redyel]{
    color: #FFFFFF;
    animation-name: redyel;
    animation-duration: 3s;
    animation-iteration-count: infinite;
} 

/*  ******************************/
/*  ******   CONTENT PAGES  ******/
div#contentContainer{
	position: relative;
	margin: 0px auto;
	padding: 30px;
	background-color: rgba(0,0,0, .8);
}
#notice{
	display: block;
	font-family: myFloridaProjectOne;
	font-size: 200%;
	text-align: center;
}
.trackLinkVisited{
	color: #CCFF99;
	font-weight: bold;
	-moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.trackLinkVisited::after{
	content: "\00a0\00a0" url("../images/check_mark_red.png");
}
.trackLink{
	color: #FFFFFF;
	font-weight: bold;
	-moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

/*  ******   Demo Track Page  ******/
div#trackList span a:link{
	text-decoration: none;
}
div#trackList span a:hover {
	text-decoration: underline;
	color: #00FFFF;
	font-weight: bold;
}
div#trackDiv{
	position: relative;
	margin: 0px auto;
	width: 95%;
	height: 91%;
	padding: 20px;
	background-color: rgb(0, 0, 0);
}
div#trackList{
	width: 100%;
	height: 365px; 
	margin: 0px 30px 0px 5px; 
	padding: 0px; 
	overflow: auto; 
}
div#trackList span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
}
div#trackList:last-child{
	margin-right: 0px;
}
.showTrackDiv{
	box-shadow: 0px 0px 10px 4px #666666 inset;
	position: absolute;
	top: 0px;
	left: 160px;
	width: 400px;
	height: 180px;
	z-index: 20;
	font-size: 18px;
	color: #FF3300;
	background-color: #000000;
	padding: 15px;
	text-align: center;
	font-style: italic;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	font-family: arial, Helvetica, sans-serif;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.showTrackTitle{
	width: 100%;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	font-style: normal;
	color: #3399FF;
	height: 55px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #000000;
}
.playTrackDiv {
	 padding-top: 15px;
}
audio#playTrack{
	background-color: #000000;
}

div#contentTitle {
	width: 100%;
	height: 50px;
	margin: auto auto 25px 0px;
}
div#contentTitle #bkd{
	position: relative;
	width: 385px;
	height: 50px;
	z-index: 12;
	top: -40px;
	left: -10px;
	background-color: #999966;
	border-radius: 8px;
	-webkit-box-shadow: 5px 5px 10px 0px #000000, 0px 0px 10px 0px #000000 inset;
	box-shadow: 5px 5px 10px 0px #000000, 0px 0px 10px 0px #000000 inset;
}
div#contentTitle #text {
	position: relative;
	z-index: 13;
	width: 100%;
	height: 50px;
	top: -10px;
	font-size: 50px;
	font-family: myFloridaProjectOne;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 1);
	color: #FF0000;
}
div#contentTitleSub {
	width: 100%;
	height: 60px;
	margin: auto auto 5px 0px;
}
div#contentTitleSub #text{
	position: relative;
	z-index: 13;
	width: 100%;
	height: 50px;
	top: 0px;
	font-size: 35px;
	font-family: myFloridaProjectOne;
	color: #FF0000;
}
div#contentTitleSub + #desc{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}
#isalink{
	cursor: pointer;
}
*[aType=anchor]{
	cursor: pointer;
	text-decoration: none;
}
*[aType=anchorLink]{
	cursor: pointer;
	text-decoration: none;
	border-bottom: thin solid currentColor !important;
}
*[aType=anchor]:hover, *[aType=anchorLink]:hover{
	color: #0066FF !important;
}
/*  ******   END CONTENT PAGES   *****/
/*  **********************************/
.white{
	color: #FFFFFF;
}
.green{
	color: #00FF00;
}
.aqua{
	color: #00FFFF;
}
.red{
	color: #FF0000};
}
.yellow{
	color: #FFFF00;
}
.hotpink{
	color: #FF3399;
}

.stroke2px{
text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75px 0.966667px 0px, rgb(0, 0, 0) 1.08333px 1.68333px 0px, rgb(0, 0, 0) 0.133333px 2px 0px, rgb(0, 0, 0) -0.833333px 1.81667px 0px, rgb(0, 0, 0) -1.6px 1.2px 0px, rgb(0, 0, 0) -1.98333px 0.283333px 0px, rgb(0, 0, 0) -1.86667px -0.7px 0px, rgb(0, 0, 0) -1.3px -1.51667px 0px, rgb(0, 0, 0) -0.416667px -1.95px 0px, rgb(0, 0, 0) 0.566667px -1.91667px 0px, rgb(0, 0, 0) 1.41667px -1.41667px 0px, rgb(0, 0, 0) 1.91667px -0.566667px 0px, -3px 0px 7px rgba(0, 0, 0, 1);
}
.stroke4px-blk{
text-shadow: rgb(0, 0, 0) 5px 0px 0px, rgb(0, 0, 0) 4.9px 1px 0px, rgb(0, 0, 0) 4.6px 1.95px 0px, rgb(0, 0, 0) 4.13333px 2.81667px 0px, rgb(0, 0, 0) 3.48333px 3.58333px 0px, rgb(0, 0, 0) 2.7px 4.2px 0px, rgb(0, 0, 0) 1.81667px 4.66667px 0px, rgb(0, 0, 0) 0.85px 4.93333px 0px, rgb(0, 0, 0) -0.15px 5px 0px, rgb(0, 0, 0) -1.13333px 4.86667px 0px, rgb(0, 0, 0) -2.08333px 4.55px 0px, rgb(0, 0, 0) -2.95px 4.05px 0px, rgb(0, 0, 0) -3.68333px 3.38333px 0px, rgb(0, 0, 0) -4.28333px 2.58333px 0px, rgb(0, 0, 0) -4.71667px 1.66667px 0px, rgb(0, 0, 0) -4.95px 0.7px 0px, rgb(0, 0, 0) -4.98333px -0.3px 0px, rgb(0, 0, 0) -4.83333px -1.28333px 0px, rgb(0, 0, 0) -4.48333px -2.21667px 0px, rgb(0, 0, 0) -3.95px -3.06667px 0px, rgb(0, 0, 0) -3.26667px -3.78333px 0px, rgb(0, 0, 0) -2.45px -4.35px 0px, rgb(0, 0, 0) -1.53333px -4.75px 0px, rgb(0, 0, 0) -0.566667px -4.96667px 0px, rgb(0, 0, 0) 0.433333px -4.98333px 0px, rgb(0, 0, 0) 1.41667px -4.8px 0px, rgb(0, 0, 0) 2.35px -4.41667px 0px, rgb(0, 0, 0) 3.16667px -3.86667px 0px, rgb(0, 0, 0) 3.88333px -3.15px 0px, rgb(0, 0, 0) 4.43333px -2.31667px 0px, rgb(0, 0, 0) 4.8px -1.4px 0px, rgb(0, 0, 0) 4.98333px -0.416667px 0px;
}
.stroke2px-wht{
text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75px 0.966667px 0px, rgb(255, 255, 255) 1.08333px 1.68333px 0px, rgb(255, 255, 255) 0.133333px 2px 0px, rgb(255, 255, 255) -0.833333px 1.81667px 0px, rgb(255, 255, 255) -1.6px 1.2px 0px, rgb(255, 255, 255) -1.98333px 0.283333px 0px, rgb(255, 255, 255) -1.86667px -0.7px 0px, rgb(255, 255, 255) -1.3px -1.51667px 0px, rgb(255, 255, 255) -0.416667px -1.95px 0px, rgb(255, 255, 255) 0.566667px -1.91667px 0px, rgb(255, 255, 255) 1.41667px -1.41667px 0px, rgb(255, 255, 255) 1.91667px -0.566667px 0px;
}
.stroke2px-blue{
text-shadow: rgb(43, 60, 255) 2px 0px 0px, rgb(43, 60, 255) 1.75px 0.966667px 0px, rgb(43, 60, 255) 1.08333px 1.68333px 0px, rgb(43, 60, 255) 0.133333px 2px 0px, rgb(43, 60, 255) -0.833333px 1.81667px 0px, rgb(43, 60, 255) -1.6px 1.2px 0px, rgb(43, 60, 255) -1.98333px 0.283333px 0px, rgb(43, 60, 255) -1.86667px -0.7px 0px, rgb(43, 60, 255) -1.3px -1.51667px 0px, rgb(43, 60, 255) -0.416667px -1.95px 0px, rgb(43, 60, 255) 0.566667px -1.91667px 0px, rgb(43, 60, 255) 1.41667px -1.41667px 0px, rgb(43, 60, 255) 1.91667px -0.566667px 0px;
}
.stroke2px-red{
text-shadow: rgb(255, 0, 0) 2px 0px 0px, rgb(255, 0, 0) 1.75px 0.966667px 0px, rgb(255, 0, 0) 1.08333px 1.68333px 0px, rgb(255, 0, 0) 0.133333px 2px 0px, rgb(255, 0, 0) -0.833333px 1.81667px 0px, rgb(255, 0, 0) -1.6px 1.2px 0px, rgb(255, 0, 0) -1.98333px 0.283333px 0px, rgb(255, 0, 0) -1.86667px -0.7px 0px, rgb(255, 0, 0) -1.3px -1.51667px 0px, rgb(255, 0, 0) -0.416667px -1.95px 0px, rgb(255, 0, 0) 0.566667px -1.91667px 0px, rgb(255, 0, 0) 1.41667px -1.41667px 0px, rgb(255, 0, 0) 1.91667px -0.566667px 0px;
}
.stroke2px-yel{
text-shadow: rgb(255, 250, 0) 2px 0px 0px, rgb(255, 250, 0) 1.75px 0.966667px 0px, rgb(255, 250, 0) 1.08333px 1.68333px 0px, rgb(255, 250, 0) 0.133333px 2px 0px, rgb(255, 250, 0) -0.833333px 1.81667px 0px, rgb(255, 250, 0) -1.6px 1.2px 0px, rgb(255, 250, 0) -1.98333px 0.283333px 0px, rgb(255, 250, 0) -1.86667px -0.7px 0px, rgb(255, 250, 0) -1.3px -1.51667px 0px, rgb(255, 250, 0) -0.416667px -1.95px 0px, rgb(255, 250, 0) 0.566667px -1.91667px 0px, rgb(255, 250, 0) 1.41667px -1.41667px 0px, rgb(255, 250, 0) 1.91667px -0.566667px 0px;
}
.stroke2px-grn1{
text-shadow: rgb(0, 195, 0) 2px 0px 0px, rgb(0, 195, 0) 1.75px 0.966667px 0px, rgb(0, 195, 0) 1.08333px 1.68333px 0px, rgb(0, 195, 0) 0.133333px 2px 0px, rgb(0, 195, 0) -0.833333px 1.81667px 0px, rgb(0, 195, 0) -1.6px 1.2px 0px, rgb(0, 195, 0) -1.98333px 0.283333px 0px, rgb(0, 195, 0) -1.86667px -0.7px 0px, rgb(0, 195, 0) -1.3px -1.51667px 0px, rgb(0, 195, 0) -0.416667px -1.95px 0px, rgb(0, 195, 0) 0.566667px -1.91667px 0px, rgb(0, 195, 0) 1.41667px -1.41667px 0px, rgb(0, 195, 0) 1.91667px -0.566667px 0px;
}
.stroke4px-grn1{
text-shadow: rgb(0, 195, 0) 4px 0px 0px, rgb(0, 195, 0) 3.88333px 0.983333px 0px, rgb(0, 195, 0) 3.51667px 1.91667px 0px, rgb(0, 195, 0) 2.93333px 2.73333px 0px, rgb(0, 195, 0) 2.16667px 3.36667px 0px, rgb(0, 195, 0) 1.26667px 3.8px 0px, rgb(0, 195, 0) 0.283333px 3.98333px 0px, rgb(0, 195, 0) -0.716667px 3.93333px 0px, rgb(0, 195, 0) -1.66667px 3.63333px 0px, rgb(0, 195, 0) -2.51667px 3.11667px 0px, rgb(0, 195, 0) -3.2px 2.4px 0px, rgb(0, 195, 0) -3.7px 1.53333px 0px, rgb(0, 195, 0) -3.96667px 0.566667px 0px, rgb(0, 195, 0) -3.98333px -0.433333px 0px, rgb(0, 195, 0) -3.75px -1.4px 0px, rgb(0, 195, 0) -3.28333px -2.28333px 0px, rgb(0, 195, 0) -2.61667px -3.03333px 0px, rgb(0, 195, 0) -1.78333px -3.58333px 0px, rgb(0, 195, 0) -0.85px -3.91667px 0px, rgb(0, 195, 0) 0.15px -4px 0px, rgb(0, 195, 0) 1.13333px -3.83333px 0px, rgb(0, 195, 0) 2.05px -3.43333px 0px, rgb(0, 195, 0) 2.83333px -2.81667px 0px, rgb(0, 195, 0) 3.45px -2.03333px 0px, rgb(0, 195, 0) 3.83333px -1.11667px 0px, rgb(0, 195, 0) 4px -0.133333px 0px;
}
.textShadow1{
	-moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.textShadow2{
	-moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.button-1{
	border-radius: 5px;
}
.buttonGrayNR {
	background-color: #161a1c;
	background: -webkit-gradient(linear, left top, left bottom, from(#636a6e), to(#161a1c));
	background: -webkit-linear-gradient(top, #636a6e, #161a1c);
	background: -moz-linear-gradient(top, #636a6e, #161a1c);
	background: -ms-linear-gradient(top, #636a6e, #161a1c);
	border-top: 1px solid #d6e6f0;
	background: -o-linear-gradient(top, #636a6e, #161a1c);
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	text-decoration: none;
}
.buttonGrayNR:hover {
   border-top-color: #222629;
   background: #222629;
   color: #39b6f0;
   }
.buttonGrayNR:active {
   border-top-color: #1b435e;
   background: #1b435e;
}
.buttonPurple {
	border: none;
	background: #470654;
	background: -webkit-gradient(linear, left top, left bottom, from(#ba30f0), to(#470654));
	background: -webkit-linear-gradient(top, #ba30f0, #470654);
	background: -moz-linear-gradient(top, #ba30f0, #470654);
	background: -ms-linear-gradient(top, #ba30f0, #470654);
	background: -o-linear-gradient(top, #ba30f0, #470654);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ba30f0', endColorstr='#470654');/*For IE7-8-9*/    
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
	vertical-align: middle;
}
.buttonPurple:hover {
   border-top-color: #cc6af2;
   background: #cc6af2;
   color: #ccc;
}
.boxShadow1{
	-webkit-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.75);
}
.boxShadow2{
	-webkit-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
}
.boxShadow3{
	-webkit-box-shadow: 2px 2px 3px 3px rgba(0,0,0,1);
	-moz-box-shadow: 2px 2px 3px 3px rgba(0,0,0,1);
	box-shadow: 2px 2px 3px 3px rgba(0,0,0,1);
}
.c{
	-webkit-box-shadow: 2px 2px 3px 3px rgba(0,0,0,1);
	-moz-box-shadow: 2px 2px 3px 3px rgba(0,0,0,1);
	box-shadow: 5px 5px 10px 0px #000000,
	0px 0px 10px 0px #000000 inset;
}
.boxShadow1-insetRed{
	-webkit-box-shadow: 2px 2px 3px 3px rgba(FF,00,00,1);
	-moz-box-shadow: 2px 2px 3px 3px rgba(FF,00,00,1),
	2px 2px 3px 3px rgba(FF,00,00,1) inset;
	box-shadow: 0px 0px 10px 0px #FF0000 inset;
}
.gradient-1-gray{
background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}
.gradient-2{
	background: rgb(227,203,129); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzY2I4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzZiNmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(227,203,129,1) 0%, rgba(147,107,110,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,203,129,1)), color-stop(100%,rgba(147,107,110,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(227,203,129,1) 0%,rgba(147,107,110,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(227,203,129,1) 0%,rgba(147,107,110,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(227,203,129,1) 0%,rgba(147,107,110,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(227,203,129,1) 0%,rgba(147,107,110,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3cb81', endColorstr='#936b6e',GradientType=0 ); /* IE6-8 */
}
.zoomImgLS17{
	z-index: auto;
	-webkit-transform: scale(1.0); /*Webkit: Scale down image to 0.8x original size*/;
	-moz-transform: scale(1.0); /*Mozilla scale version*/;
	-o-transform: scale(1.0); /*Opera scale version*/;
	-webkit-transition: all 1.0s; /*Webkit: Animation duration*/;
	-moz-transition: all 1.0s; /*Mozilla duration version*/;
	-o-transition: all 1.0s; /*Opera duration version*/;
}
.zoomImgLS17:hover{
	z-index: 30;
	-moz-transform: translate(-140px, 40px) scale(1.7);	
	-webkit-transform: translate(-140px, 40px) scale(1.7);	
	-o-transform: translate(-140px, 40px) scale(1.7);
	transform: translate(-140px, 40px) scale(1.7);	
	/*box-shadow: 3px 3px 5px 3px #000000;*/
	transition: all 1.0s ease-in-out 0s;	
}
.zoomImgLS22{
	-webkit-transform: scale(1.0); /*Webkit: Scale down image to 0.8x original size*/;
	-moz-transform: scale(1.0); /*Mozilla scale version*/;
	-o-transform: scale(1.0); /*Opera scale version*/;
	-webkit-transition: all 1.0s; /*Webkit: Animation duration*/;
	-moz-transition: all 1.0s; /*Mozilla duration version*/;
	-o-transition: all 1.0s; /*Opera duration version*/;
}
.zoomImgLS22:hover{
	z-index: 30;
	-moz-transform: translate(-165px, 40px) scale(2.2);	
	-webkit-transform: translate(-165px, 40px) scale(2.2);	
	-o-transform: translate(-165px, 40px) scale(2.2);
	transform: translate(-165px, 40px) scale(2.2);	
	box-shadow: 3px 3px 5px 3px #000000;
	transition: all 1.0s ease-in-out 0s;	
}
.zoomImgInplaceUp{
	-webkit-transform: scale(1.0); /*Webkit: Scale down image to 0.8x original size*/;
	-moz-transform: scale(1.0); /*Mozilla scale version*/;
	-o-transform: scale(1.0); /*Opera scale version*/;
	-webkit-transition: all 1.0s; /*Webkit: Animation duration*/;
	-moz-transition: all 1.0s; /*Mozilla duration version*/;
	-o-transition: all 1.0s; /*Opera duration version*/;
}
.zoomImgInplaceUp:hover{
	z-index: 50;
	-moz-transform: translate(-30px, -70px) scale(2.0);	
	-webkit-transform: translate(-30px, -70px) scale(2.0);	
	-o-transform: translate(-30px, -70px) scale(2.0);
	transform: translate(-30px, -70px) scale(2.0);	
	box-shadow: 3px 3px 5px 3px #000000;
	transition: all 1.0s ease-in-out 0s;	
}
.zoomImgInplace{
	-webkit-transform: scale(1.0); /*Webkit: Scale down image to 0.8x original size*/;
	-moz-transform: scale(1.0); /*Mozilla scale version*/;
	-o-transform: scale(1.0); /*Opera scale version*/;
	-webkit-transition: all 1.0s; /*Webkit: Animation duration*/;
	-moz-transition: all 1.0s; /*Mozilla duration version*/;
	-o-transition: all 1.0s; /*Opera duration version*/;
}
.zoomImgInplace:hover{
	z-index: 50;
	-moz-transform: translate(-30px, -30px) scale(2.0);	
	-webkit-transform: translate(-30px, -30px) scale(2.0);	
	-o-transform: translate(-30px, -30px) scale(2.0);
	transform: translate(-30px, -30px) scale(2.0);	
	box-shadow: 3px 3px 5px 3px #000000;
	transition: all 1.0s ease-in-out 0s;	
}
.gliderImgBigDwnRgt{
	-webkit-transform: scale(1.0); /*Webkit: Scale down image to 0.8x original size*/;
	-o-transform: scale(1.0); /*Opera scale version*/;
	-webkit-transition: all 1.0s; /*Webkit: Animation duration*/;
	-moz-transition: all 1.0s; /*Mozilla duration version*/;
	-o-transition: all 1.0s; /*Opera duration version*/;
	transform: scale(1.0); 
}
.gliderImgBigDwnRgt:hover{
	z-index: 30;
	-webkit-transform: translate(45px, 50px) scale(2);	
	-o-transform: translate(45px, 50px) scale(2);	
	transform: translate(100px, 10px) scale(2);	
}
.gliderImgBigDwnLeft{
	-webkit-transform: scale(1.0); /*Webkit: Scale down image to 0.8x original size*/;
	-o-transform: scale(1.0); /*Opera scale version*/;
	-webkit-transition: all 1.0s; /*Webkit: Animation duration*/;
	transition: all 1.0s;
	-o-transition: all 1.0s; /*Opera duration version*/;
	transform: scale(1.0);
}
.gliderImgBigDwnLeft:hover{
	z-index: 30;
	-moz-transform: translate(-200px, 10px) scale(2);	
	-webkit-transform: translate(-45px, 50px) scale(2);	
	-o-transform: translate(-45px, 50px) scale(2);	
	transform: translate(-100px, 10px) scale(2);	
}
.gliderImgBigDwnCenter{
	-webkit-transform: scale(1.0); /*Webkit: Scale down image to 0.8x original size*/;
	-o-transform: scale(1.0); /*Opera scale version*/;
	transform: scale(1.0); /*Mozilla scale version*/;
	-webkit-transition: all 1.0s; /*Webkit: Animation duration*/;
	-o-transition: all 1.0s; /*Opera duration version*/;
	transition: all 1.0s; 
}
.gliderImgBigDwnCenter:hover{
	z-index: 30;
	-moz-transform: scale(1.75);	
	-webkit-transform: scale(1.75);	
	-o-transform: scale(1.75);	
	transform: scale(1.75);	
}
#rightstrip #section::after{
	content: " ";
	display: block;
	background: #DF7000;
	height: 2px;
	width: 60%;
	margin: 2px auto 2px auto;
}​
