/* iosVR CSS for v2.9 */

/* BODY  background is the colour of the background and the font the main area will use */

body {
	padding: 0;
	margin: 0;
	background:#010101;
	font-family: Helvetica, sans-serif ;
	height:480px;
	text-align: center;
}

#splash {
	top:0px;
	left:0px;
	width:100%;
	bottom:0px;
	display:block;
	position: fixed;
	z-index: 10000;
	background-color: black;
	background-image: url(images/splash_iphone.jpg);
	background-position: top;
	background-repeat: no-repeat;
}



/* This is for your LOGO do not touch this */
#logo {
	position: fixed;
	z-index: 1;
	opacity:0.8;
}

/* Use this if you want a second logo in the bottom left corner */
#logobottomleft {
	position: fixed;
	z-index: 1;
	opacity:0.5;
	
}

/* ARROW UP/DOWN Text Field*/
#arrowupdown {
	position: absolute;
	z-index: 50;
	opacity:0.7;
	top:0px;
	left:0px;

}

/* This code is for your LOGO - how far away from the border it sits bl (Bottm Left) br (Bottom Right) etc  DONT user tl 'Top Left' because thats where the Share and Audio buttons slide out */
.tl {
	top:50px;
	left:0px;	
}
.tr {
	top:50px;
	right:4px;	
}
.bl {
	bottom:50px;
	left:5px;	
}
.br {
	bottom:50px;
	right:0px;	
}


/* The text decoration is for the colour of any URL active links, we have set this to Off White color: #f2f2f2;*/
a {
    text-decoration: none;
    color: #f3f3f3;


    font-weight: bold;
}
/* HEADER FOOTER GLASS LOOK BG.PNG This is a SPECIAL Image Header and Footer code - you will find a bg.png in your images folder which is a image file created in Photoshop, this here code can be used to create a cool glass like header footer bar, instead of the standard Header Footer below which is a gradient value code. - To try this out just Un Comment this code and Comment out the Header Footer code below.*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	background: url(images/bg.png) repeat-x center top;
	opacity:1;
	z-index: 100;
}


/* This is for the footer buttons and text that apears underneath the menu icons*/			
#footer {
	position: fixed;
	bottom: 0px;
	width:100%;
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	overflow:hidden;
	background-position: center bottom;
	background: url(images/bg.png) repeat-x center top;
	opacity:1;
	z-index: 100;
}

/* DONT Touch this panowrapper and media screen have been set already*/
#panowrapper {
position: fixed;
top:0px;
left:0px;
height:100%;
width:100%;
overflow:hidden;
margin: 0 auto;
}

/* Modal is the loading screen size*/

#modal {
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	margin: auto;
	width: 320px;
	height: 350px;
	z-index: 100;
	display: none;
	font-size:12px;
	text-align: center;
	opacity:1;
	color:#f3f3f3;
	background-color: black;
	background-image: url('images/iphone_loader.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#iphoneLandscapeLoadError {
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	margin: auto;
	width: 480px;
	height: 200px;
	z-index: 20000;
	display: none;
	font-size:20px;
	text-align: center;
	opacity:0.5;
	color:#988e8e;
	background-color: black;
}
	
/* iPhone < 5: */
@media screen and (device-height:480px) and (orientation:portrait) {
	#panowrapper{
		z-index: 1;
	}	
}

@media screen and (device-height:480px) and (orientation:landscape) {
	#panowrapper{
		z-index: 9999;
		}	
}


/* iPhone 5: */
@media screen and (device-height: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	body{
		height:568px;
	}
	#panowrapper{
		z-index: 1;
	}
}


@media screen and (device-height: 568px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	#panowrapper{
		z-index: 9999;
	}
}

/* iPad: */
@media screen and (device-height:1024px) and (orientation:portrait) {
	body {
		height:1024px;
	}
	#panowrapper{
		z-index: 1;
	}
	#splash {
		background-image: url(images/splash_ipad.jpg);
	}

	
	#modal h5 {
		font-size: 10px;
		margin-top:-10px;
	}
	
	#modal {
		background-image: url('images/ipad_loader.gif');
	}

}

@media screen and (device-height:768px) and (orientation:landscape) {
	body {
		height:768px;
	}
	#panowrapper{
		z-index: 1;
	}
	#splash {
		background-image: url(images/splash_ipad.jpg);
	}

	#modal {
		background-image: url('images/ipad_loader.gif');
	}
	
	#modal h5 {
		font-size: 10px;
		margin-top:-10px;
	}


}

@-webkit-keyframes grayPulse {
from { opacity: 1;}
50% { opacity: 0.4;}
to { opacity: 1;}
}


/* Don't touch this */		
#content {
  width: 100% ;
  z-index: 50;
  
}


/* This is for the title that apears top right of interface DONT use Arial*/		
.title {
	float: right;
	color: #f3f3f3;
	margin-right: 10px;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    max-height: 50px;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -2px 0;
}

.title img{
	width:75px;
	height:40px;
	vertical-align: middle;
	padding: 5px;
	display: none;
}

#subtitle {
	position: absolute;
	top: 5px;
	right:10px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
}	




/* FOOTER MENU ICONS - Width 640px is perfect for 5 menu buttons on each page - if you want more buttons just increase the width, if less buttons decrease the width*/
#menu {
	width:100%;
	height:100%;
	position: relative;
	float: left;
}
/* Menu Button Width - set the width including the free space for your menu icons here*/
#menu * {
	padding: 15px 5px 0 5px;
	position: relative;
	float: left;
	width: 70px; /*adjust this value to change the width of your buttons */
	color: #8e8e8e;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 32px;
	-webkit-border-radius: 7px;
}

/* FOOTER MENU ICONS This is for the footer menu buttons, note they are in this folder (images/viewpano.png)  you can change the images to your own but have to make them the same size and format*/
#b_view {
	background-image: url(menubuttons/viewpano@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
	
}

#b_gyro {
	background-image: url(menubuttons/gyro1@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

#b_change {
	background-image: url(menubuttons/changeview@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

#b_rotate {
	background-image: url(menubuttons/rotate@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

#b_info {
	background-image: url(menubuttons/info@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

#b_help {
	background-image: url(menubuttons/help@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

#b_photo {
	background-image: url(menubuttons/photos@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
	
}

#b_map {
	background-image: url(menubuttons/map@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

#b_contact {
	background-image: url(menubuttons/contact@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

#b_video {
	background-image: url(menubuttons/video@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

#b_twitter {
	background-image: url(menubuttons/twitter@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

/* EXTERNAL URL LINK FOR DOWNLOADING DOCUMENT or pointibg to a URL*/
#b_urllink {
	background-image: url(menubuttons/website@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

#b_more{
	background-image: url(menubuttons/more@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

/* Menu icon for launching Email*/
#b_email {
	background-image: url(menubuttons/mail@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}


/* Menu icon for Phone Call*/
#b_phone {
	background-image: url(menubuttons/phone@2x.png);
	background-size: 32px 32px;
	background-position: top;
	background-repeat: no-repeat;
}

/* Menu Button ACTIVE - use this to control the menu button active indicator*/
.selected {
	color: white;
	background-color:rgba(255,255,255,0.1);	
	-webkit-box-shadow: inset 0 0 3px 3px #2a2a2a;
}
}

.notselected{
	color: #bbb;
}


#novideo {
	position: absolute;
	top:150px;
	width:300px;
	height:30px;
	text-align:center;
}

#videoplayer {
	position: absolute;
	top:150px;
	left:10px;
}

#videolist {
	width:300px;
	margin:10px 0 5px 0;
}

select {
   border: 1px solid #555;
   padding: 0.5em;
   font-size: 15px;
   line-height: 1em;
   width: 80%;
   background: #fff;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   -webkit-appearance: none;
   -webkit-box-shadow: 1px 1px 1px #fff;
   -webkit-border-radius: 0.5em;
 }


#main {
	position: absolute;
	height: 100%;
	width: 320px;
	top: 45px;
	left:-480px;
	opacity:1;
	overflow: hidden;
	font-family: Helvetica;
	font-weight: regular;
	font-size: 17px;
	color: white;
	-webkit-transform: translateX(0px);
	-webkit-transition-property: -webkit-transform;
  	-webkit-transition-duration: 0.5s;		
}

#info {
	position: fixed;
	bottom:45px;
	width: 320px;
	top: 44px;
	left:-480px;
	opacity:1;
	overflow: hidden;
	font-family: Georgia;
	font-weight: regular;
	font-size: 17px;
	color: white;
	-webkit-transform: translateX(0px);
	-webkit-transition-property: -webkit-transform;
  	-webkit-transition-duration: 0.5s;		
}

#map {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50px;
	left:-1025px;
	opacity:1;
	overflow: hidden;
	z-index: 2;
	-webkit-transform: translateX(0px);
	-webkit-transition-property: -webkit-transform;
  	-webkit-transition-duration: 0.5s;		
}		

#twitter {
	position: absolute;
	display: table;
	height: 100%;
	width: 320px;
	top:45px;
	left:-480px;
	opacity:0.8;
	overflow: hidden;
	font-family: Helvetica;
	font-weight: regular;
	font-size: 17px;
	color: white;
	-webkit-transform: translateX(0px);
	-webkit-transition-property: -webkit-transform;
  	-webkit-transition-duration: 0.5s;		
}

#twitterscroll {
	padding: 0 10px 0 5px;
	position: relative;
	display: table-cell;
	vertical-align: top;	
}


#contact {
	position: absolute;
	height: 100%;
	width: 320px;
	top: 45px;
	left:-480px;
	opacity:0.9;
	overflow: hidden;
	font-family: Helvetica;
	font-weight: regular;
	font-size: 16px;
	color: #f3f3f3;
	-webkit-transform: translateX(0px);
	-webkit-transition-property: -webkit-transform;
  	-webkit-transition-duration: 0.5s;		
}

#help {
	position: absolute;
	height: 100%;
	width: 320px;
	top: 45px;
	left:-480px;
	opacity:0.9;
	overflow: hidden;
	font-family: Helvetica;
	font-weight: regular;
	font-size: 16px;
	color: #f3f3f3;
	-webkit-transform: translateX(0px);
	-webkit-transition-property: -webkit-transform;
  	-webkit-transition-duration: 0.5s;		
}


#player {
	position: absolute;
	height: 225px;
	width: 225px;
	top: 50px;
	left:-250px;
	padding-top: 15px;
	opacity:0.9;
	overflow: hidden;
	font-family: Helvetica;
	font-weight: regular;
	font-size: 12px;
	color: white;
	-webkit-transform: translateX(0px);
	-webkit-transition-property: -webkit-transform;
  	-webkit-transition-duration: 0.5s;		
}

#video {
	top:45px;
	width:320px;
	height:100%;
	padding-right: 5px;
	background: rgba(000,000,000,0.70);
	left:-480px;
	z-index: 100;
	position: absolute;
	text-align:center;
	font-family: Helvetica;
	font-weight: regular;
	font-color: white;
	color: white;
	-webkit-transform: translateX(0);
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
}

#videocontainer {
	top:0px;
	width:300px;
	height:300px;
	position: absolute;
}


#navbar {
	position: fixed;
	width: 320px;
	top: 44px;
	bottom:45px;
	left:-480px;
	opacity:0.95;
 	-webkit-transform: translateX(0px);
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.5s;
}

#navlist img {
	padding: 5px;
}


#photos {
	position: fixed;
	width: 320px;
	top: 50px;
	bottom:50px;
	left:-480px;
	opacity:0.9;
	z-index: 100;
	background:rgba(0,0,0,0.6);
 	-webkit-transform: translateX(0px);
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.5s;
}

/* Definitely dont touch this one :) */
#photoscroller {
	height:auto;
	z-index: 3;	
}

/* Definitely dont touch this one :) */
#navlist {
	width:95%;
	margin:0;
	padding:10px;
	position: center;
}

/* This is for your Scroll Menu navigation, here you can set the colour of the Navigation Buttons in which the Thumbnail and Panorama names apear - it's been set to gradient to show Active and Not Active - it changes automatically when you select a panorama so that you can see in the scroll menu which is Active / Selected */
#navlist > li {
	display:block;
	list-style:none;
	height:auto;
	min-height: 27px;
	padding: 10px;
	margin: 4px;
	border: 1px solid #c9c9c9;
	background: #e3e3e3; 
	background: -webkit-gradient(linear, left top, left bottom, from(#999fa6), to(#474e55));
	color: #ffffff;
   	font-size: 15px;
   	line-height: 18px;
   	font-family: Helvetica;
	text-decoration: none;
	text-align: center; 
	-webkit-border-radius: 5px;
	text-shadow: rgba(000, 000, 000, 0.8) 0px -2px 0;
}
#navlist > li.active {
	padding: 10px;
	border: 1px solid #dadada;
	background: #737373;
	color: #585757;
	text-shadow: rgba(255, 255, 255, 1) 0px 2px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafbfb), to(#cdcdcd));
}

		

/* in the index file pay attention to the name given to each section this is at the top of every text section etc - then you wil know what area this wil effect cooldiv is the pannel that sits behind all the content on screen - its set to be seethrugh or have a gradiet - colours here are set as RGB A  first three are for colour and the last is for alpha / opacity rgba(0,0,0,0.55)*/


.cooldiv {
	margin: 0px;
	padding-right: 0px;
	border: solid 1px #000000;
	background: rgba(000,000,000,1);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.35);
	-webkit-border-radius: 0px;
	text-align: center;
	z-index: 100;
}

.cooldiv1 {
	margin: 5px 0px 5px 0;
	padding-right: 5px;
	border: solid 0.5px #999;
	background: rgba(000,000,000,0.70);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.35);
	-webkit-border-radius: 0px;
	text-align: center;
	z-index: 100;
}


.cooldiv3 {
	margin: 5px;
	padding-right: 5px;
	border: solid 1px #999;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(000,000,000)), to(rgb(100,100,100)));
	background: -webkit-gradient(linear, left top, left bottom, from(#8ba49b), to(#f2f5f4));
    background: -webkit-linear-gradient(top, #8ba49b, #f2f5f4);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
	-webkit-border-radius: 10px;
	text-align: center;
}

.twitterdiv {
	margin: 5px 0 5px 0;
	padding: 5px;
	border: solid 0px #999;
	background: rgba(000,000,000,0.70);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.35);
	-webkit-border-radius: 0px;
	text-align: center;
	z-index: 100;
}

.pics {
	float:left;
	padding-left: 5px;
}


/* This controls the settings for the TOOLS button that apears top left of screen*/


.toolsbutton {
   position: absolute;
   top:0;
   left: 2px;
   margin: 10px 5px 0 5px;
   border: 1px solid #b6b5b5;
   background: #f2f5f4;
   background: -webkit-gradient(linear, left top, left bottom, from(#f2f5f4), to(#b7b5b5));
   background: -webkit-linear-gradient(top, #f2f5f4, #b7b5b5);

   padding: 7px 10px;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: rgba(0,0,0,0.0) 0 1px 0;

   color: #5f5f5f;
   text-shadow: rgba(255, 255, 255, 0.6) 0px 2px 0;
   font-size: 14px;
   line-height: 15px;
   font-family: Arial;
   text-decoration: none;
   vertical-align: middle;
   float:left;
   height:15px;
}*/
.toolsbutton:hover {
/*
   border-top-color: #2e3438;
   background: #2e3438;
   color: #ccc;
*/
}
.toolsbutton:active {
   border-top-color: #475057;
   background: #475057;
}

.audio_button {
    position: absolute;
    overflow: hidden;
    top: 14px;
    left: 100px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;

}

/* ADDNG MORE than 6 PANORAMAS - The Scroller li window is the text box in the lower left of screen. It is 305px wide, multiply this by how many panoramas you want to add - this template is setup for 6 panoramas 305x6=1830px as seen below*/

#scroller {
	width:90%;
	height:auto;
	text-align:center;
	font-family:georgia;
	color:#f3f3f3;
	font-size:16px;
	line-height:140%;
	padding: 5%;

}


/* This is the slideout panel that holds the SHARE buttons top left of screen*/
#tools {
width:auto;
height:auto;
opacity:0.9;
top:50px;
left:-200px;
z-index: 100;
position: absolute;
-webkit-transform: translateX(0);
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease-in-out;

}





/* Photo Gallery CSS.  Do not touch! */

.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 33.33333333%; }
.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
.gallery li img { display: block; width: 100%; height: auto; }


#Indicators { text-align: center; margin-top: 20px; }
#Indicators span { display: inline-block; height: 10px; width: 10px; margin: 0 10px 0 0; padding: 0; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px; background: #c5c5c5; overflow:hidden; }
#Indicators span.current{ background: #EEBF02; }

body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	background: #000;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: #000;
}


/* UILayer */
div.ps-uilayer { 
	
	background: #000;
	cursor: pointer;
	
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #000;
}
div.ps-zoom-pan-rotate *  { display: block; }


/* Carousel */
div.ps-carousel-item-loading 
{ 
	background: url(images/photoloader.gif) no-repeat center center; 
}

div.ps-carousel-item-error 
{ 
	background: url(images/error.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding: 13px;
	display: block;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-webkit-background-size: 176px 88px;
		background-size: 176px 88px;
		background-image: url(images/icons@2x.png);
	}
}


/**
 *
 * Horizontal Scrollbar
 *
 */
.menuScrollbarH {
	position:absolute;
	z-index:100;
	height:4px;
	bottom:0.5px;
	left:7px;
	right:7px
}

.menuScrollbarH > div {
	position:absolute;
	z-index:100;
	height:100%;

	/* The following is probably what you want to customize */
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#424242), to(#424242));
	border:1px solid #424242;
	-webkit-background-clip:padding-box;	
	-webkit-box-sizing:border-box;	
	-webkit-border-radius:2px;	
	-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);

}


/* audioplaylist */

#audioplaylist {
	height:125px;
	margin-left: -20px; 
	font-family:Georgia, Times, serif; 
	font-size:15px;
	width:100%;
 
}
#audioplaylist ul { 
	list-style: none; 
}

#audioplaylist ul li a { 
	display:block; 
	text-decoration:none; 
	color:#000000; 
	background-color:#FFFFFF; 
	line-height:30px;
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#CCCCCC; 
}
#audioplaylist ul li a:hover { 
	color:#FFFFFF; 
	background-image:url(images/hover.png); 
	background-repeat:repeat-x; 
}

/* videoplaylist */



#videoplaylist {
	position: absolute;	
	height:125px;
	margin:10px 0 0 -30px; 
	font-family:Georgia, Times, serif; 
	font-size:15px;
	width:340px;
 
}
#videoplaylist ul { 
	list-style: none; 
}

#videoplaylist ul li a { 
	display:block; 
	text-decoration:none; 
	color:#000000; 
	background-color:#FFFFFF; 
	line-height:30px;
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#CCCCCC; 
}
#videoplaylist ul li a:hover { 
	color:#FFFFFF; 
	background-image:url(images/hover.png); 
	background-repeat:repeat-x; 
}

.iphone-toggle-buttons input[type="checkbox"] + span::after,
.iphone-toggle-buttons input[type="radio"] + span::after
{
    content: "off";
}

.iphone-toggle-buttons input[type="checkbox"]:checked + span::after,
.iphone-toggle-buttons input[type="radio"]:checked + span::after
{
    content: "on";
}

.iphone-toggle-buttons
{
    -webkit-user-select: none;
}

.iphone-toggle-buttons
{
    margin: 4px 0;
}

.iphone-toggle-buttons label,
.iphone-toggle-buttons input[type="checkbox"] + span,
.iphone-toggle-buttons input[type="radio"] + span,
.iphone-toggle-buttons input[type="checkbox"] + span::before,
.iphone-toggle-buttons input[type="radio"] + span::before,
.iphone-toggle-buttons input[type="checkbox"] + span::after,
.iphone-toggle-buttons input[type="radio"] + span::after
{
    display: inline-block;
}

.iphone-toggle-buttons label,
.iphone-toggle-buttons input[type="checkbox"] + span,
.iphone-toggle-buttons input[type="radio"] + span
{
    vertical-align: middle;
}

.iphone-toggle-buttons input[type="checkbox"] + span,
.iphone-toggle-buttons input[type="radio"] + span,
.iphone-toggle-buttons input[type="checkbox"] + span::before,
.iphone-toggle-buttons input[type="radio"] + span::before,
.iphone-toggle-buttons input[type="checkbox"] + span::after,
.iphone-toggle-buttons input[type="radio"] + span::after
{
    -webkit-border-radius: 4px;
}

.iphone-toggle-buttons input[type="checkbox"] + span::before,
.iphone-toggle-buttons input[type="radio"] + span::before,
.iphone-toggle-buttons input[type="checkbox"] + span::after,
.iphone-toggle-buttons input[type="radio"] + span::after,
.iphone-toggle-buttons input[type="checkbox"]:checked + span::before,
.iphone-toggle-buttons input[type="radio"]:checked + span::before,
.iphone-toggle-buttons input[type="checkbox"]:checked + span::after,
.iphone-toggle-buttons input[type="radio"]:checked + span::after
{
    top: 0;
}

.iphone-toggle-buttons input[type="checkbox"] + span::after,
.iphone-toggle-buttons input[type="radio"] + span::after,
.iphone-toggle-buttons input[type="checkbox"]:checked + span::before,
.iphone-toggle-buttons input[type="radio"]:checked + span::before
{
    right: 0;
}

.iphone-toggle-buttons input[type="checkbox"] + span::before,
.iphone-toggle-buttons input[type="radio"] + span::before,
.iphone-toggle-buttons input[type="checkbox"]:checked + span::after,
.iphone-toggle-buttons input[type="radio"]:checked + span::after
{
    left: 0;
}

.iphone-toggle-buttons input[type="checkbox"],
.iphone-toggle-buttons input[type="radio"],
.iphone-toggle-buttons input[type="checkbox"] + span::before,
.iphone-toggle-buttons input[type="radio"] + span::before,
.iphone-toggle-buttons input[type="checkbox"] + span::after,
.iphone-toggle-buttons input[type="radio"] + span::after
{
    position: absolute;
}

.iphone-toggle-buttons label
{
    margin: 4px;
    cursor: pointer;
}

.iphone-toggle-buttons input[type="checkbox"],
.iphone-toggle-buttons input[type="radio"]
{
    opacity: 0;
}

.iphone-toggle-buttons input[type="checkbox"] + span,
.iphone-toggle-buttons input[type="radio"] + span
{
    width: 100px;
    height: 30px;
    font: bold 14px/30px Arial, Sans-serif;
    color: #8c8c8c;
    text-transform: uppercase;
    border: solid 1px #bcbbbb;
    background: -webkit-linear-gradient(top, #c8c8c8, #f3f3f3);
    position: relative;
    text-indent: -9999px;
}

.iphone-toggle-buttons input[type="checkbox"] + span::before,
.iphone-toggle-buttons input[type="radio"] + span::before
{
    content: "";
    width: 40%;
    height: 29px;
    border-top: solid 1px #fff;
    border-right: solid 1px #bebebe;
    background: -webkit-linear-gradient(top, #cfcfcf, #f9f9f9);
    -webkit-box-shadow: 1px 0 1px #bebebe;
    box-shadow: 1px 0 1px #bebebe;
}

.iphone-toggle-buttons input[type="checkbox"] + span::after,
.iphone-toggle-buttons input[type="radio"] + span::after
{
    text-indent: 0;
    width: 62%;
    height: 32px;
    text-align: center;
}

.iphone-toggle-buttons input[type="checkbox"]:checked + span,
.iphone-toggle-buttons input[type="radio"]:checked + span
{
    background: -webkit-linear-gradient(top, #1b45bd, #5d96ea);
    color: #fff;
    text-shadow: -1px -1px #0d2046;
}

.iphone-toggle-buttons input[type="checkbox"]:checked + span::before,
.iphone-toggle-buttons input[type="radio"]:checked + span::before
{
    left: auto;
    -webkit-box-shadow: -2px 0 1px #3a5e91;
}

.iphone-toggle-buttons input[type="checkbox"]:checked + span::after,
.iphone-toggle-buttons input[type="radio"]:checked + span::after
{
    border-top: solid 1px #0f2a4f;
    border-bottom: solid 1px #0f2a4f;
    border-left: solid 1px #2c5496;
    height: 30px;
    top: -1px;
    left: -1px;
    -webkit-border-radius: 4px 0 0 4px;
}
