/* RESET ALL GLOBALS */

ol, ul, li, fieldset, form, label, legend, h1, h2, h3, h4, h5, h6, p, div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: Verdana, Arial, sans-serif;
    vertical-align: baseline;
    background: transparent;
    color: #FFFFFF;
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
}

html,
body {
	min-height: 100%;
}

body {
	background: #FFFFFF;
	padding: 0;
	margin: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 13px;
    line-height: 18px;
    font-family: Verdana, Arial, sans-serif;	
}
        		
.body-gradient {
	background-color: #FFFFFF !important;    			
	
}			

.page-bg {
	background-color: #FFFFFF;    			
}
        		
.page_bg_color {
	color: #FFFFFF;
}

.page_txt_color {
	color: #0860A8;
}


em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a, .media_type_select {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter: alpha(opacity=70);-moz-opacity: 0.7;-khtml-opacity: 0.7;opacity: 0.7;
}

p {
	vertical-align: top;
	font-size: 13px important!;
	line-height: 18px important!;
	margin: 10px 0 0 0;
}

p:first-child {
	margin: 0;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
}

h4 {
	font-size: 13px;
	line-height: 17px;
}

table {
	border-spacing: 0;
}

hr {
	height: 0;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 0;
}

hr.dashed {
	border-bottom: 1px dashed #FFFFFF;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Layout -
----------------------------------------------*/

#wrapper {
	min-height: 100%;
	width: 100%;
}
    		
#page {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 800px;
}

#header {
	overflow: hidden;
	padding: 40px 0 0;
	position: relative;
}

#main {
	background: #0860A8;
	border: 4px solid #0860A8;
	margin-bottom: 15px;
    margin-top: 50px;
	float: left;
}

#content {
	padding: 20px;
	width: 752px;
	float: left;
}

#footer {
	padding: 20px 0 4px;
	position: absolute;
	bottom: 0; left: 0;
	z-index: 1;
	width: 100%;

}


/* Header -
----------------------------------------------*/

#flash-site {
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	position: absolute;
	top: 14px; right: 0;
	text-transform: uppercase;
	color: #0860A8;
}

#flash-site a {
	text-decoration: none;
	color: #0860A8;
}

#banner {
	border: 4px solid #0860A8;
	color: #FFFFFF;
	background-color: #0860A8;
}
#banner a {
	text-decoration: none;
}

#banner a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1; }

.banner-img {
	background-color: #FFFFFF;
	color: #0860A8;
}

#banner img {
	display: block;
	margin: 0 auto;
	border: 0;
}

#banner .small-image {
	background: #FFFFFF;
	padding: 6px 0;
}
#banner h1, #banner h1.big {
	font-size: 60px;
	line-height: 1em;
	padding: 20px;
	color: #FFFFFF;
}

#banner h1.medium {
	font-size: 45px;
	line-height: 1em;
	padding: 20px;
}

#banner h1.medium2 {
	font-size: 35px;
	line-height: 1em;
	padding: 20px;
}

#banner h1.small {
	font-size: 25px;
	line-height: 1em;
	padding: 20px;
}

/* Footer -
----------------------------------------------*/

#site-footer {
	position: relative;
	left: 0;
	width: 100%;
}

#site-info {
	font-size: 11px;
	line-height: 30px;	
	text-align: center;
	color: #0860A8;
}

/* Highlight 80% Opacity */
#site-info {
	background: rgb(255,255,255);
	background: rgba(255,255,255,1);
}

.site-info-opacity {
	background: rgb(255,255,255);
	background: rgba(255,255,255,.8) !important;
}
		
#site-info a { font-weight: normal; text-decoration: none; color: #0860A8; }
#site-info a:hover { text-decoration: underline; }

.credits {
	font-style: italic;
	font-weight: bold;
}

.social-icon-on-white {
    background-color: #0860A8;
}

#social_links { text-align: center; }
		
#social_links .social-link img {
	margin: 0 0 10px 10px;
	border: 0;
}
		
#social_links .social-link-first img {
	margin-left: 0 !important;
}


/* Pages -
----------------------------------------------*/

.left-col {
	border-right: 1px solid #FFFFFF;
	float: left;
	padding: 0 20px 0 0;
	width: 472px;
}

.sidebar {
	border-left: 1px solid #FFFFFF;
	float: right;
	margin-left: -1px;
	padding: 0 0 0 20px;
	text-align: center;
	width: 239px;
}

.sidebar p {
	font-size: 12px;
}

.sidebar ul {
	list-style-type: none;
}

.sidebar ul li {
	border-top: 1px solid #FFFFFF;
	padding-bottom: 30px;
}

.sidebar ul li:first-child {
	border: 0 none;
}

.sidebar img {
	border: 0;
}

.right-col {
	float:left;
}

/*.left-col,
.right-col {
	float: left;
	overflow: hidden;
}*/

.left-col {
	border-right: 1px solid #FFFFFF;
}
.right-col {
	border-left: 1px solid #FFFFFF;
	margin-left: -1px;
	padding-left: 1px;
}

.pdf {
	padding-top: 30px;
	text-align: center;
}

.pdf img { border: none; }

.caption-top {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #FFFFFF;
}

.caption-bottom {
	font-size: 12px;
	font-style: italic;
	margin: 20px 0 0;
	overflow: none;
	padding: 12px 0 0 0;
	border-top: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	clear: left;
}

.caption-top a {
	float: left;
}

a.back_link {
	font-weight: bold;
}

/* Home -
----------------------------------------------*/

#home_image {
	margin: 0 0 20px;
}
#content.home p,
#home_image img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#content.home img {
	border: 4px solid #FFFFFF;
}


/* Buttons -
----------------------------------------------*/

.button {

	cursor: pointer;
	text-align: right;
	display: block;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 26px;
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	border: none;
	white-space: nowrap;
}

.buttons span {
	float: right;
	line-height: 25px;
}

.button .arrow_left, .button .arrow_right {
	float: right;
	margin: 2px 8px 0;
}

.button .arrow_down {
	float: right;
	margin: 4px 7px 0;
}

.button .arrow_up {
	float: right;
	margin: 2px 12px 0;
}

.prev-button {
	float: left;
	text-align: right;
	margin: 0 0 0 15px;
}

.prev-button .arrow_left {
	float: left;
	margin: 2px 0 0 4px;
}

.next-button {
	float: right;
	text-align: left;
	margin: 0 0 0 15px;
}

.front-layer-button {
	position: relative;
	z-index: 99;
	padding-top: 4px;
}

/* Forms -
----------------------------------------------*/

label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 4px 0;
}

.sub-label {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}

.multi-choice-label {
	margin: 15px 0 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.radio-input {
	clear: both;
	display: block;
	float: left;
	margin: 15px 10px 0 0;
}

.radio-label {
	float: left;
	font-weight: normal;
	margin: 12px 0 0 0;
	font-size: 13px;
	line-height: 18px;
}

.radio-options {
	overflow: hidden;
	margin: 0 0 7px;
}

.text-input {
	display: block;
	text-align: left;
	font-size: 13px;
	padding: 3px 2px;
	margin: 0 0 15px;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 2px;
	-webkit-appearance: none;
}

textarea {
	display: block;
	height: 72px;
	text-align: left;
	font-size: 14px;
	padding: 3px;
	margin: 0 0 10px;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 2px;
	-webkit-appearance: none;
    resize: vertical;
}


/* Listing Page -
----------------------------------------------*/

.list-page {
	width: 100%;
}

.listing {
	margin: 0 0 30px 0;
	overflow: hidden;
	width: 100%;
}

/*.listing:first-child {
	margin: 0;
}*/

.headline {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: top;
	margin-bottom: 6px;
}

.headline a {
	text-decoration: none;
}

.headline,
.description {
	display: inline;
	float: left;
}
.description p,
.excerpt p {
	font-size: 13px;
	line-height: 18px;
}


.listing .button {
	float: right;
/*	clear: none;
	position: relative;
	z-index: 1;*/
}

.list-page h1 {
	clear: both;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}

.list-page h2 {
	clear: both;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

hr.listing-divider {
	clear: both;
	margin: 20px 0;
	width: 100%;
}


/* About -
----------------------------------------------*/

.bio-img img {
	margin: 0 auto 3pt auto;
}

.border-image {
	border: 1px solid #FFFFFF !important;
	display: block;
}

.row-box-inner-left {
	float: left;
	width: 50%;
	margin: 0 0 0 -15px;
}

.pdf-icon {
	background: url(https://dk99v5eq3e8az.cloudfront.net/anthonytriplett.com/images/templates/iphone1/icon_pdf_ip4.png) 0 0 no-repeat;
	background-size: 100%;
	display: block;
	height: 83px;
	margin: 0 auto;
	width: 71px;
	border: 0;
}

.row-box-inner-right {
	float: right;
	width: 130px;
}

.download {
	float: right;
}


/* Bio -
----------------------------------------------*/

#bio {
	padding: 15px;
}


/* Contact Page -
----------------------------------------------*/


#contact-submit {
	clear: both;
	float: right;
	margin: 0;
}

#contact .left-col {
	width: 375px;
}

#contact .right-col {
	width: 200px;
}

.required-caption {
	float: left;
	font-size: 8px;
	margin: -2px 0 0;
}

.contact-box {
	float: left;
}

.left-col .contact-box {
	padding-right: 20px;
}
.right-col .contact-box {
	padding-left: 19px;
	width: 335px;
}
.contact-caption {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 15px;
}
.contact-box a {
	text-decoration: none;
}

.contact-box p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.spambot-catcher {
	clear: both;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}

.catcher-img {
	float: left;
}

.catcher-text {
	float: right;
}

.catcher-text p {
	width: 225px;
}

.contact-box .text-input, .contact-box textarea {
	width: 100%;
}

.contact-box .spam-input {
	clear: left;
	display: block;
	float: left;
	width: 94px;
}
#contact-submit {
	clear: both;
}


/* Credits -
----------------------------------------------*/

.credit-listing {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}

.credit-table {
	font-size: 15px;
	line-height: 18px;
	width: 100%;
}

.credit-details {
	width: 100%;
	vertical-align: top;
}

.credit-details table {
	table-layout: fixed;
	width: 100%;
}

.credit-details td {
	padding: 0 0 12px;
	word-wrap: break-word;
}

td.credit-type {
	font-size: 13px;
	font-weight: bold;
}

td.credit-button, td.credit-type {
	padding: 0;
}

.credit-details .credit-web {
	font-style: italic;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding: 0;
}

.credit-table .buy-track{
	float: none;
	margin: 15px 0;
}

/* FAQ -
----------------------------------------------*/

#faq-label {
	margin: 0 0 15px;
}

.faq-question {
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	vertical-align: top;
}


/* Gallery (Single) Page -
----------------------------------------------*/

.gallery-listing {
	overflow: hidden;
}

.gallery-buttons {
	float: right;
	width: 138px;
}
.gallery-headline,
.gallery-desc {
	float: left;
	width: 604px;
}

#gallery-single {
	overflow: hidden;
}

.gallery-row {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.gallery-row:last-child {
	margin-bottom: 0;
}

.img-box {
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin-left: 60px;
	overflow: hidden;
	width: 143px;
}
.img-box:first-child {
	margin-left: 0;
}
.img-box img {
	border: 1px solid #FFFFFF;	
	display: block;
}
.img-box a {
	display: block;
	text-decoration: none;
}

.img-box:last-child img {
	margin-left: 2px;
}

.gallery-caption {
	font-style: italic;
	min-height: 30px;
	padding-top: 5px;
	/*position: relative;*/
	text-align: center;
}
#next-prev-nav {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}
#next-prev-nav a {
	display: block;
	float: left;
	margin-left: 16px;
	font-weight: bold;
}


/* Guestbook -
----------------------------------------------*/

.guestbook-listing {}
.guestbook-headline {
	display: block;
	float: none;
}
.guestbook-email {
	font-style: italic;
	margin-bottom: 7px;
	vertical-align: top;
}
.guestbook-email a {
	text-decoration: none;
}


/* Links -
----------------------------------------------*/

.link {}
.link-buttons {
	float: right;
	width: 134px;
}
.link-headline,
.link-desc {
	float: left;
	width: 604px;
}


/* Listen -
----------------------------------------------*/

#listen {
	padding: 10px;
	/*position: relative;*/
	width: 772px;
	float: left;
}

.track-listing {
	margin: 10px 0 0;
	padding: 10px;
	width: 752px;
	float: left;
}

.showcase .track-listing {
	float: left;
	width: 227px;
	min-height: 20px;
	margin: 0;
	padding: 0;
}

.track-listing:first-child {
	margin: 0;
}
.album-name {
	border-left: 1px solid #FFFFFF;
	font-weight: normal;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
.track-buttons {
	float: right;
	width: 138px;
}
.track-buttons .button {
	clear: both;
	line-height: 1em;
	margin-top: 8px;
}
.track-headline,
.track-desc {
	float: left;
	width: 614px;
}

#jquery_jplayer {
	position: absolute;
	z-index: -1000;
}

.jp-pause, .jp-play,
.playing .launch-track,
.read-less {
	display: none;
}

.playing .jp-pause {
	display: block;
}

.jp-play {
	display: block;
}

.track-wrapper {
	margin-top: -5px;
//	overflow: hidden;
}

.jp-flash-player {
	position: absolute;
	margin: -132px 0 0 1px;
	z-index: 20;
	display: block;
}

.showcase .track-wrapper {
	float: left;
	padding: 0 10px 10px 10px;
}

.track-player {
	clear: both;
	display: none;
	float: left;
	margin-top: 20px;
	position: relative;
	width: 650px;
}

.showcase .track-player {
	width: 207px;
}

.showcase .track-buttons {
	float: left;
}

.playing .track-player, .reading .track-player {
	display: block;
}

.track-player img {
	display: block;
	margin-right: 10px;
}
.track-player td {
	padding: 0;
	vertical-align: bottom;
}	
.player-wrapper {
	width: 100%;
}
.player-box {
	overflow: hidden;
	width: 100%;
}
.filler {
	font-size: 1px;
	width: 0;
}

.playing .track-bg, .reading .track-bg {
	display: block;
}

.playing, .reading {
	background-color: rgba(255,255,255,0.3);
}

.audio-box {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
}

.audio-progress-bar-bg {
	background: #0860A8;
	width: 100%;
	height: 20px;
}

.audio-progress-bar {
	clear: both;
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 0 5px;
	z-index: 15;
}

.audio-play-bar {
	clear: both;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	z-index: 20;
}

.audio-times {
	clear: both;
	overflow: hidden;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
}

.audio-duration {
	float: right;
}

.audio-current-time {
	float: left;
}



 News -
----------------------------------------------*/

.news-story {}
.news-date {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 2px solid #FFFFFF;
}
.news-buttons {
	float: right;
	width: 134px;
}

.news-buttons .button {
	line-height: 20px;
}

.news-headline,
.news-excerpt {
	float: left;
	width: 610px;
}


/* Notepad -
----------------------------------------------*/

#notepads {
	height: 100%;
}
.notepad {
	clear: both;
	margin: 7px 0 0;
}

.notepad-buttons {
	float: right;
	width: 134px;
}
.notepad-headline {
	float: left;
	width: 618px;
	margin-bottom: 15px;
}

/* Press -
----------------------------------------------*/

.press-story {}
.press-buttons {
	float: right;
	width: 130px;
}
.press-headline,
.press-excerpt {
	float: left;
	width: 622px;
}


/* RSS -
----------------------------------------------*/

#rss .left-col {
	width: 290px;
}
#rss .right-col {
	width: 440px;
}

.left-col .rss-wrapper {
	padding-right: 20px;
}
.right-col .rss-wrapper {
	padding-left: 19px;
}
.rss-listing,
.podcast-listing {
	overflow: hidden;
	text-align: left;
	margin-top: 30px;
}
.rss-listing:first-child, .podcast-listing:first-child {
	margin-top: 0;
}

.rss-desc {
	font-size: 13px;
	line-height: 18px;
	margin: 15px 0 0;
}

.rss-desc p {
	font-size: 13px;
	line-height: 18px;
}

.rss-buttons {
	margin: 10px 0 0;
}

.rss-buttons img {
	vertical-align: top;
	margin-top: 10px;
	border: 0;
}

.direct-url {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
}

.direct-url a {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}


/*  Showcase Page -
----------------------------------------------*/

.showcase { 
	float: left; 
}

.showcase img {
	border: 1px solid #FFFFFF;
	display: block;
	margin-bottom: 6px;
}
.showcase-left {
	float: left;
}
.showcase-right {
	float: left;
	width: 493px;
	margin-left: 20px;
}
.showcase .headline {
	display: block;
	float: none;
	line-height: 1em;
	margin-bottom: 15px;
}
.showcase-desc {
	display: block;
	float: left;
}

.showcase-buttons {
	margin-top: 0;
	float: left;
}

.showcase-buttons .button {
	float: left;
	line-height: 14px;
	margin-top: 4px;
	clear: both;
}

.playing .showcase-buttons  {
	padding-left: 10px;
}

.showcase .track-listing.playing {
	margin-top: 10px;
}

// Shows/Itinerary -
----------------------------------------------*/

.show-listing {}
.show-wrapper {
	width: 100%:
}

.show-headline {
	margin-bottom: 2px;
}
.show-date {
	clear: left;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}

.show-time-divider {
	margin: 0 6px 0 4px;
}

.show-location {
	clear: left;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}
.show-buttons {
	float: right;
	width: 218px;
}

.show-buttons .button {
	line-height: 20px;
}

.show-buttons-detail {
	clear: left;
	float: right;
	margin-top: 10px;
}

.show-buttons span {
	line-height: 20px !important;
}

.show-desc {
	margin-top: 15px;
	width: 100%;
	float: left;
}

.show-listing-item {
	clear: left;
	float: left;
	width: 518px;
}

.show-detail-container {
	width: 100%;
	float: left;
}

/* Slideshow -
----------------------------------------------*/

#slideshow-wrapper {
	width: 100%;
}

#slideshow {
	margin: 0 auto;
	position: relative;
	width: 525px;
}

#slideshow-inner-wrapper {
	position: relative;
}

#slideshow-img {
	min-height: 394px;
	min-width: 525px;
}

#slideshow-img img {
	border: 1px solid #FFFFFF;
	display: block;
	position: absolute;
}

.slide-button span {
	display: none;
}

#prev-img, #next-img {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	margin-top: -12px;
	text-decoration: none;
	top: 50%;
	width: 50px;
}

#prev-img {
	left: -34px;
}
#next-img {
	right: -30px;
	text-align: right;
}
#prev-img .arrow_left, #next-img .arrow_right {
	float: left;
	margin-top: 2px;
}
#next-img .arrow_right {
	float: right;
}

#slideshow-wrapper p {
	text-align: center;
	margin: 0;
}

#slideshow-wrapper a {
	text-decoration: none;
}

#slide-caption {
	font-size: 13px;
	font-style: italic;
	min-height: 13px;
	margin: 20px 0 0 0;
	text-align: center;
}


/* Survey -
----------------------------------------------*/

#survey .left-col {
	width: 455px !important;
}

#survey .right-col {
	padding-left: 20px;
	width: 255px;
}

.left-col .survey-box {
	padding-right: 20px;
}

.right-col .survey-box {
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
hr.survey-divider {
	clear: both;
	margin: 0 0 20px;
	width: 100%;
}
#survey .sub-label {
	clear: both;
}
#survey-submit {
	float: left;
	margin: 20px 0 0;
	text-align: left;
	white-space: nowrap;
}
#survey .multi-choice-label {
	font-size: 15px;
	line-height: 19px;
}

#results {
	margin-top: 16px;
	width: 100%;
}

.result {
	text-align: left;
	margin-top: 20px;
	width: 100%;
}

.result:first-child {
	margin-top: 0;
}

.result-title {
	font-size: 12px;
	margin: 0 0 4px;
}

.result-graph-wrapper {
	width: 100%;
	height: 20px;
	line-height: 20px;
	background-color: rgba(255,255,255,0.2);
}

.result-graph-inner {
	float: left;
	height: 100%;
	background: #FFFFFF;
}

.result .sub-label {
	text-align: right;
	margin: 4px 0 0;
}


/* Textblock -
----------------------------------------------*/

#textblock h2 {
	margin-bottom: 15px;
}

/* Arrows -
----------------------------------------------*/

.arrow {
    width: 8px;
    height: 19px;
    background: #FFFFFF;
    position: absolute;
}

.arrow_left .top_piece {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 8px 0 0 0;
}

.arrow_left .bottom_piece {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow_left { float: left; position: relative; margin-left: 2px; }

.arrow_right .top_piece {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.arrow_right .bottom_piece {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 8px 0 0 0;
}

.arrow_right { float: right; position: relative; margin-right: 4px; }

.arrow_up .left_piece {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 0 0 8px;
}

.arrow_up .right_piece {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow_up {  position: relative; }

.arrow_down .left_piece {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.arrow_down .right_piece {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 0 0 8px;
}

.arrow_down { position: relative; }

#dir_par
{
  height: 100px;
  width: 310px;
  text-align: left;
  padding-right: 3px;
  overflow: auto;
  display: block;
}

#directions a {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}

#directions a:hover { 
	cursor: pointer;
}

#directions h2 {
	padding: 0 0 3px 0;
	margin: 0;
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#direction_html {
	text-align:left;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	margin:0;
	padding:15px;
}
	
#direction_html h5 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0 0 5px 0;
}

#horizontal_line_html {
	background-color:#FFFFFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;
	font: normal 1px/1px arial;
	height:1px; 
	padding:0;
	margin:20px 0 20px 0;
}

#shadowbox_body_inner {
	height: auto !important;
}

.front-container { 
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	min-height: 545px; 
	max-height: 750px;
	z-index: -1;
}

.front-bg {
	position: fixed;
	width: 200%;
	height: 200%;
}

.front-bg img {
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.front-bg .front-image { display: block; }
			
